sunnygirl148
Bei dem Aufbau meiner DS hab ich ein Problem, und zwar dieses hier:
klick
ich brauche einen Scrollbalken im Main, aber ich bekomm ihn nicht eingebaut. Hier ist der Code (in verkürzter Form bzw. ohne Textinhalt):
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #CFD9E3;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #CFD9E3;
scrollbar-darkshadow-color: #CFD9E3;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #CFD9E3;
}
-->
</style>
<title>I</title>
</head>
<body style="">
<div style="position: absolute; left: 0px; top: 0px;">
<img src="gestuet_albershof_dottedline.png" scroll="yes" border="0"></div>
<div style="position: absolute; left: 58px; top: 300px; width: 668px;">
<center>Impressum</center>
</p>
</div>
</body>
</html>
Wäre echt nett wenn mir jemand hilft (und falls es so etwas ähnliches schon gibt, dann verweist mich bitte auf den Thread).
klick
ich brauche einen Scrollbalken im Main, aber ich bekomm ihn nicht eingebaut. Hier ist der Code (in verkürzter Form bzw. ohne Textinhalt):
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #CFD9E3;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #CFD9E3;
scrollbar-darkshadow-color: #CFD9E3;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #CFD9E3;
}
-->
</style>
<title>I</title>
</head>
<body style="">
<div style="position: absolute; left: 0px; top: 0px;">
<img src="gestuet_albershof_dottedline.png" scroll="yes" border="0"></div>
<div style="position: absolute; left: 58px; top: 300px; width: 668px;">
<center>Impressum</center>
</p>
</div>
</body>
</html>
Wäre echt nett wenn mir jemand hilft (und falls es so etwas ähnliches schon gibt, dann verweist mich bitte auf den Thread).