rollinlow54
07-17-2005, 07:32 PM
I'm having a small problem getting the center content of my page to display correctly.
www.graffetto.com
I want to have the center column flush with the right column, but i can't get rid of the margin around the top and left. heres the css:
#rightcontent
{
position: absolute;
right:0px;
top:0px;
width:200px;
border:1px solid #000000;
}
#centercontent
{
margin-right: 200px;
left: 0px;
top: 0px;
border:1px solid #c0c0c0;
}
this is the HTML:
<div id="centercontent">
center content fdsuoaip fdsaui opfdsau oifdsau foidsau foidpsua foidsu aoifu dsaoifu dsoaiufdos fodsua oifusaiofudsoaiu dsoaufoids foid sfoidu saoifudsa fou dsofiu dsaof iudia fudsai fudsoa ufdsoa ufsdoi aufdosiuf dsoa fudsoa fudsoi fudsoi fudso iafudo iafudso fudsoi fudsoi fuso audoisuafsu aifda
</div>
<div id="rightcontent">
Right content
</div>
www.graffetto.com
I want to have the center column flush with the right column, but i can't get rid of the margin around the top and left. heres the css:
#rightcontent
{
position: absolute;
right:0px;
top:0px;
width:200px;
border:1px solid #000000;
}
#centercontent
{
margin-right: 200px;
left: 0px;
top: 0px;
border:1px solid #c0c0c0;
}
this is the HTML:
<div id="centercontent">
center content fdsuoaip fdsaui opfdsau oifdsau foidsau foidpsua foidsu aoifu dsaoifu dsoaiufdos fodsua oifusaiofudsoaiu dsoaufoids foid sfoidu saoifudsa fou dsofiu dsaof iudia fudsai fudsoa ufdsoa ufsdoi aufdosiuf dsoa fudsoa fudsoi fudsoi fudso iafudo iafudso fudsoi fudsoi fuso audoisuafsu aifda
</div>
<div id="rightcontent">
Right content
</div>