kevin mcmonagle wrote:
Hi, Having a problem with suckerfish drowndowns, ie6 shows the nested
lists expanded to the full height of all li's.  Im doing the css for
a programmer and im not sure whats going wrong. is it possible the javascript fix isnt being picked up? Im not doing that part of the programming.

Anyone see this before?

www.grandcentralhotel.ie

Sure, IE6 has no respect for declared dimensions - !important or not,
and expands #mainMenu li to make room for #mainMenu li ul.

Suggest you add...

* html #mainMenu li ul {margin-bottom: -1000px;}

...to prevent IE6 from acting on the height.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to