Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SSL and STYLESHEETS


YATZEE

Recommended Posts

Posted

I think this online forum for Oscommerce is fantastic, I've managed to solve many problems with my site from just reading the relevant posts, thanks to everyone for there contributions.

 

But alias, it could not last, I have a problem I hope someone could help me with, I've looked through the posts, but could not find any relevant ones for my problem.

 

Ok, I've had a few SSL problems, but managed to fix most.

When my customers create account or login they get the following message "This page has both secure and insecure items............." I am aware that this is due to either one or these 3 things

 

Hotlinking images

 

Objects in footer

 

Objects in boxes in the columns

 

I have changed the link in the footer, and managed to change the images which where pointing to http to https on the index page; except for a few; mainly the box header images, which still link to http which are linked via the stylesheet. All the images within the site are in the same folder.

 

This is the link to the site, if you can see anything wrong http://www.outdoorgoods.co.uk

 

Can anyone help me secure these images using the stylesheet.

 

Thanks in advance.

 

Regards

Posted

Thought this might be useful as well, this is how I have linked the images within the stylesheet

 

Cheers

 

 

TD.infoBoxHeading_left {

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

font-size: 11px;

font-weight: bold;

color: #FFFFFF;

background: url(images/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...