Ich benötige ein festes Objekt. Ich nehm normalerweise diesesn stylecode:
Das klappt an sich immer nur das ich nun dies auch mit XHTML machen muss - Deklaration:
Wie kann ich das realisieren? Im Firefox no Probs nur der sch*** IE will nich ...
PHP-Code:
#xtra1 {
width: 100px;
height: 350px;
padding: .5em;
color: black;
}
#xtra1 {
background-color: #FFF;
position: absolute;
top: 0;
left: 480px;
height: 350;
position: expression("absolute");
top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
background-image: url(logo.png);
background-repeat: no-repeat;
}
#xtra1[id] {
position: fixed;
}
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Kommentar