| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | Mark Forums Read | User manuals | Login |
background gifs | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
background gifs
I'd like to add background gif buttons to my category listing.
Actually, I'd like to add it to all menus, but if I can get started with the categories, I might be able to figure it out. Thanks.
__________________
Xcart V4.5.5 Gold seaCOAST "Live FREE or DIE!" |
|||||||||
#2
|
|||||||
|
|||||||
Seacoast,
Best way to acheive this is through the skin1.css file. The categories are controlled by the CategoriesList item. Set a backgroung gif in this as per the following: .CategoriesList { FONT: 11px Verdana, Arial, Helvetica, sans-serif; background-image: url(images/background.gif); background-repeat: no-repeat; } This will show one image in the background to the category item. Be careful that the image is small enough for the line height. If this is an issue set it as follows for a 20 pixel line height. .CategoriesList { FONT: 11px/20px Verdana, Arial, Helvetica, sans-serif; background-image: url(images/background.gif); background-repeat: no-repeat; } Hope this helps. Funkydunk
__________________
ex x-cart guru |
|||||||
#3
|
|||||||||
|
|||||||||
Thanks funky...I haven't had a chance to try it yet, maybe over the weekend.
__________________
Xcart V4.5.5 Gold seaCOAST "Live FREE or DIE!" |
|||||||||
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|