problema css con ie8! help

marisabru

Nuovo Utente
9 Nov 2011
1
0
0
ciao ragazzi sto mettendo a posto questo sito :vacanzeincroazia.altervista.org/medist.html
vorrei che su explorer 8 funzionasse come su exp 9 o firefox cioè
il menu deve avere angoli arrotondato in alto a sx e dx
NON RIESCO A FARLO FUNZIONARE con nessun trick


qualcuno puo' aiutarmi per favore???


questo è il css del menu

Codice:
/* menu */
.navigation
{
    float:left;
    width:100%;
    height:auto;
    top:108px !important;
   background-image:url('input_bg2.gif');
background-repeat: no-repeat;
border-radius:15 px
behavior: url(border-radius.htc)
}




.menu li 
{
    display:block;
    width:132px;
    float:left;
    height:50px;
    min-height:50px;
    background-image:url('li-bg.png');
border-radius: 5px;
    background-position:0px 0px;
    color:white;
}

.menu li:hover
{
    background-position:0px 53px;
}

.menu li:hover span
{
    color:#284c93;
}



.menu li a
{
    display:block;
    width:100%;
    float:left;
    text-align:center;
    font-size:13px;
    height:100%;
    text-decoration:none;
    color:white;
}

.menu li a span
{
    display:block;
    width:100%;
    float:left;
    text-align:center;
    font-size:13px;
    font-weight:bolder;
    margin-top:18px;
    text-decoration:none;
    color:white;
}

