Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL & STYLESHEETS


YATZEE

Recommended Posts

Posted

Does anyone know how to make linked images within a stylsheet become https when using SSL?

I have managed to secure my other images on the site except for the ones within my stylesheet. He is a small part of the CSS , to show you how I have been linking them. All images used on the site are all in the same folder. This is the site they are on, right click to see the properties. http://www.outdoorgoods.co.uk

 

Cheers

 

 

 

TD.infoBoxHeading_left {

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

font-size: 11px;

font-weight: bold;

color: #FFFFFF;

background: url(images/design/h2.gif) no-repeat left top;

height: 27px;

text-align: center;

vertical-align: middle;

}

 

TD.infoBoxHeading_right {

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

font-size: 11px;

font-weight: bold;

/* background: #bbc3d3; */

color: #FFFFFF;

background: url(images/design/h6.gif) no-repeat left top;

height: 39px;

text-align: center;

vertical-align: top;

padding-top: 20px;

}

 

TD.infoBoxHeading_new {

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

font-size: 11px;

font-weight: bold;

/* background: #bbc3d3; */

color: #FFFFFF;

background: url(images/design/h4.gif) no-repeat left top;

height: 27px;

text-align: left;

vertical-align: top;

padding-left: 10px;

padding-top: 8px;

}

Archived

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

×
×
  • Create New...