|
rdouglass -> RE: CSS Attempts (8/9/2005 14:43:26)
|
quote:
did you try using a definition list? Sorry, don't know what that is. Is it something that'll help with these issues? I think I have it fixed - I have the nested menu issue fixed anyways. But I had to apply an IE hack to it as well: <!--[if IE]> <style> li ul { position: absolute; left: 125px; /* Set 1px less than menu width */ top: 0; display: none; } </style> <![endif]--> [:'(] Basically IE had to move the sub menu items 6 px less than FF. Could someone do me a favor and check it again with FF?
|
|
|
|