Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Css e firefox

  1. #1

    Css e firefox

    Salve ho un problema con firefox nella visualizzazione di un sito che sò preparando, fondamentalmente con IE l'impaginazione non da problemi, con firefox mi sposta tutto qua e la. Questo è il link, vi posto anche il css probabilmente è li l'errore...
    codice:
    .top {
    	background-image: url(../images/layout/layout_top.gif);
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    	height: 15px;
    	width: 955px;
    }
    .left {
    	background-attachment: fixed;
    	background-image: url(../images/layout/layout_left.gif);
    	background-repeat: no-repeat;
    	height: 560px;
    	width: 18px;
    }
    .center {
    	background-attachment: fixed;
    	background-image: url(../images/layout/layout_site.gif);
    	background-repeat: no-repeat;
    	height: 560px;
    	width: 919px;
    }
    .right {
    	background-image: url(../images/layout/layout_right.gif);
    	height: 560px;
    	width: 18px;
    }
    .bottom {
    	background-attachment: fixed;
    	background-image: url(../images/layout/layout_bottom.gif);
    	background-repeat: no-repeat;
    	height: 25px;
    	width: 955px;
    }
    qualche idea? Grazie

  2. #2

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.