Tim Wolak wrote:
> Morning all,
>
> I am fairly new to css and am having some design issues and could use some
> help.  I have most of my main content within a wrapper and have a header and
> a footer.  The main content slides all over the place as the window is re
> sized, is there a better way of going about this so if a user has a big
> monitor there is not a lot of space in the middle of the page?  Also on my
> about us page I have the black line below the menu bar.... not sure what the
> cause of this is....  Thanks in advance!
>
> Tim
>
> Main page: http://howsmykiddriving.org/dev
> About us: http://howsmykiddriving.org/dev/aboutus.php
>   

You could assign a first to open last to close id-- enclosing everything 
you have within it.

<body>
<div id="whatever">
...
</div>
</body>
</html>

Then assign a min-width and max-width to that id. IE/6 does not support 
min/max. There are a number of workarounds, including ie-expessions and 
min/max javascript (Google for same).
BTW, I got a 404 on the About page. Don't forget to validate the html 
and css.


-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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