Im a newbie and i am wondering why the right content of this layout is overlapping the center content. Am i missing something to keep the right content from overlapping the center content? help?
this is the site where i got the layout:
http://www.glish.com/css/7.asp
Here is the code im using:
#rightcontent {
hspace:20px;
position:absolute;
right:1%;
top:125px;
width:185px;
background:#454545;
border:5px solid #1C1C1C;
color:#ffffff;
text-align:left;
padding:2px;
font-size:12px;
font-family:Arial;
}
#leftcontent {
position: absolute;
left:10px;
top:125px;
width:185px;
background:#454545;
border:5px solid #1C1C1C;
color:#ffffff;
font-size:12px;
font-family: Arial;
letter-spacing: 1px;
padding:2px;
}
#centercontent {
background:#ffffff;
margin-left: 199px;
margin-right:199px;
border:5px solid #1C1C1C;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
word-spacing: 1pt;
font-family:Arial;
font-size:12px;
white-space:normal;
}
html>body #centercontent {
margin-top:0px;
margin-left: 201px;
margin-right:201px;
}
Any help is appreciated please, thanks!



Reply With Quote

Bookmarks