Visualizzazione dei risultati da 1 a 2 su 2

Discussione: CSS capriccioso?

  1. #1
    Utente di HTML.it
    Registrato dal
    Oct 2007
    Messaggi
    26

    CSS capriccioso?

    Salve a tutti, da un paio di giorni sto impazzendo dietro a questo problema di visualizzazione







    Come vedete su Firefox tutto ok, appena lo apro su IE ho quel problema li, idee?

    Ecco il css:

    codice:
    
    body {	
    	background-image: url("../images/body.gif");
    	background-position: top left;
    	background-repeat: repeat-x;
    	text-align: center;
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 0.9em;
    	margin: 0;
    	background-color: #005F8C;
    }
    .head {
    	height: 55px;
    	/*background-color:#FFF;*/
    	color: #FFF;
    }
    .contenitrice {
    	text-align: left;
    	margin-right: auto;
    	margin-left: auto;
    	width: 790px;
    }
    .left {
    	float:left;
    	width:259px;
    	height:650px;
    	/*background-color:#333;*/
    	color:#E5E5E5;
    	padding-top:0px;
    	/*background-image:url(immagini-ristorante-senigallia/sf-left-bottom.jpg);
    	background-repeat:no-repeat;
    	background-position:left bottom;*/
    }
    .right{
    	float: left;
    	width: 531px;
    	height: 256px;
    	background-image: url("../images/sf-top-right.jpg");
    	background-position: top;
    	background-repeat: no-repeat;
    }
    .inside-right {
    	margin-top: 256px;
    	background-image: url("../images/bg-orizz-right.gif");
    	background-repeat: repeat-y;
    	padding: 25px;
    	font-size: 13px;
    }
    .right-photo {
    	float: left;
    	width: 531px;
    	height: 256px;
    	background-image: url("../images/sf-top-right.jpg");
    	background-position: top;
    	background-repeat: no-repeat;
    }
    .right-dove {
    	float: left;
    	width: 531px;
    	height: 256px;
    	background-image: url("../images/sf-top-right.jpg");
    	background-position: top;
    	background-repeat: no-repeat;
    }
    .right-chi {
    	float: left;
    	width: 531px;
    	height: 256px;
    	background-image: url("../images/sf-top-right.jpg");
    	background-position: top;
    	background-repeat: no-repeat;
    }
    .right-contatti {
    	float: left;
    	width: 531px;
    	height: 256px;
    	background-image: url("../images/sf-top-right.jpg");
    	background-position: top;
    	background-repeat: no-repeat;
    }
    .left a:link {
    	font-family: Arial, Helvetica, sans-serif;
    	color:#FFF;
    	text-decoration:none;
    	}
    .left a:visited {
    	font-family: Arial, Helvetica, sans-serif;
    	color:#FFF;
    	text-decoration:none;
    }
    .left a:hover {
    	font-family: Arial, Helvetica, sans-serif;
    	color:#FF9900;
    	text-decoration:underline;
    	font-weight:bold;
    }
    .left a:active {
    	font-family: Arial, Helvetica, sans-serif;
    	color:#FFF;
    	text-decoration:none;}
    
    .in{color:#488DB3;}

  2. #2
    Frontend samurai L'avatar di fcaldera
    Registrato dal
    Feb 2003
    Messaggi
    12,924
    Vuoi aiutare la riforestazione responsabile?

    Iscriviti a Ecologi e inizia a rimuovere la tua impronta ecologica (30 alberi extra usando il referral)

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 © 2026 vBulletin Solutions, Inc. All rights reserved.