![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm trying to put an image into a table header via a css-style: th.order1 { background-image: url(asc.png) top right no-repeat padding-right: 5px; } asc.png is 16x16 pixels. Unfortunately I only get a white background for the TH, when I ally the style, no image is visible. The header is about 100 pixel wide and 20 pixel high. What is wrong here? Thank you |
#3
| |||
| |||
|
|
I think you must replace background-image with background |

#4
| |||
| |||
|
|
Unfortunately I only get a white background for the TH, when I ally the style, no image is visible. |
#5
| |||
| |||
|
|
th.order1 { background-image: url(asc.png) top right no-repeat padding-right: 5px; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |