Hallo Leute
Ich habe mir ein Design gemacht und codiert und jetzt brauche ich eure Hilfe !
Wie kann ich jetzt die äußeren Scrollbalken entfernen? also nicht da wo die Textseiten sind sondern außen ! Ich will mein Design immer in der Mitte haben ohne diese Scrollbalken !
Danke für eure Hilfe !
HIER MEIN CODE :
<html>
<head>
<title>%titel%</title>
<style type="text/css">
<!--
body {
scrollbar-face-color: #999999;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #999999;
scrollbar-track-color: #999999;
}
a:link {
color: #0000ff;
text-decoration:none;
}
a:visited {color: #0000ff;
text-decoration:none;
}
a:active {color: #ffffff;
text-decoration:none;
}
a:hover {color: #000000;
text-decoration:none;
}
-->
</style>
</head>
<body bgcolor="#ffffff" topmargin="100" leftmargin="230" style="background-image: url(http://www.oyla10.de/userdaten/7871…blackground.PNG); background-repeat: repeat-yx">
<center></center>[Blockierte Grafik: http://www.oyla10.de/userdaten/78719717/bilder/Design2.jpg]
<div style="overflow: auto; position: absolute; width: 581px; height: 369px; left: 435px; top: 286px">
<span style="font-family:Arial; font-size:16px; color:#000000">%content%</span>
</div>
<div style="overflow: auto; position: absolute; width: 171px; height: 414px; left: 244px; top: 266">
<span style="font-family:Arial; font-size:16px; color:#000000">%navigation_v%</span>
</div>
</body>
</html>