jcandamo wrote:
> I have a CSS that is giving me a hard time in IE 7, works in Chrome
> and Firefox 3. I'm not a CSS expert, any help will be greatly
> appreciated. The problem occurs when hovering over the second level,
> it dissapears instead of triggering the rollover event
>
> My general CSS has:
<snip code>
URL, URL URL...don't post code!
> My HTML has:
>
> <!--#include virtual="/css/grlmenu.txt"-->
For exactly this reason! Who knows what you have in the SSI
> <div class="menu" align="center" style="margin-left:15px; margin-
> top:0px">
> <ul>
> <li><a class="hide" href="P.html">P</a>
> <!--[if IE]>
> <a href="P.html">P
> <table class="IEmenu"><tr><td>
> <![endif]-->
> <ul>
Okay! Right there for your IE specific markup, your cannot nest a TABLE
within a A element. A TABLE is a *block* element and A (links) can only
contain inline elements.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com