My background do not extend all the way to the bottom of the entry and page
-
Here is a perfect example of what I am talking about.
Look closely at https://totalphysiqueonline.com/2006/12/14/dave-drapers-thoughts-on-fitness/
Scroll down the page and you will see that the background for the page and the entry block stop abruptly. Why is that?
The entry block in my css is this:
.entry{
position:relative;
margin:0 0 20px 0;
border:2px solid #fff;
background:#eee url(images/entrybg.png) repeat-x;
color:#333;
padding:10px 10px 0 10px;
}
and for the body it is this:
body{
margin:0;
padding:0;
font:76% tahoma,verdana,sans-serif;
background:#e6e6e6 url(images/bodybg.png) repeat-x;
color:#333;
text-align:center;
}
As you can see, repeat-x is there. Why then the abrupt end to the backgrounds?
PS: NOTE- only Safari truncates both backgrounds. Firefox and Opera truncate ONLY the entry body background. The main Body bg works as it is expected to work in both of those browsers.
- The topic ‘My background do not extend all the way to the bottom of the entry and page’ is closed to new replies.