|< 1 2 >| | 17 Einträge, 2 Seiten |
1
2
3
<div style="width:100%; height:100px; background-color:ൠposition:absolute;top:0px;left:0px;">
<img src="header.gif" width="175" height="80" style="position:absolute;top:6px;left:6px;" />
</div>
1
2
3
4
5
6
7
if(navigator.appName == "Microsoft Internet Explorer"){
document.getElementByID("id").style.top = 10;
document.getElementByID("id").style.right = 10;
}else{
document.getElementByID("id").style.top = 20;
document.getElementByID("id").style.right = 20;
}
1
2
3
<div style="width:100%; height:100px; background-color:ൠposition:absolute;top:0px;left:0px;">
<img src="header.gif" width="175" height="80" style="position:absolute;top:6px;left:6px;" />
</div>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
|< 1 2 >| | 17 Einträge, 2 Seiten |