[jQuery] Re: CSS problem with slideDown() in IE6

2007-09-07 Thread Jon
Wow! Thanks! So simple.. :-) I guess IE6 will change from float:left(position:static) to position:relative when the height is altered (by slide) and therefore doesn't recognize the "display" div, as "display" is float:right (also position:static). On 7 Sep., 08:52, "Giuliano Marcangelo" <[EMAIL P

[jQuery] Re: CSS problem with slideDown() in IE6

2007-09-06 Thread Giuliano Marcangelo
Jon, if you apply a background color to #nav ul ( for debugging purposes) the reason for the picture of the bagman shifting downwards becomes apparent, (check the difference between FF & IE) and presents you with a nice easy solution apply a width to #nav uland the problem you have desc