[thelist] CSS Based Layout Troubles

lon.kraemer lwkraemer at directvinternet.com
Sat Jul 13 11:43:01 CDT 2002


> Page in question: http://openminds.adohost.com/p/phpmanage.html
>
> I have decided to enter the age of CSS based layouts for the first
time. The
> test site I am working on is developed an interesting feature however.
I am
> using a three column layout with to <div>s running across the top. The
> problem is when I size the browser window's width down the text in the
top
> right <div> slips behind the logo, I have tried setting it's width to
a
> percentage but it still slips behind the logo.
>
> Any help would be great!

This is the result of float with a percentage width.
In your case, try:

div#banner_text {
margin-left:285px;
}

--
Lon Kraemer
-----------------------------------------






More information about the thelist mailing list