Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header with BACKGROUND Image


tsvenkat

Recommended Posts

Hi

 

I just need help in setting the header image as a background for the TABLE 9header.php) so that my site works good in both resolutions 9800*600, 1024 * 768)

 

Plz help

 

Rgds

 

Venkat

Link to comment
Share on other sites

Set up a new div class in stylesheet.css with an image defined as the background, and then reference this div class instead of headerNavigation in includes/header.php.

 

e.g.

 

background-image:url('images/backdropimage.gif');

 

Vger

Link to comment
Share on other sites

Hi

 

Rather than the above, I tried this ; in header.php

-------------------------------------------------

<tr class="header">

<td height="74"valign="middle" style="background-image: url(../images/newpu.jpg)"> </td>

 

----------------------------------------------------

It works good.

 

But the only problem I face is, the above background does not get displayed in HTTPS:// pages.

 

is there anything I need to change for SSL Urls ?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...