errr, i mean clear:none
http://y-aji.com/clintongo/index.htm
i'm having trouble getting my right dialogue box to clear the main content box. It always starts below the text from the main box. Any quick suggestions?
Thanks alot,
Yajirobe
assumed problem area within my css:
#main {
background-color: #fffcf1;
float: left;
width: 520px;
margin: 12px;
padding-bottom: 10px;
border: 2px solid #cbd0c1;
}
#right {
background-color: #fffcf1;
position: relative;
width: 160px;
left: 530px;
margin: 12px;
padding-bottom: 10px;
border: 2px solid #cbd0c1;
clear: none;
}
Last edited by Y-aji; 01-22-2007 at 10:21 PM..
|