03-03-2008, 16:16
Witam podepne się
niepowtarzalne tło ok wszystko si
ale nie działa mi pod ie.
napisałem dodatkowy css pod ie i nic, tło stoi w miejscu ale sie powtarza
kod:
ogólny
body {
background-color: #000000;
background-image: url(tlo.gif);
background-position: left top;
background-attachment: fixed;
background-repeat: no-repeat;
}
pod ie:
<!--[if lte IE 6]>
<STYLE type=text/css>BODY {
BACKGROUND: url(tlo.gif) fixed
background-repeat: no-repeat
}
</STYLE>
<![endif]-->
niepowtarzalne tło ok wszystko si
ale nie działa mi pod ie.
napisałem dodatkowy css pod ie i nic, tło stoi w miejscu ale sie powtarza
kod:
ogólny
body {
background-color: #000000;
background-image: url(tlo.gif);
background-position: left top;
background-attachment: fixed;
background-repeat: no-repeat;
}
pod ie:
<!--[if lte IE 6]>
<STYLE type=text/css>BODY {
BACKGROUND: url(tlo.gif) fixed
background-repeat: no-repeat
}
</STYLE>
<![endif]-->