-----Original Message-----
From: css-d-boun...@lists.css-discuss.org 
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of 
e...@copywritecolombia.com
Sent: Thursday, January 28, 2010 4:00 PM
To: css-d
Subject: [css-d] Navigation

> The top navigation should be right up against the top of the screen. How I
> can change it? 

Take the width off of #navigation ul.  If you want it over on the right, then 
change the float: left on #navigation to float: right.

It'll still break if you make your window narrow enough, so you might want to 
put a min-width on body.  Also a max-width so that the page doesn't get too 
long to read on large monitors.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to