Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
jonblaz630 webforumsuser@macromedia.com #1
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
-
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... -
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... -
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... -
[PHP] URL variables parsing error?
Hi, hiaer@azrael.sk wrote: Try this: <?php echo "var1: {$_GET}"; echo "var2: {$_GET}"; -
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:... -
Murray *TMM* #2
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...anywhere on how to fix it. On the following CSS style definition i get an> I think this is a simple problem but I can't find any documentation
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.font-style: normal; font-weight: bold; color: #ffffff; text-decoration:>
>
> A:link.menu
> {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
none}menu links should be white. If you want to take a look at my CSS styles I've>
> If you have mac ie you can take a look at what I'm talking about. The main
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
-
jonblaz630 webforumsuser@macromedia.com #3
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
-
Murray *TMM* #4
Re: CSS Parsing Error Mac IE 5.2
Jon:
Sorry - why are you doing this -
definitions.> i have six different 'a' style
Do you perhaps mean that you have 6 different sets of pseudo-classes
defined?
And why this -
instead of this -> A:link.menu
..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...precise?> I don't know exactly what you mean by that. Could you be a little more>
> Thanks
> Jon
>
>
Murray *TMM* Guest
-
jonblaz630 webforumsuser@macromedia.com #5
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
-
Murray *TMM* #6
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...proper CSS syntax?? Because my previous definitions were indeed valid CSS> Awesome. That fixed it. Do you know of any documentation out there of
according to the validator on w3c.org.>
> Thanks for your time
> Jon
>
>
Murray *TMM* Guest
-
Troyan #7
Re: CSS Parsing Error Mac IE 5.2
Shouldn't it be like "a.menu:link" instead ou "a:link.menu"?
Troyan Guest
-
Murray *TMM* #8
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



Reply With Quote

