Messing around with an XHTML template I was converting to WP:
Template Preview (thermal) - Free CSS Templates
Here it is on my site:
Playing
For some reason the page div simply will not display the background image it is assigned. Things that are already checked off on the list of shit to try/check:
1) The image exists and is spelled correctly etc. In fact the image for the background of the menu div is the same as for the page div, and it shows fine there.
2) The body background image is not overriding the page background -- I even tried changing it to the page background and it wouldn't show that way either.
3) The index.php file has the divs correctly placed as far as I can tell. Experimented with moving the brackets of page and/or content divs a couple of times to no avail.
Here is the CSS for the page div:
I know that there is something extremely basic going on here, that once fixed will make me want to punch myself in the balls for not seeing it, but I'm damned if I can find it.
Any ideas?
Frank
Template Preview (thermal) - Free CSS Templates
Here it is on my site:
Playing
For some reason the page div simply will not display the background image it is assigned. Things that are already checked off on the list of shit to try/check:
1) The image exists and is spelled correctly etc. In fact the image for the background of the menu div is the same as for the page div, and it shows fine there.
2) The body background image is not overriding the page background -- I even tried changing it to the page background and it wouldn't show that way either.
3) The index.php file has the divs correctly placed as far as I can tell. Experimented with moving the brackets of page and/or content divs a couple of times to no avail.
Here is the CSS for the page div:
Code:
#page {
width: 888px;
margin: 0 auto;
background: #FFFFFF url(images/img03.jpg) repeat-y left top;
padding-top: 30px;
font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
I know that there is something extremely basic going on here, that once fixed will make me want to punch myself in the balls for not seeing it, but I'm damned if I can find it.
Any ideas?
Frank