M.o.D
Lt. Commander
- Registriert
- Nov. 2002
- Beiträge
- 1.234
Hi,
Ich hab hier grad ne Site, bei der ich viel mit Div Layern arbeite und auch iframes benutze..
Ich hatte diesen code hier
Da is noch alles in Ordnung.. als ich aber nen weiteren Div Layer hintugefügt habe, wurde der Layer "leftbg" nicht mehr angezeigt.
Das ist der aktuelle code, bei dem der "leftbg" layer nicht angezeigt wird
Ich komm da nicht weiter.. hab mir den Code tausenmal durchgelesen und auch zigmal neugeschrieben und imm noch das gleiche Problem..
Wo isn da der Fehler?
MfG
M.o.D
Ich hab hier grad ne Site, bei der ich viel mit Div Layern arbeite und auch iframes benutze..
Ich hatte diesen code hier
HTML:
<html>
<head><title>Mortada Printing</title>
<style type="text/css">
#topbg {position: absolute; left: 0px; top: 0px; width: 100%; height: 153px;}
#leftbg {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
#logo1 {position: absolute; left: 10px; top: 13px; width: 219px; height: 129px;}
#logo2 {position: absolute; left: 280px; top: 35px; width: 537px; height: 76px;}
</style>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<div id="topbg">
<img src="pix/img/bg.gif" width="100%" height="100%">
</div>
<div id="logo1">
<img src="pix/img/logo1.gif" width="100%" height="100%">
</div>
<div id="logo2">
<img src="pix/img/logo2.gif" width="100%" height="100%">
</div>
<div id="leftbg">
<img src="pix/img/leftbg.gif" height="100%" width="100%">
</div>
</body>
</html>
Da is noch alles in Ordnung.. als ich aber nen weiteren Div Layer hintugefügt habe, wurde der Layer "leftbg" nicht mehr angezeigt.
Das ist der aktuelle code, bei dem der "leftbg" layer nicht angezeigt wird
HTML:
<html>
<head><title>Mortada Printing</title>
<style type="text/css">
#topbg {position: absolute; left: 0px; top: 0px; width: 100%; height: 153px;}
#leftbg {position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
#logo1 {position: absolute; left: 10px; top: 13px; width: 219px; height: 129px;}
#logo2 {position: absolute; left: 280px; top: 35px; width: 537px; height: 76px;}
#butt1 {position: absolute; left: 260px; top: 116px; width: 570px; height: 33px;}
</style>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<div id="topbg">
<img src="pix/img/bg.gif" width="100%" height="100%">
</div>
<div id="logo1">
<img src="pix/img/logo1.gif" width="100%" height="100%">
</div>
<div id="logo2">
<img src="pix/img/logo2.gif" width="100%" height="100%">
</div>
<div id="butt1">
<iframe src="frames/butt1.htm" name="button1" width="570" height="33" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" scrolling="no" frameborder="0">
</div>
<div id="leftbg">
<img src="pix/img/leftbg.gif" height="100%" width="100%">
</div>
</body>
</html>
Ich komm da nicht weiter.. hab mir den Code tausenmal durchgelesen und auch zigmal neugeschrieben und imm noch das gleiche Problem..
Wo isn da der Fehler?
MfG
M.o.D
Zuletzt bearbeitet von einem Moderator: