Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

In Css what are these 3 things called? Please and Thank you


justedee

Recommended Posts

Posted

cssQ.gif

The box and lines are suppose to be brown and the panel should be an image or at least white.

Thank you,

~eDee

Ya, I'm a chick and I program! What of it?

Posted

Thank you, I have tried that, but I still can't figure out which to change. I must have changed the wrong thing or it would be brown.

 

Does anyone now what I could have changed or deleted that would cause there to be no color there?

Ya, I'm a chick and I program! What of it?

Posted

do it through trial and error... make a backup of the ccs style sheet... and change the hex codes ( if you dont know what hex codes to use, look it up on google)... where it says backgorund it ussually means the main background...

 

its the way i learnt what bits were what..

 

hope thats a help...

 

do you use STS?

Ardley

Store:Gadget-Net

Posted
Thank you, I have tried that, but I still can't figure out which to change. I must have changed the wrong thing or it would be brown.

 

Does anyone now what I could have changed or deleted that would cause there to be no color there?

Right click on them and see i they are images.

Posted
Right click on them and see i they are images.

 

Well that helped, you think I would have opened the READ ME file - Ugh!

 

Ok this has to be where I'm going wrong, but I can't figure out what is wrong with this code.

 

TABLE.productListing {

border: 1px;

border-style: solid;

border-color: #6a3e1e;

border-spacing: 1px;

}

 

.productListing-heading {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

background: #6a3e1e;

color: #FFFFFF;

font-weight: bold;

}

 

TD.productListing-data {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

I think this is it?

~eDee

Ya, I'm a chick and I program! What of it?

Posted

You should consider about installing FireFox with the web developer add-on. It's really helpful to figure out things like you requested. It shows you live the CSS properties, you can change them online and see what difference the changes make before putting them into the code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...