sorry all, i put this in the wrong thread... forgot to goto the css subforum...
anyway, this issue seems to not be a problem in ie6, but have yet to see it work in mozilla or safari... i'm not sure what is wrong..
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;
}
|