Working in IE but not firefox
Good day
I have this style:
.pageContentArea {
margin-top: 0px;
margin-bottom: 0px;
min-height: 550px;
width: 971px;
padding-top: 1px;
padding-bottom: 30px;
text-align: left;
padding-left: 10px;
padding-right: 10px;
color:#333;
background-image:url(../images/fullPageSideBorders.jpg);
background-repeat:repeat;
background-position:0px 0px;
text-align: left;
height : auto;
}
It runs fine in IE However in Firefox it doesnt. The issue is the image which gets repeated (a simple vertical line) stops 3/4 the way down the page when there is content that fills more that 3/4 the page. Remove the content and the line does however go to the bottom in FF. Is there something I can do to this class to force it to repeat all the way to the bottom of the page no matter how long the page is?
Wow this is really bugging me. I would normally use nested tables however this is not an option on this page.
TYIA
__________________
Wind is your friend
Matt
|