2008/7/23 Ben.Seigel <
expdesign.net@...>:
>
> Hi,
>
> I'm working on this design w/Superfish.
>
>
http://expdesign.net/clients/el>
> Notice that on IE6, some of the menus, like "Hot Topics" are hidden by
> the menu image adjacent. Is there any way to correct this?
>
> Also, in order to get my first level drop-downs to be positioned
> properly, I had to style each <ul> with width and margin. Is this OK
> to do?
>
> Thanks,
>
> Ben
>
Hi Ben,
It may be easier at this point to cut the images off above their drop
shadow (the bit that overlaps the submenus) and apply the shadow to
the underlying main image. Or you could try using background images on
the links rather than img tags, although this is trickier as you then
need to use image replacement techniques to achieve the same look
while ensuring accessibility isn't affected.
Regarding the width and margins of the ul, this is fine to do although
I would have not used inline styles to achieve it. Better to target
each ul via an id from within an external CSS file.
Joel Birch.