CSS Parsing Error Mac IE 5.2

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default CSS Parsing Error Mac IE 5.2

    I think this is a simple problem but I can't find any documentation anywhere on how to fix it. On the following CSS style definition i get an error from Dreamweaver MX 2k4 that there is a Parsing Error for mac IE 5.2. The only thing I can think of is if Mac IE doesn't support multiple definitions for the A tag because i have six different 'a' style definitions.


    A:link.menu
    {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none}

    If you have mac ie you can take a look at what I'm talking about. The main menu links should be white. If you want to take a look at my CSS styles I've attached the CSS file. You can also look at it from the links i've provided

    [url]http://webforums.macromedia.com/attachments/manitoumenus.txt[/url]




    Referring URLs
    [url]http://www.campmanitou.com/main.htm[/url]
    [url]http://www.campmanitou.com/include/manitoumenus.css[/url]



    jonblaz630 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. XML Parsing Error: not well-formed
      When I try and preview my website in firefox or IE I get this error message! Can someone please help me sort this? Many thanks in advance XML...
    2. Parsing Error
      I've just re-installed photoshop and InDesign on my computer. Now when I save a jpg from photoshop and try and place it in InDesign, I get a "cannot...
    3. Error parsing voucher
      I get this message everytime I try to use adobe. If you know why this happens please send me an email. Thanks. Kdurant@optonline.net (put adobe in...
    4. [PHP] URL variables parsing error?
      Hi, hiaer@azrael.sk wrote: Try this: <?php echo "var1: {$_GET}"; echo "var2: {$_GET}";
    5. URL variables parsing error?
      Hi all, I use RedHat9.0 with Apache 2.0.40 & PHP 4.2.2 and I have problem with parsing URL variables... I use this URL:...
  3. #2

    Default Re: CSS Parsing Error Mac IE 5.2

    jon:

    Why are you doing it that way?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "jonblaz630" <webforumsuser@macromedia.com> wrote in message
    news:bsnvj2$mph$1@forums.macromedia.com...
    > I think this is a simple problem but I can't find any documentation
    anywhere on how to fix it. On the following CSS style definition i get an
    error from Dreamweaver MX 2k4 that there is a Parsing Error for mac IE 5.2.
    The only thing I can think of is if Mac IE doesn't support multiple
    definitions for the A tag because i have six different 'a' style
    definitions.
    >
    >
    > A:link.menu
    > {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
    font-style: normal; font-weight: bold; color: #ffffff; text-decoration:
    none}
    >
    > If you have mac ie you can take a look at what I'm talking about. The main
    menu links should be white. If you want to take a look at my CSS styles I've
    attached the CSS file. You can also look at it from the links i've provided
    >
    > [url]http://webforums.macromedia.com/attachments/manitoumenus.txt[/url]
    >
    >
    >
    > Referring URLs
    > [url]http://www.campmanitou.com/main.htm[/url]
    > [url]http://www.campmanitou.com/include/manitoumenus.css[/url]
    >
    >
    >

    Murray *TMM* Guest

  4. #3

    Default Re: CSS Parsing Error Mac IE 5.2

    I don't know exactly what you mean by that. Could you be a little more precise?

    Thanks
    Jon


    jonblaz630 webforumsuser@macromedia.com Guest

  5. #4

    Default Re: CSS Parsing Error Mac IE 5.2

    Jon:

    Sorry - why are you doing this -
    > i have six different 'a' style
    definitions.

    Do you perhaps mean that you have 6 different sets of pseudo-classes
    defined?

    And why this -
    > A:link.menu
    instead of this -

    ..menu a:link???

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "jonblaz630" <webforumsuser@macromedia.com> wrote in message
    news:bsuvld$a1u$1@forums.macromedia.com...
    > I don't know exactly what you mean by that. Could you be a little more
    precise?
    >
    > Thanks
    > Jon
    >
    >

    Murray *TMM* Guest

  6. #5

    Default Re: CSS Parsing Error Mac IE 5.2

    Awesome. That fixed it. Do you know of any documentation out there of proper CSS syntax?? Because my previous definitions were indeed valid CSS according to the validator on w3c.org.

    Thanks for your time
    Jon


    jonblaz630 webforumsuser@macromedia.com Guest

  7. #6

    Default Re: CSS Parsing Error Mac IE 5.2

    Jon:

    I think a good understanding of CSS is what is required. You were creating
    a rule that said to use the style whenever an <a> tag had the state of
    link.menu, and I guess (while valid?) the browser just didn't understand
    what state that was.

    It's always easier to assign classes to containers than to specific tags,
    and in the case of pseudo-classes, it's often much more efficient. Doing it
    the way you did, you would have to somehow modify each specific instance of
    the a:link state (I still don't know for sure how I would do that), whereas
    my way requires only modifying the link's container.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "jonblaz630" <webforumsuser@macromedia.com> wrote in message
    news:bt25vr$t2l$1@forums.macromedia.com...
    > Awesome. That fixed it. Do you know of any documentation out there of
    proper CSS syntax?? Because my previous definitions were indeed valid CSS
    according to the validator on w3c.org.
    >
    > Thanks for your time
    > Jon
    >
    >

    Murray *TMM* Guest

  8. #7

    Default Re: CSS Parsing Error Mac IE 5.2

    Shouldn't it be like "a.menu:link" instead ou "a:link.menu"?


    Troyan Guest

  9. #8

    Default Re: CSS Parsing Error Mac IE 5.2

    Actually, the best would be .menu a:link....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Troyan" <dnunes@email.com> wrote in message
    news:btrqnu$br2$1@forums.macromedia.com...
    > Shouldn't it be like "a.menu:link" instead ou "a:link.menu"?
    >
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139