Hi habe ein problem habe eine mausover button navigationsleiste am oberen bildschirmrand aber als ich heute mit css mein hintergrundbild definiert habe wurde die leiste die eigentlich immer den ganzen rand ausfüllt abgeschnitten
hier mal mein script :
<html>
<head>
<title>startseite</title>
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
img#bg {
width: 100%;
height: 100%;
border: none;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}
div#content {
position: absolute;
left: 0px;
top: 0px;
z-index: 100;
}
</style>
</head>
<body bgcolor="#ffffff">
<img src="framebilder/background.jpg" id="bg" />
<div id="content">
<table cellpadding=0 cellspacing=0>
<tr>
<td style="background-color: #f9f9f9;border: solid 1px #000000;">
<img src="framebilder/headline.JPG">
</td>
</tr>
<tr>
<td style="text-align: right;">
<img src="shadow.gif" width=270 height=13>
</td>
</tr>
</table>
<i>Catering, Party- & Veranstaltungsservice</i><img src="framebilder/sternchen.jpg">
</body>
<script type='text/javascript' src='java/quickmenu.js'></script><--das ist das quickmenü-->
<body>
<br>
<br>
<br>
<br><br>
<img src="framebilder/picstartseite.JPG">
</div>
</body>
</html>
hier mal mein script :
<html>
<head>
<title>startseite</title>
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
img#bg {
width: 100%;
height: 100%;
border: none;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}
div#content {
position: absolute;
left: 0px;
top: 0px;
z-index: 100;
}
</style>
</head>
<body bgcolor="#ffffff">
<img src="framebilder/background.jpg" id="bg" />
<div id="content">
<table cellpadding=0 cellspacing=0>
<tr>
<td style="background-color: #f9f9f9;border: solid 1px #000000;">
<img src="framebilder/headline.JPG">
</td>
</tr>
<tr>
<td style="text-align: right;">
<img src="shadow.gif" width=270 height=13>
</td>
</tr>
</table>
<i>Catering, Party- & Veranstaltungsservice</i><img src="framebilder/sternchen.jpg">
</body>
<script type='text/javascript' src='java/quickmenu.js'></script><--das ist das quickmenü-->
<body>
<br>
<br>
<br>
<br><br>
<img src="framebilder/picstartseite.JPG">
</div>
</body>
</html>