Forum Moderators: not2easy
#rightcontent {
position:absolute;
top:0px;
right:0px;
width:66%;
background-color: #181c1b;
background-image:url('such and such here');
background-repeat:no-repeat;
background-position:top right;
background-attachment:scroll; [
border-left:3px double #ffffff;
border-bottom:3px double #ffffff;
margin-left:0px;
margin-right:0px;
padding-top:0px;
padding-bottom:0px;
}
Is the solution glaringly obvious? I have a tendancy to overlook that sometimes...
#rightcontent {
position:absolute;
top:0px;
right:0px;
width:66%;
background-color: #181c1b;
background-image:url('such and such here');
background-repeat:no-repeat;
background-position:top right;
background-attachment:scroll; [
border-left:3px double #ffffff;
border-bottom:3px double #ffffff;
margin-left:0px;
margin-right:0px;
padding-top:0px;
padding-bottom:0px;
}