Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header image and right boxes are hidden firefox,IE


Danny34

Recommended Posts

Hello,

 

i have a problem with my shop on Firefox and Internet Explorer. The header image and the boxes on the right side are hidden.

 

On Opera, Chrome and Safari it looks normal.

 

myshop

 

With best regards   :thumbsup: ,
Danny34.

Link to comment
Share on other sites

Hi,

 

The problem is caused by the script  jaysalvat.github.io.... which seems to be responsible for the background image!? Block the script and the shop is displayed correctly - but without background image.
A JS for displaying a background image is probably slightly overengineered.
A simple entry in the stylesheet also does it! :-

 

 

J.J.

Link to comment
Share on other sites

Hi,

 

The problem is caused by the script  jaysalvat.github.io.... which seems to be responsible for the background image!? Block the script and the shop is displayed correctly - but without background image.

A JS for displaying a background image is probably slightly overengineered. A simple entry in the stylesheet also does it! :-

 

 

J.J.

 

Hello DeDokta,

 

yeah you're right, the shop is working without, thanks for finding the problem. 

 

I don´t have an other alternative ? If i add the background in the stylesheet it isn´t customized like i want. 

 

Edit:

I use this code now, is nearly the same like the jquery plug in. 

 background: url(../../bilder/pics_hintergrund/background-santerh2.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

With best regards  :thumbsup: ,

Danny34.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...