R. Alan Payne wrote:
> Am somewhat of a CSS novice and am trying to layout a webpage in CSS, without 
> using tables. 
>
> Anyway, I've changed the layout to all CSS, but it's long (and not straight 
> forward). The CSS version is: www.dvmvac.com/woTbl .
>
> The CSS file is quite long and I don't want to clutter-up the email so I'm 
> attaching it
>   
I don't think the list accepts attachments. And it is not necessary -- 
give a clickable page uri -- anyone can open your css file(s).
> Can someone look at my layout - with an eye toward what I can do to reduce 
> the length (and complexity)? I haven't finished with the 'a' 
> link,visited,hover tag/attributes yet(so some of the colors obviously need 
> work) because it seemed to be getting longer - with no end in sight. 
>
> Alan 
Alan,
A rule of thumb is /not/ to use absolute positioning to layout a page(ap 
layouts tend to be brittle, fragile, and brake easily depending on user 
font-size preference and screen resolution). You'll find a simple float 
layout will work far better for you. There is no need for any absolute 
positioning, z-index, or height dimension.  Let your content determine 
the height of the page. This is an example of a simple 3col float 
layout: <http://www.chelseacreekstudio.com/ca/cssd/layout21.html> . Use 
it, or try one of the float layouts on the cssd wiki(address at bottom 
of this mail) that suits your liking. The wiki is a great resource for 
links to most everything you'll need. And if you post to the list as you 
go along, you are sure to get good advice.
Best,
~dL
______________________________________________________________________
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