
vy ma asi nechapete

.... neviem ako to mam vysvetlit ale asi takto...
stranka.htm
Kód:
<html>
<head>
<title>stránka</title>
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie.css">
<![endif]-->
<link rel="stylesheet" type="text/css" href="subor.css">
</head>
<body>
<input class="neakyclass" ID="meno" type="password">
</body>
</html>
subor.css
Kód:
.neakyclass{background:url(obr.gif) no-repeat ;
width:100px;
font: normal normal bold 13px normal Arial;
padding:1px 5px;
height:20px;
border:0px;
}
ie.css
Kód:
.neakyclass{background-attachment: fixed;}
pripadne
Kód:
input{background-attachment: fixed;}
(ale to je blbost, lebo mi to zmeni vsetky inputy na stranke...)
dufam ze je to zrozumitelne... ked stranku spustim v nejakom prehliadaci
okrem IE6,
<link rel="stylesheet" type="text/css" href="ie.css">by mal ignorovat, a stylovat ho podla subor.css (co je dobre).. ale ked to zapnem v IE6,
<link rel="stylesheet" type="text/css" href="ie.css"> aj
<link rel="stylesheet" type="text/css" href="subor.css"> nebude ignorovat, co znamena ze .neakyclass bude stranka.htm brat 2×... that's all.
(sry ze som to vysvetlil jak pre debila

) plz help me!