Adrian
Nidziński
Student,
Politechnika Łódzka
Temat: [css, joomla 2.5] Problem z ostylowaniem menu poziomego...
Witajcie.Mam problem z ostylowaniem menu poziomego pod IE7. Przesunelo sie mocno w prawo i nie za bardzo wiem jak sobie z tym "fantem" poradzic.
Fragment kodu css:
#header
{
display:block !important;
position:relative;
padding:0px 0 0 0;
z-index: 9999 !important;
}
.swMenuFree {
margin-top: 108px;
margin-left: 255px;
width: 743px;
height: 31px;
position: absolute;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
Zmniejszenie margin-left nic nie daje.
Jakies sugestie? Bylbym wdzieczny za pomoc.