| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
|
Background Images in List
How do i set background images for li tags in css ? This is what i have so far but background images aren't appearing full size. This is how it appears: ![]() Code : HTML Code:
Code:
|
|
|
|
|
|
#2 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,621
|
They may not be visible because you don't have enough padding for them to be seen. Try adding some padding/margins to the right and left edges of those to see if the images appear, and if they do, work backwards from there to clean up your code. |
|
|
|
#7 (permalink) |
|
"Everybody's Dead Dave"
Join Date: Dec 2007
Location: Loughborough, UK
Posts: 131
|
try declaring a height and width for the li tags in your CSS. Example: Code:
obviously change the values to match the needs of your background images. |
|
![]() |