[thelist] CSS Based Layout Troubles

lon.kraemer lwkraemer at directvinternet.com
Sun Jul 14 09:03:01 CDT 2002


> Hmm, that's strange, I tried that and everything else disappears.
>
> Before change: http://openminds.adohost.com/p/phpmanage.html
> After change: http://openminds.adohost.com/p/phpmanage2.html

You didn't remove the float and width!

Also, same with div#banner. Remove the float and width, add left: 5px;.

div#banner {
position: absolute;
top: 5px;
left: 5px;
}
div#banner_text {
margin-left: 285px;
}
...

That should get you goin'








More information about the thelist mailing list