frantik
03-29-2007, 04:33 PM
I am a newbie therefore i am baffled why my right content is overlapping the center content. In most computers ive looked at, it was not overlapping at all but some computers ive looked at, the right content is overlapping the center content by half. What is going on? help please?
heres 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;
}
If anyone know what i can do to prevent the right content from overlapping to the center content that'd be great. thanks.....
heres 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;
}
If anyone know what i can do to prevent the right content from overlapping to the center content that'd be great. thanks.....