.deeper ul
{
    float:left;
    display:block;
    width:100%;
    height:0px;
    padding:0px;
    overflow:hidden;
    background-color:white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.deeper ul li
{
    display:block;
    width:140px;
    float:left;
    height:30px;
    min-height:30px;
    color:white;
    background-color:white;
    background-image:none
}

.deeper ul li a
{
    display:block;
    width:100%;
    float:left;
    text-align:center;
    font-size:13px;
    height:100%;
    text-decoration:none;
}

.deeper ul li a span
{
    display:block;
    width:100%;
    float:left;
    text-align:center;
    font-size:13px;
    font-weight:bolder;
    margin-top:6px;
    text-decoration:none;
    color:white;
}

.deeper ul li:hover span
{
    color:#0096ff;
}

#item-680 ul
{
position:absolute !important;
top:200px !important;
right:187px !important;
width:132px !important;
height:auto !important;
background-color:white !important;
visibility:hidden;
border-radius:15px;
}

#item-679 ul
{
position:absolute !important;
top:230px !important;
right:187px !important;
width:132px !important;
height:auto !important;
background-color:white !important;
visibility:hidden;
border-radius:15px;
}

#test_bck
{
float:left !important;
width: auto !important;
min-width:100%;
background-image:url('bck_centrale.jpg') !important; 
background-repeat:repeat-x;
}

#shadow_menu
{
margin:auto;
width:920px;
height:32px;
background-image:url('bck_submenu.png') !important; 
}
 
.custom-banner
{
height:353px !important;
margin-bottom:-16px;
background-image:none !important;
}

.custom-blocks
{
background-image:url('separatore.png') !important;
background-repeat:no-repeat !important;
background-position:bottom center !important;
margin-bottom:15px;
}

.block
{
background-image:none !important;
}

#flashIntroPages
{
float:left;
width:600px;
height:100px;
}

.contact-address
{
    width:220px;
    font-size:15px;
}

.slogan
{
right:-70px !important;
}

#content
{
padding-top:0px !important;
/*
padding-bottom:0px !important;
min-height:100% !important;
*/
background-image:none !important;
background-color:transparent !important;
}

#deeperMenu
{
left: -999em;
width:132px !important;
}

#deeperMenu .maxidrop-main div ul li a span
{
float:left;
display:block;
width:130px !important;
text-align:center !important;
margin-left:-25px;
}

#deeperMenuShop
{
left: -999em;
width:132px !important;
}

#deeperMenuShop .maxidrop-main div ul li a span
{
float:left;
display:block;
width:130px !important;
text-align:center !important;
margin-left:-25px;
}

#deeperMenuShopCuscini
{
left: -999em;
width:132px !important;	
margin-top:-5px !important;
}

#deeperMenuShopCuscini .maxidrop-main div ul li a span
{
    float:left;
    display:block;
    width:130px !important;
    text-align:center !important;
    margin-left:-25px;
}

#deeperMenuShopAccessori
{
left: -999em;
width:132px !important;	
margin-top:-5px !important;
}

#deeperMenuShopAccessori .maxidrop-main div ul li a span
{
    float:left;
    display:block;
    width:130px !important;
    text-align:center !important;
    margin-left:-25px;
}

/* VERSIONE INGLESE */
#english_bck
{
    float:left;
    width:900px;
    height:245px;
    margin-top:15px;
    background-image:url('../images/english_bck.png');
    background-repeat:no-repeat;
}
 
Ultima modifica di un moderatore:
Discussioni simili
Autore Titolo Forum Risposte Data
L problema collegamento file css con html HTML e CSS 1
S problema con css bootstrap3 HTML e CSS 4
Emix Problema con creazione form css/mobile HTML e CSS 3
F [Javascript] Problema funzione jquery con elementi css esterni Javascript 1
A [WordPress] Problema CSS con diversi browser WordPress 4
S Problema con Form CSS HTML e CSS 1
berry94mf Problema con include e css PHP 1
V Problema Rollover con css HTML e CSS 1
M problema con media query CSS HTML e CSS 1
D Problema collegamento file css con html HTML e CSS 4
S Problema con il css di un font HTML e CSS 2
A Problema gestione layout con css HTML e CSS 11
F problema con sfondo CSS HTML e CSS 2
C Problema con il CSS per il comando text-align HTML e CSS 10
M css html problema con explorer help HTML e CSS 0
G problema con css PHP 9
B Problema di inserimento "menu con css" in pagina web "con tabelle" HTML e CSS 5
M Problema con css HTML e CSS 3
K problema con current css HTML e CSS 0
L problema con menù css HTML e CSS 1
T problema con i css ... explorer visualizza male... HTML e CSS 2
I Problema con i CSS su diversi browser HTML e CSS 3
S Problema con CSS IE 7 e XP HTML e CSS 2
M Problema CSS nei widget con sfondo sfumato HTML e CSS 0
R Problema con i css in standard mode HTML e CSS 3
N [PHP+HTML+CSS] Problema con un div HTML e CSS 4
R problema con il css dei link HTML e CSS 2
S Piccolo problema con i CSS HTML e CSS 2
I Problema CSS con joomla e phpbb [Era: joomla e phpbb] Joomla 2
G Css, problema margine con explorer HTML e CSS 0
F [CSS] Problema con IE e div fixed HTML e CSS 2
R Problema con pop-pu in css HTML e CSS 4
E Problema con CSS con 3 colonne HTML e CSS 5
S Problema tabella datatables a causa dei css HTML e CSS 3
P Problema sovrapposizione di css HTML e CSS 1
Andre7890 Problema CSS in Form Contatti HTML e CSS 7
novello88 Problema stampa CSS [Era: CSS print] HTML e CSS 1
B problema css HTML e CSS 3
M Problema CSS e IE HTML e CSS 0
I Problema compatibilità CSS HTML e CSS 1
I Problema CSS! HTML e CSS 3
M [Firefox/CSS] Problema immagine di sfondo centrata HTML e CSS 1
D problema css solo su chrome HTML e CSS 3
F CSS e IE problema HTML e CSS 0
O problema menu tendina css HTML e CSS 1
E [Problema] CSS su IE HTML e CSS 6
T problema Doctype css e anchor links(credo) HTML e CSS 0
T problema css e firefox HTML e CSS 0
C problema strano css HTML e CSS 5
gladenko CSS e DIV problema di dimensionamento HTML e CSS 3

Discussioni simili