|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
DIV in a table shows body background not table background
I have a table with a specified background color (specified in CSS). The content part of the table (a cell) uses information from a downloaded script (wordpress.com) to load information.
I want the table background to shine through everything. How can I accomplish this (I suspect it is in the script CSS, but I don't know what). URL The 'home' page is how I want it (basically that background effect). But the other pages come out funny with no background. Could someone solve this, or alternatively reccommend another way. |
|
#2
|
||||
|
||||
|
I can't see the BG image (using Mozilla 1.5 on Win XP). Just a thought - try changing this:
table#main { background-color : white; background-image : url(images/papermiddle.jpg); background-repeat : repeat-y; } To this... #main table{ background-color : transparent; background-image : url(images/papermiddle.jpg); background-repeat : repeat-y; } |
|
#3
|
|||
|
|||
|
Thanks skyrocket.
I found this a few hours after posting. It worked like a charm. (I simply dropped my original outline and replaced it). URL So, thanks again... I appreciate it. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > DIV in a table shows body background not table background |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|