Jump to content

backgrounds multipli: funziona con ie9 ma non con gli altri


Il Santo

Recommended Posts

Ciao,

sono nuovo del forum.

 

secondo voi c'e' un modo per risolvere il problema di compatibilita' dei browser in prestashop inserendo per esempio uno script javascript esterno?

 

in global.css ho fatto queste modifiche e funziona con IE9 e Safari ma non con gli altri browser IEx:

 

body {

/*background: white url('/web/dex/img/body_bg2.jpg') top;

aggiunto multiple background

*/

font-size: 11px;

font-family: Verdana, Arial, Helvetica, Sans-Serif;

color: #5d717e;

text-align: center;

background: url('/web/dex/img/bg_up.png') top no-repeat, url('/web/dex/img/bg_down.png') bottom no-repeat, url('/web/dex/img/bg_middle.png') -325px repeat-y;

}

 

e poi....

 

 

/* global layout modificato height da 1500px a inherit; aggiunto margin-bottom*/

#page {

width: 980px;

margin: 0 auto 2px auto;

text-align: left;

height: inherit;

margin-top: 150px;

margin-bottom: 500px;

}

 

Vi ringrazio per eventuali suggerimenti.

 

Ciao

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...