Re: [css-d] Flabergasted with float: left;

2006-08-31 Thread Kenny Graham
Try not floating #main and giving it a left margin: #main { border-top: 2px solid #66; border-left: 2px solid #66; border-bottom: 2px solid #66; width: 80%; margin-right: 5%; margin-left: 15%; padding: 5px; } quick and dirty remake incase that doesnt work:

[css-d] Flabergasted with float: left;

2006-08-30 Thread Robert Reed
I've been working on a project for a client that involves using percentages for column widths and the like, since the target audience is people whom may not be computer savvy. I initially started doing the design with absolute positioning and had it looking perfect, but after attempting to

Re: [css-d] Flabergasted with float: left;

2006-08-30 Thread ~davidLaakso
Robert Reed wrote: I've been working on a project for a client that involves using percentages for column widths and the like, since the target audience is people whom may not be computer savvy. Not sure what you mean? I initially started doing the design with absolute positioning and had