I'm working on updating my site.
http://risendead.x10hosting.com/risendead/test/test.html
The main part of the body is like this
<div main body here>
<div float left latest new and links>
<div float right text etc.>
in order to keep the text from overlapping the whole body I had to add
#contain_mainbody:after{
color: #a4a4a4;
content:"";
display:block;
height:0px;
clear:both;
}
this is fine for the page normally but I'm trying to add an outline shadow to the page and it gets cut off at the point that #contain_mainbody:after code takes over.
If you look to the left of the page the shadow isn't aligned yet but you can see where it gets cut off.
Is there a way to get the shadow outline to work? :dunno:
http://risendead.x10hosting.com/risendead/test/test.html
The main part of the body is like this
<div main body here>
<div float left latest new and links>
<div float right text etc.>
in order to keep the text from overlapping the whole body I had to add
#contain_mainbody:after{
color: #a4a4a4;
content:"";
display:block;
height:0px;
clear:both;
}
this is fine for the page normally but I'm trying to add an outline shadow to the page and it gets cut off at the point that #contain_mainbody:after code takes over.
If you look to the left of the page the shadow isn't aligned yet but you can see where it gets cut off.
Is there a way to get the shadow outline to work? :dunno:
Last edited: