#right p.rightBottom{ display:block; background:url(images/right_bottom2.gif) 0 0 no-repeat; width:978px; height:20px; float:left;}
"med" said:Hi,I'm having a problem with my main body content area. Each of the 4 sides has an image applied to it as a background i.e. gives it the dropshadow look.All of the images are displaying fine apart from the bottom one; see here: http://tinyurl.com/5knr9cThe bottom image doesn't show and so doesn't form a full content box. I was wondering if anybody could help me out.This is what it should look like: http://tinyurl.com/5rnhynThanks.Here's the particular bit off css code for that bottom image:#right p.rightBottom{ display:block; background:url(images/right_bottom2.gif) 0 0 no-repeat; width:978px; height:20px; float:left;}p.s.: Cool forum design
<p class=\"rightBottom\"></p>
</div><!--right panel end -->
I'm having a problem with my main body content area. Each of the 4 sides has an image applied to it as a background i.e. gives it the dropshadow look.
All of the images are displaying fine apart from the bottom one; see here: Fixed (See below)
The bottom image doesn't show and so doesn't form a full content box. I was wondering if anybody could help me out.
This is what it should look like: Fixed (see below)
Thanks.
Here's the particular bit off css code for that bottom image:
#right p.rightBottom{display:block;
background:url(images/right_bottom2.gif) 0 0 no-repeat;
width:978px;
height:20px;
float:left;
}
p.s.: Cool forum design
Try adding
That should do it.