Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

background gifs

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-26-2002, 02:53 AM
  seaCOAST's Avatar 
seaCOAST seaCOAST is offline
 

X-Adept
  
Join Date: Oct 2002
Location: New Hampshire
Posts: 569
 

Default 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!"
Reply With Quote
  #2  
Old 11-26-2002, 08:43 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

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
Reply With Quote
  #3  
Old 11-27-2002, 02:03 AM
  seaCOAST's Avatar 
seaCOAST seaCOAST is offline
 

X-Adept
  
Join Date: Oct 2002
Location: New Hampshire
Posts: 569
 

Default

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!"
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:23 AM.

   

 
X-Cart forums © 2001-2020