Tim Gaunt wrote:
> I've got two issues with: www.wantthatjob.com, both in IE6
> 
> 1. On resizing the window, the header (logo and top menu) disappears
>  -I think it's a float issue?

Add...
#header {position: relative;}
...to prevent that disappearing-act in IE.

> 2. The bullet points disappear when in FF they're there

List-items tend to loose list-style when floated - not only in IE.
One option: add customized bullets as background-images on a
padding-left on each floating list-item.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to