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)
-   -   This is a easy question (https://forum.x-cart.com/showthread.php?t=9091)

systemedix 08-26-2004 07:39 AM

This is a easy question
 
What is the name of the border and top widow tab of the thing in the center (Product window) of the page in the skin1.css file?
There looks to be a window tab, border, another top color and line inside of that color.

I know this is not the best name for it but i hope you get the idea.

strawbana 08-26-2004 08:34 AM

funny you should ask. i was just looking for the exact same thing

lyncca 08-26-2004 09:55 AM

Its referred to as the dialog box :wink:

Code:

.DialogBox {
        BACKGROUND-COLOR: #ffffff;
}
.DialogBorder {
        BACKGROUND-COLOR: #FF8600;
}
.DialogTitle {
        COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 12px;
}


You will have to manually recolor the graphic though that makes the tab piece, you can't just change the CSS for that.

strawbana 08-26-2004 10:14 AM

Hi Lynecca

Thank you. I did find the dialogue box, however I was having trouble finding the actual graphic for it. The top part so to speak.

Thank you,
Barb

lyncca 08-26-2004 10:21 AM

Under skin1>images, the dialog box is made up of:

Code:

dialog_1.gif
dialog_2.gif
dialog_bg.gif
dialog_bg_n.gif


I think thats all of them...

strawbana 08-26-2004 10:32 AM

perfect
thanx

i'm really getting the hang of this, it's actually starting to be fun

lyncca 08-26-2004 10:35 AM

Watch out, next thing you know you will have done 20 or so carts like us ;)

systemedix 08-26-2004 02:50 PM

Thanx lyncca
 
I thought the dialog box was something else. But that's what i was looking for. Thank you again!


All times are GMT -8. The time now is 09:44 AM.

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