Platform of CSS OS

Hi,
What is the platform of the CSS OS ( for example : Linux, Free BSD ... ). Is there any known issue that can hijack the CSS? The CSS of my customer sent many unknown icmp packet, how can I debug it?
Best Regards,

the OS being used is VxWorks.
No known hijacking issues.
If you see icmp packets, capture a sniffer trace of all CSS interfaces to make sure they are being generated by the CSS.
Send us the trace and your config.
Gilles.

Similar Messages

  • Site examples of using css to design for smartphone, tablet, projection

    Hi,
    Can anyone recommend a site that uses css to design for different platform using css. Not a standalone mobile site, but one where the existing site uses jquery to show the sites differntly.
    I saw a video of it using cs5.5 and it seems to be the way forward, but would love to see how others designed/structured their sites to use this technology.
    Cheers
    Dave

    Hi
    The best place to view demo's regarding the jQuery mobile framework is the official site at - http://jquerymobile.com/. But remember designing and building a site specifically for mobiles, (tablet/mobile/cell devices) is no longer a completely different process to a normal site and all smart-phones can now display a normal desktop web site as good as a desktop pc, (and when it comes to html5/css3 even better).
    The use of redirects for mobile devices is now an old outdated recommendation, and is the equivalent of saying to any tablet/smart-phone user, "Use IE7 or go-away", so unless you are mainly targeting pre-2008 devices do not bother, (Google and similar do this because they are covering 'all' devices and present a very simple page design which convert to mobiles without much difficulty). It is now a more widely accepted method to use media-queries to display a link to a mobile specific site, that is hidden on larger displays.
    Do not get hung-up as some do on this site with the iPhone, it is only one of the devices that must be targeted, and is not even the most popular having a smaller market share than Android powered devices, (I personally use the iTouch, (which has the same web capabilities as the iPhone) and the Samsung Galaxy S2 for my personal testing, then SDK's and 3rd party testing services for other devices) a popular blog with many links that is specific to mobile development is - http://www.visionmobile.com/blog/.
    With regards to testing on mobiles, you do not require a iPhone specifically, and if you are on the mac you can download the SDK for accurate testing, (but then what does one do for all the other devices?) and the true mark of a professional, (which I do not claim to be, my clients may, but I do not, and anyone saying they are whilst 'insulting' others must be viewed with suspicion, as inter-personal skills are also part of any designers/developers necessary skills) is knowing that you must test on all popular OS's and devices, (similar to browsers, and just testing on the iPhone is like just testing your site in IE8 and ignoring everything else) so for setting up a local testing suite see - http://www.mikebrittain.com/blog/2010/01/31/browser-testing-for-mobile-web-applications/, and/or you can also use a 3rd party service such as - http://www.deviceanywhere.com/.
    For a number of tutorials on using CS5/5.5 for developing mobile site see, - http://www.adobe.com/devnet/devices/mobile-web.html.
    PZ

  • Flex 4.5/FP10.2 web app: Font rendering problem

    Heya,
    Upped a web app from Flex 4.0/4.1 to Flex 4.5 & fonts started to render really badly (blurry & 'stronger').
    They are embedded as CFF, no errors or warnings gives. Also upgraded to Flash Player 10.2, which apparently has 'enhanched' font rendering.
    Haven't set applicationDPI on the s:Application tag, so DPI management should be disabled according to the docs.
    (See http://help.adobe.com/en_US/flex/mobileapps/WS19f279b149e7481c682e5a9412cf5976c17-8000.htm l)
    It's straight up @font-face embeds in a CSS file, nothing odd or wrong there.
    Is the case that this is how it's supposed to look now? In that case, how do I revert back to sane rendering?
    Do I need to configure 4.5 somehow to get it to do fonts right?

    Also tested Franklin Gothic, same deal. Tested on Mac (10.2) & PC (10.2 & 10.3). Flex 4.5 for both platforms.
    fonts.css:
    @font-face
    src: url("fonts/arial.ttf");
    font-family: Arial;
    font-weight: normal;
    embedAsCFF: true;
    FontTest.mxml:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Style source="fonts.css"/>
    <s:Label x="20" y="20"
    fontFamily="Arial"
    fontLookup="embeddedCFF"
    fontSize="12"
    cffHinting="horizontalStem"
    text="TESTAR Testar testar" />
    </s:Application>

  • Netbeans Platform Application and JavaFX CSS API

    I'm using JavaFX in my Netbeans Platform Application. I load JavaFX scene with next code:
    SwingUtilities.invokeLater(new Runnable()
                    @Override
                    public void run()
                        javaFxPanel.setSize(getSize());
                        add(javaFxPanel, BorderLayout.CENTER);
                        Platform.runLater(new Runnable() {
                            @Override
                            public void run() {
                                    Group branchNode = new Group();
                                    Scene scene = new Scene(branchNode);
                                    try{
                                        scene.getStylesheets().add("C:\\Xlab\\pandora\\branches\\simon-welcome-screen\\TraineeGuiApp\\modules\\ui\\welcomescreen\\main.css");
                                    catch(Exception e)
                                       Exceptions.printStackTrace(e);
                                    Rectangle rect = new Rectangle(100,100);
                                    rect.setLayoutX(50);
                                    rect.setLayoutY(50);
                                    rect.getStyleClass().add("my-rect");
                                    ((Group)scene.getRoot()).getChildren().add(rect);
                                    // Add scene to panel
                                    javaFxPanel.setScene(scene);
                                    javaFxPanel.setVisible(true);
                        //Application.launch(FXApplication.class, null);
                });As you can see i provide absolute path to my css file. CSS file and class that i want to use it from are in same package. I also tried providing just a "main.css" string to scene.getStylesheets().add("main.css"); method.
    I have no idea why this is not working. Any suggestions?
    Edited by: user8867321 on 1.9.2011 9:56

    Admittedly, the stylesheet path handling is pretty bad. If you can see the .css file in your browser, then you have a valid URL. You can also use Class.getResource("blah").toExternalForm() to get the right URL string. For example, if I have my .css file in the same directory as Main.java, then I could do scene.getStylesheets().add(Main.class.getResource("sample.css").toExternalForm());

  • CSS for BI Platform

    Hi there,
    I know what when we open Design Studio in local mode, it lets me open repository folder and put CSS file in there. I can then use the classes defined in the same CSS in my Design Studio application.
    When I open Design Studio in SAP BI Platform mode, where do I need to place the CSS file ?
    Same with HANA and BW, which is the place for CSS ?
    Regards,
    Tejas

    Tejas,
    See David Gyurasz step by step on how to load CSS to the BI platform here: mmie object not found
    It is very good - I recommend following his steps.
    Tammy

  • Having trouble updating Website Media Query as desktop version across all platforms/devices in .css

    Hi all,
    thank you for taking the time to read this.
    I've been wondering how to update my website to view as a desktop version across al platforms... I am super new at this but have been having great success thanks to everyone in this forum.  I've been making updates to the site and want to keep a desktop version across all platforms...below is what i get when i view it from my phone and would like to see it as a regular pc. Thanks all!
    here is the current .css and link to my site http://www.mauiandsonsretail.com
    /*  Boxed Layout
        .bg-cover {
            background-attachment: fixed;
            background-position: 50% 50%;
            background-size: cover;
            background-repeat: no-repeat;
        body {
      background: url(../images/content/bg_img01.jpg);
      font-family: "Century Gothic", "Arial Narrow", Century, Cambria;
      color: #000000;
      font-size: 12pt;
      font-weight: 100;
      line-height: 1.4;
        #body-wrapper {
      left: 50%;
      margin-left: -500px;
      padding-top: 0;
      padding-bottom: 0;
      width: 980px;
      -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
      box-shadow: 0 0 4px rgba(0,0,0,.3);
      overflow-x: hidden;
      padding-left: 25px;
      padding-right: 25px;
    /*  Media Queries
    /* Standard 960 or larger (browsers) */
    @media only screen and (min-width: 960px) {
    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 979px) {
        #body-wrapper {
            margin-left: -404px;
            width: 960px;
            padding: 0 50px;
        .fullwidth {
            margin-right: -50px !important;
            margin-left: 0px !important;
        .fullwidth-padding {
            margin-right: -50px !important;
            margin-left: -50px !important;
            padding-right: 50px !important;
            padding-left: 50px !important;
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        #body-wrapper {
            margin-left: -250px;
            width: 440px;
            padding: 0 30px;
        .fullwidth {
            margin-right: -30px !important;
            margin-left: -30px !important;
        .fullwidth-padding {
            margin-right: -30px !important;
            margin-left: -30px !important;
            padding-right: 30px !important;
            padding-left: 30px !important;
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
        #body-wrapper {
            margin-left: -165px;
            width: 280px;
            padding: 0 25px;
        .fullwidth {
            margin-right: -25px !important;
            margin-left: -25px !important;
        .fullwidth-padding {
            margin-right: -25px !important;
            margin-left: -25px !important;
            padding-right: 25px !important;
            padding-left: 25px !important;

    Before you touch one more thing in this site, you need to get up to speed on Responsive Web Design and all that it entails.  That is the bleeding edge trend right now.  Reverting to pixel layouts is not going to improve your site.  It will throw it back into the stone age.  So don't do it.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    Responsive web sites need responsive menu systems.  Below are some links to follow:
    PVII's Pop-Menu Magic3 (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    Responsive Iconic
    http://www.dynamicdrive.com/style/csslibrary/item/responsive_iconic_menu/
    Responsive Hybrid
    http://www.dynamicdrive.com/dynamicindex1/responsivehybridmenu/index.html
    jQuery Superfish (desktop)
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MeanMenu (responsive on mobile)
    http://www.meanthemes.com/plugins/meanmenu/
    Good luck!
    Nancy O.

  • Help on css files for multiple platforms from media queries.

    I am trying to make a new site friendly to bith the tablet and smart phone users.  My media queries program requires me to attach new css files for each new platform.  When I design these new css files do I simply go to the box and limit the width?  Is there something else I need to do?

    If you're using the Media Queries panel in Dreamweaver, then yes. You just specify the .css file, and enter in the min and/or max width for each range of screen sizes.
    It will insert code that looks something like:
    <link href="tablet.css" rel="stylesheet" type="text/css" media="only screen and (min-width:481px)">

  • Help with CSS rule cross platform browser compatibility

    I am an advanced beginner website designer.
    The website I need help with is www.sprungtheatre.com
    I designed this site on a PC machine. Each page has a
    different CSS Background Image rule. The only rule I have set is
    image and the "non-repeat." I have not set rules for its placement.
    Each of these images had a feather effect applied to it in
    Illustrator so the image would fade into the black background. This
    works fine on Windows machines in IE and Firefox.
    However, on Macs, the left-hand side of the image is chopped
    off. Which is to say, it appears if the feathered edge has been cut
    off and the image ends abruptly.
    Is there any way to fix this problem?
    My only guess is that the following my be happening:
    The CSS Background Image rule is applied to a nested table
    that is editable in a template. I'm thinking that the Mac browswers
    are moving the image to the upper left of the overall, "poppa"
    table in which the editable region is nested, cutting off that part
    of the image that appears in the non-editable region of the "poppa"
    table and showing that part of it that appears in the nested,
    editable table. I hope that makes sense. Would applying the
    placement rules help this? If not, what might?
    Many thanks,
    Jon

    Don't use a fixed background image.
    Sorry to break the news but the code is hidous for an
    advanced beginner.
    Youre sure to run into much trouble unless you are preapred
    to take
    some time out and learn this stuff correctly.
    Using layout mode and spliting and merging tables into all
    sorts of
    shapes is a seriously bad method and one you should quickly
    move away
    from for the sake of your own sanity.
    zaphron wrote:
    > I am an advanced beginner website designer.
    >
    > The website I need help with is www.sprungtheatre.com
    >
    > I designed this site on a PC machine. Each page has a
    different CSS Background
    > Image rule. The only rule I have set is image and the
    "non-repeat." I have not
    > set rules for its placement.
    >
    > Each of these images had a feather effect applied to it
    in Illustrator so the
    > image would fade into the black background. This works
    fine on Windows machines
    > in IE and Firefox.
    >
    > However, on Macs, the left-hand side of the image is
    chopped off. Which is to
    > say, it appears if the feathered edge has been cut off
    and the image ends
    > abruptly.
    >
    > Is there any way to fix this problem?
    >
    > My only guess is that the following my be happening:
    >
    > The CSS Background Image rule is applied to a nested
    table that is editable in
    > a template. I'm thinking that the Mac browswers are
    moving the image to the
    > upper left of the overall, "poppa" table in which the
    editable region is
    > nested, cutting off that part of the image that appears
    in the non-editable
    > region of the "poppa" table and showing that part of it
    that appears in the
    > nested, editable table. I hope that makes sense. Would
    applying the placement
    > rules help this? If not, what might?
    >
    > Many thanks,
    >
    > Jon
    >
    >
    >

  • Universal application platform

    Here is an ordinary day in the IT department of a big company. Boss says: �Hey, Jack, we have a new application. Is written in PowerBuilder and is has to be installed on all our 300 workstations !�. �Great, says Jack. Another pain in the ass. Last month was a Java Swing application, three months ago was a Visual Basic� And I have to do all the work. Damn, I think I am gonna switch to a taxi driver job !�.
    Swell, isn�t it ? Well, there are a few techniques to improve the installation procedure of a classic two tier application, but why not solve the problem from it�s root ? �Hey, Jack, we have the solution !�, we say to poor Jack. �Ah, yes, I know, web applications of course. Workstations only have to have a browser. But man, they are so clumsy ! They are slow and not easy to develop. And it�s stupid to use internet technologies inside a LAN. And the users always complain about graphical interface. And you know how it is when end users complain about graphical interface !�, says Jack, showing his teeth.
    We smile condescendingly. We have a better solution.
    Why not have them all ? Why not combine the best parts from both worlds ? This is what we propose now: a Universal Applications Platform. It is a �thing� that will allow LAN applications to be installed on a sever and to be accessed from a sort of browser, just like web applications, but the speed will be just like in 2-tier applications. And they will be easy to develop, with a RAD IDE. And the beauty of the interface will make women cry.
    Now seriously. Here is the idea: in a web application, we have a data server which holds data, an application server which performs business computation and a web server which presents the data to its client � the web browser. This is good for an internet application, no doubt about it. But�
    There are not many organizations who run web applications, compared to those which have classic 2-tier applications running. The need for this kind of applications was and will continue to be HUGE !
         That is why we think it worth to develop a cool mechanism for LAN applications. It will be similar to normal browser-HTTP-web server mechanism, only the browser will be more cool, the protocol will be heavier (since data will not have to swim across the Internet ocean), faster and more powerful in order to achieve the performance of a 2-tier system. Instead of a web server there will be a �presentation server�, which will generate the �view� part (as in MVC pattern) and will deliver it to its cool browser.
    Now let�s put all the pieces together. We have:
    -     a data layer which, by the way, would be nice to be obiectual instead of relational;
    -     a business layer;
    -     a presentation layer: this would be one of the four parts of our cool mechanism;
    -     a connection & deliver manager � the second part of our cool mechanism;
    -     a cool protocol for local area network communication - the third part of our cool mechanism;
    -     a cool �browser� used to access the applications on the server: the final piece.
    The presentation layer: this layer will generate the visual format of the data to be displayed to the end user. This layer will have to overcome the limitations of the HTML/CSS/JavaScript/AJAX and to provide a native-like interface and joy of living to end-users.
    The connection & delivery manager: this will be something like a web server. It will manage connections and will deliver the requested content to each client.
    The protocol for local area network communication: this will not be stateless like HTTP, it will be specially designed for LAN communication, for easy development and also for the performance needed by enterprise class applications. The communication could also be done by messages like in the old PeopleSoft architecture.
    The �Browser�, or maybe is better to call it �executer�: this will be platform dependent. It will receive from the presentation layer a �description� of the page to be displayed and will build/render the page based on the underlying operating system capabilities. That description will contain both the structure of the page and the data.
    The four layers - data, business, presentation layers and the connection manager - may be part of the same server program if best performance is desired, or they can be different programs, as they are now in web applications. The business layer could be represented by a stored procedures engine inside the data server, or it can be a regular J2EE server. The cool browser can be a regular browser updated to support the new cool protocol, but it better be totally new.
    Of course this new devices will have to be widely accepted and become a de-facto industry standard, otherwise the goal of Universal Platform will not be achieved.
    A few words about terminal software solution. We do not like this solution because this software is complicated and the network traffic increases unacceptably. And a word about applets: it is not a bad idea, still there is place for serious improvement. And Flash ? Not bad.
    This was my idea. I hope you like it. If not, let forgotness lay above it�

    you must use twitter for promoting such pages with the community

  • I need help finding a workable web program that is not CSS based.  I tried IWeb and it just won't work for me.  Way too limiting.  I've been using a 12 year old copy of Macromedia Dreamweaver, but the new Dreamweaver is CSS

    Been building web pages for nearly 20 years, starting with GoLive.  Went to Dreamweaver about 12 years ago, the Macromedia version.  Tried going to iWeb when it came with a new Mac, but found it way too limiting with it's CSS template base.   Unknowlingly, I then bought a new copy of Dreamweaver.   Ooops, Adobe had bought Macromedia and Dreamweaver, too, is now CSS based, which for my money makes it useless to anyone who likes simplicity.   Now I find that even iWeb has been discontinued.  I was told yesterday that Apple doesn't have a web program any more.   At 12 years old, I just don't think it's practical to try to load my old Macromedia Dreamweaver into the new Mountain Lion (I'm getting a new Mac), though it is running, barely, in Snow Leopard.
    I need to find a web builder program that will permit simple construction of educational pages, nothing fancy, nothing artistic, just create a page, give it a color, type or drag in text, insert a table, insert pix in the table blocks, add text under the pix... done!    I should note that I am not looking to build traffic.  I teach simple things for free and people who want to learn those things (antique sewing machine repair, quilting, building longbows) find me.
    I've downloaded trial versions of half a dozen or so programs and looked at maybe 20 more, but all are either CSS based and drive me insane with requirments for constantly making rules and template models, and/or require that you base your web presence in their server.   Also, many will not work with pages built in other programs.  I maintian a volume of over 1000 web pages, many requiring regular updating, and they have been with the same server for more than 15 years.  I'm not about to change.
    So, anybody know a simple, old fashioned web builder that's happpy on a Mac platform?
    Captain Dick

    Although not supported anymore, iWeb does still function using Mountain Lion...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html
    ... and you can purchase it from Amazon.
    Start with a blank page using the Black or WHite template.
    All modern websites use CSS and there are thousands of free templates to be had if you want to use a code entry style application. You will need to go this route if you want to create a site that is viewable on mobile devices although you can create an iPhone version using iWeb...
    http://www.iwebformusicians.com/iWeb/Mobile-iWeb.html
    Search this forum for numerous topics about iWeb alternatives.

  • Firefox pops up an error message on certain pages, all other browsers work fine, how can I make firefox ignore the "error" [e2219] css init error: ReferenceError: g is not defined

    Basically I want to replace the Ajax Control Toolkit Slider in favor of the Component One Studio for iPhone Slider for better mobile/desktop consistency (the ajax slider doesn't work well with iPhone). I created a simple page that works on every browser and platform (iPhone, Android, Mac, Windows) except Firefox, which fails on every platform. I have already tried disabling all plugins (safe mode) and clearing cache, I have also tried this with different versions of Firefox on different platforms. I posted this error on the Component One forum but since this only occurs with Firefox I believe this is a Firefox issue.
    I searched for this error on the forums and Google but didn’t get any results:
    ''[e2219] css init error: ReferenceError: g is not defined''
    The console has this message:
    ''[12:05:26.954] uncaught exception: [Exception... "prompt aborted by user" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: resource:///components/nsPrompter.js :: openTabPrompt :: line 462" data: no]''
    You can see the error by visiting http://www.componentone.com/i/
    Visit the same URL with IE, Chrome or Safari and there is no error. If I click [OK] the page loads normally enough for me. Is there some JavaScript or CSS line I can put in the page to make Firefox ignore the error? If so that would be great because even if there is a fix put into Firefox itself there will be those millions of users out there that will not upgrade.

    A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
    *http://forums.mozillazine.org/viewforum.php?f=25
    The helpers at that forum are more knowledgeable about web development issues.<br>
    You need to register at the MozillaZine forum site in order to post at that forum.

  • CSS Level 2 Support for RGB Hex Abbreviation

    when creating a style sheet during the tutorial in
    Flash 8: Training from the Source, i abbreviated my hex
    colors as usual when i have repeating pairs (in this particular
    case #999 instead of #999999) and the publised Flash page would not
    display the correct color. it displayed black text instead of gray.
    after changing the #999 to the full #999999, the republished
    Flash page displayed the page correctly. I understand from the book
    Flash 8 does not support level 2 CSS, which includes more than my
    simple abbreviation issue.
    when do you (Adobe Flash Team) expect to incorporate CSS
    level 2 support into the product? is it supported by Flex 2, as I
    am not too familiar with that platform yet?
    thank you,

    Hi Mike,
    OHJ uses the ICE Browser, which we license from a company named ICESoft. It generally compares favorably with other Java-based browsers, although it is not as complete as a native browser such as IE or Firefox.
    There is a list of what is and is not supported in CSS:
    http://www.icesoft.com/developer_guides/icebrowser/htmlguide/featuresappendix3.html#86328
    We recently finally resolved the licensing issues that were holding us back from releasing a version of OHJ with JavaScript support. The current versions don't support JavaScript, but our next major release will.
    Depending on your needs, we also have OHW, which is a server based help system, that uses the client's native browser.
    Regards,
    Jeffrey Stephenson
    Oracle

  • Text in layout and preview screens are different and CSS changes are not registering

    I am new to designing web sites and I am using GoLive CS. Things have been going pretty smoothly, but now I have noticed a problem. When laying out my site pages, I am having problems with the text. I have inserted a layout text box and created a general CSS for my main content.
    I have selected 11 px for my font size and 14 px for my line height. But when I make any changes to these values, the chages appear in my layout view, but when I preview the spacing is off (the line height is extremely tight). Why is this and how can I fix it? Also no matter what text I type, the layout view and the preview view are always off, is there any way to fix this?

    Hi Kim - layout view is there just to give you an approximation of where things are in your layout, not a reliable representation of how it will be rendered in the browser. Actually, same goes for Preview. In your layout/design, you have to allow for some variance in font size and presentation since the site will be viewed on multiple platforms, browsers, environments, etc. You can get close by specifying font and line height in pixels, as you have, but it's still just "close".
    If your layout relies heavily on absolutely positioned elements (Layers, Grids, etc.) then this can become a problem... one of the big reasons to avoid both.

  • Korean font name in CSS doesn't work

    Korean true type fonts have two names, in English and Korean. For example, the default font of Windows 7 Korean version is '맑은 고딕' in Korean, 'Malgun Gothic' in English. In Microsoft WIndows, webpages with CSS which has Korean font name display right font, but in my Mac, Safari does not display right font. If the webpage use both Korean and English names in CSS font section, it works in both Mac and Windows.
    For example,
    body { font-family: 맑은 고딕; }
    It works just in Windows.
    body { font-family: 맑은 고딕, Malgun Gothic; }
    It works in both platform.
    Apple mail also has same problem. I have tested other browsers in Mac and only Mozilla Firefox display the right font.
    Is this a some kind of bug?

    drshawn wrote:
    Is this a some kind of bug?
    Probably.  Let Apple know via
    http://www.apple.com/feedback

  • Disable css in dreamweaver CS4

    Hello to all, 
    I'm having problems with the new version of dreamweaver 4 that I downloaded from adobe and I'm trying. 
    In the previous version of dreamweaver cs3 (general), and in preferences could be disabled ing the use of css, using only the html tags for font type face and color, and retrieve the css classes only when they wanted.
    Now in the new version of CS4 but I can not find this option in the task bar properties as insert the font type and size, this also for other properties.
    You know where you can disable the exclusive use of css?

    Murray, I appreciate your expertise and helpfulness to thousands of people over the years.
    Same sentiments for David Powers.  Many thanks to you both over the years.
    As for the "clutter" of, for instance, Tables.
    I use tables only on rare occasions.
    However, your question: What browsers are you hoping to support by taking such a stance?
    HOPING TO SUPPORT?
    Oh, you know, the popular ones in some far-flung part of the world.
    It is simply that even the dumbest oldest browsers that are not sophisticated enough to apply CSS rules flawlessly are just smart enough to know what to do with old-fashioned inline styles, when used judiciously.
    I use inline styles on rare occasions when I have been made aware that this wonderful UNIVERSAL STANDARD of CSS styling is itself just as buggy as any other protocol.
    I have been designing since 1996. Been through all the browsers and platforms on the user side.
    I have been using CSS stylesheets for the last 10 years.
    As you well know Murray, a Google search will turn up countless, countless articles on how to HACK CSS.
    If CSS were so inviolate and perfect then why are people STILL having to write HACKS?
    HACKS FOR BROWSERS.
    So, the hacks are intended to "support" individual browser flaws, bugs, or outright refusal to conform to another development team's interpretation of a particular CSS "Rule".  Let alone the issue of the successive standards that ARE STILL being written to various flavors of CSS.
    THAT, Murray, is why sometimes INLINE STYLES, instead of "cluttering" code with a gazillion CSS hacks designed to "support" all the major browsers and versions of those browsers, it is beautifully elegant, beautifully simple, to "clutter" the code with an inline style.
    It is not my fault if this is made necessary from time to time.
    I have seen instances where one browser will apply a paragraph definition differently than another also popular browser. And in the middle of the paragraph is one element that you want to break with the parent but it keeps inheriting the paragraph properties in one popular browser. So, hacks have to be written to after even new divs, classes, id's are used to breka the inheritance just long enough to accomplish a visual change. Inline styling works just about every time, without an hour or two trying to hack the CSS stylesheet for every conceivable browser in this instance.
    Here is an example of CLUTTERING with INLINE STYLES right here in the Forum on the very page I am typing which is written by Adobe web design employees!
    In the present forums.adobe.com page I am in:
    Oh my goodness, <strong> KT Media </strong> --
    the lowest form of inline styling invented at the beginning of HTML
    and NOW you can apply a global, if you wish, definition of "<strong>"
    But, why didn't they give it a separate style class such as <span class="login-name"> ?
            <span>Welcome, <a title="Click to view your profile" href="/people/KT%20Media"><strong>KT Media</strong></a></span> <span id="jive-userbar-logout">(<a href="/logout.jspa">Log out</a>)</span>

Maybe you are looking for