Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Navigation


Manoil

Recommended Posts

Posted

Is it possible to make my header navigation background to be some image file? If there is a way to do it I will appreciate your help!

Thanks :-"

Posted

In your stylesheet you could try setting the background-image property of the TR.headerNavigation class (at least I think that's the right class :)).

 

So could be something like:

TR.headerNavigation {
 background: #bbc3d3;
 background-image: url("images/br_paper.jpg");
 height: 30px;
}

Archived

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

×
×
  • Create New...