X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   VerticalMenubox - with image (https://forum.x-cart.com/showthread.php?t=14504)

MythNReality 06-10-2005 04:22 PM

VerticalMenubox - with image
 
Did some research but cannot find a solution.

I would like to use the image for VertMenubox and like to use border image for the box (didn't like the square box), need help on the following:

1. Shall I add the code from the skin1.css?
2. what code should I use?



Thanks a bunch

balinor 06-13-2005 06:12 PM

Yep, CSS is the way to go. Get yourself a good CSS book (the O'Reilly books are particularly good). The class you want to use is the background: class. Take a look at the way the .button class uses it and copy that.

MythNReality 06-16-2005 04:53 PM

Quote:

Originally Posted by balinor
Yep, CSS is the way to go. Get yourself a good CSS book (the O'Reilly books are particularly good). The class you want to use is the background: class. Take a look at the way the .button class uses it and copy that.


Thanks Balinor. Now I've got more readings... :roll: 8O

MythNReality 06-16-2005 06:08 PM

Actually, I got it done...without books, but with your assistance. This is what I did:

.VertMenuTitle {
background-image: url("picts/bluebar.gif");
BACKGROUND-COLOR: #E1EFFF; COLOR: #000066; FONT-FAMILY: Comic Sans MS; FONT-WEIGHT: bold; FONT-SIZE: 13px;
}


\:D/

shipmerchant 07-13-2005 05:32 PM

That will work, I used this to get the effect I needed. Css is definetly the way to go.

.VertMenuBox {
BACKGROUND:#CCCCFF URL(/mystore/skin1/images/categories.gif);
:lol:


All times are GMT -8. The time now is 02:00 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.