On Fri, 2005-10-07 at 02:25, Philippe Wittenbergh wrote:

> 
> Actually, My Firefox doesn't look OK. Your footer is constrained in 
> height (75px), but the text overflows the container (delete that height 
> and it will expand as needed, depending on the user's font size. )
> 
> And at the bottom of your css file, you have that conditional comment. 
> It doesn't belong there. you should add that in your html file.
> 
> Next, IE Mac.
> Your first problem is a clearing problem.
> #container doesn't really position itself under the #navlist navigation 
> (that is, it doesn't clear the #navlist).
> A very simple fix for IE Mac:
> * html>body #navlist {display:inline-block; float:none;width:100%; }
> Put that somewhere near the bottom of your stylesheet.
> That will solve most of your problems.
> 
> There is still a heavy horizontal scrollbar, caused by that width-less 
> float at the top (#topnav). It is not clear to me why you want that to 
> float. Delete the float declaration, set it to text-align right and 
> adjust margins to taste; then adjust the margin for #header.
> Philippe
> ---
> Philippe Wittenbergh
> <http://emps.l-c-n.com/>

Thanks Phillipe,
That's solved all the problems.
However, I had to add a clearing div to the footer after removing the
height to contain the other elements in Opera and IE.

Regards,
Mike

-- 
Mike Davies
Integra Web Design, Huntly, AB54 4XP
01466 700213            www.integrawebdesign.co.uk

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to