Zoque.Forum
»
css ve IE7 sorunu
|
| CSS CSS ile ilgili merak ettiklerinizi, sorunlarınızı ve fikirlerinizi bu bölümde paylaşabilirsiniz. |
![]() |
|
|
LinkBack | Seçenekler |
|
|
#1 (permalink) |
|
Üyelik Tarihi: 02.01.2008
Yer: istanbul
Yaş: 29
Mesaj: 16
|
css ve IE7 sorunu
aşağı ve yana açılan 2 kademeli menü yaptım CSS ile ie7 de linkler arasında boşluk veriyor problemin çözümü konusundabi fikir lütfen
Kod:
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
width: 980px; /*For KHTML*/
list-style-type: none;
padding: 0;
margin: 0;
border: 0;
top: 0px;
left: 0px;
height: 25px;
}
a, a:link, a:visited {
text-decoration: none;x
}
ul#navmenu-h li {
border: 0 none;
float: left; /*For Gecko*/
list-style: none;
position: relative;
height: 24px;
z-index: 1;
padding: 0;
margin: 0;
display: inline;
}
ul#navmenu-h ul {
margin: 0;
border: 0 none;
padding: 0;
width: 190px;
list-style: none;
display: none;
position: absolute;
top: 24px;
left: 0;
}
ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
font-size: 1px;
line-height: 0px;
}
ul#navmenu-h ul li {
width: 190px;
float: left; /*For IE 7 lack of compliance*/
display: block !important;
display: inline; /*For IE*/
}
/* Root menu */
ul#navmenu-h a {
width:122px;
background: url(../resimler/bgOFF1.jpg) repeat-x;
float: none !important; /*For Opera*/
float: left; /*For IE*/
display: block;
font-size: 12px;
font-weight: bold;
text-align:center;
color:#000000;
text-decoration: none;
height: auto !important;
height: 1%; /*For IE*/
height:22px;
padding-top: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}
/* Root menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
background: url(../resimler/bgON1.jpg) repeat-x;
color: #FFF;
}
/* 2nd menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
width:190px;
text-align:left;
padding-left:5px;
float: none;
background: url(../resimler/bgOFF1.jpg) repeat-x;
color: #333333;
}
/* 2nd menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
background: url(../resimler/bgON1.jpg) repeat-x;
color: #FFF;
}
/* 3rd menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
background: url(../resimler/bgOFF1.jpg) repeat-x;
color: #333333;
}
/* 3rd menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
background: url(../resimler/bgON1.jpg) repeat-x;
color: #FFF;
}
/* 4th menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
background: #EEE;
color: #666;
}
/* 4th menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
background: #CCC;
color: #FFF;
}
ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
display: none;
position: absolute;
top: 0;
left: 195px;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
display: none;
}
ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
display: block;
}
|
|
|
|
|
|
#3 (permalink) |
|
Üyelik Tarihi: 02.01.2008
Yer: istanbul
Yaş: 29
Mesaj: 16
|
Re: css ve IE7 sorunu
cevabın için teşekkür ederim şimdi ben sorunu kısmen çözdüm linklere background olarak atadığım resimleri iptal edince menü düzeliyor. sorun ie7 nin resimleri hizalayamamasından kaynaklanıyor gibi
|
|
|
|
Zoque'a hoşgeldiniz!