Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Do these exist?


matpal

Recommended Posts

I am a total newbie to php, html, everything. I was looking at various stores, getting ideas of what I want my site to look like. I know how to change the colors in the stylesheet, but that is all. I would be thinking it would be really cool to have examples of stylesheets so I could see the code that created something in particular.

 

Like how to add gradients and backgrounds to boxes and just little things that newbies like myself have no idea of. If I could just see code of something, it would be much easier for me to then configure my site.

 

Is there anything remotely close to that?

Link to comment
Share on other sites

If you want to add a background image to an infobox, you will need to do this:

 

<td style="background-image: url('imagefilename.gif')">

 

or

 

.infoBox{background-image: url('imagefilename.gif')}

 

where "infoBox" is the name of the class that defines the background for the infoboxes in stylesheet.css. It may also be named "infoBoxContents", not sure exactly which one it is right off hand.

 

Older versions of Netscape have problems with this, though.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...