View Single Post
  #60  
Old 10-03-2006, 06:33 AM
 
ranger82nd ranger82nd is offline
 

Senior Member
  
Join Date: Jan 2006
Posts: 159
 

Default Re: A simple fix to pretty the checkout up a little

Because all of the image "calls" in the CSS is to the non-SSL image directory this seems to "break the lock" on all of the HTTPS pages.
Code:
.sidebox { margin: 0 auto; width: 28em; background: url(images/sbbody-r.gif) no-repeat bottom right; font-size: 100%; } .boxhead { background: url(images/sbhead-r.gif) no-repeat top right; margin: 0; padding: 0; text-align: left; } .boxhead h2 { background: url(images/sbhead-l.gif) no-repeat top left; margin: 0; padding: 22px 30px 5px; color: white; font-weight: bold; font-size: 1.2em; line-height: 1em; text-shadow: rgba(0,0,0,.4) 0px 2px 5px; } .boxbody { background: url(images/sbbody-l.gif) no-repeat bottom left; margin: 0; padding: 5px 30px 31px; }
Is the solution to put the full HTTPS path?
Such as: url(https://www.yourdomain.com/skin1/images/xxx.gif)
__________________
X-Cart Gold v4.0.17 ~ EWD Hosting!
Reply With Quote