tach
ich hab ~ versucht die scrollbar meiner hp anzupassen.. aber irgendwie ändert sich nich die scrollbar der hp sondern nur scrollbar zb von textareas .. das mag ich nicht : ) .. also hier der code
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/DTD/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
<meta http-equiv="content-style-type" content="text/css">
<style type="text/css">
Body{
scrollbar-base-color:#C0C0C0;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-arrow-color:#0000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#0000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#C0C0C0;
scrollbar-track-color:#C0C0C0;
}
</style>
<style type="text/css">
<!--
body {
background-color:#000000;
font-family:'verdana';
font-style:italic;
font-weight:100;
color:#C0C0C0;
font-size:100,01%;
}
#alles { margin-left:10px; }
p {font-size:1.0em;}
h1 {font-size:1.5em; color:#ff6600; font-style:normal;}
h2 {font-size:1.1em;}
a {font-size:0.9em; COLOR:#cc0000; TEXT-DECORATION:none; padding:0px 5px; BORDER:#000000 1px dashed;}
a:hover { BORDER:#ff6600 1px dashed;}
-->
</style>
<title>homepage<title>
</head>
<body>
<div id="alles">
<h1 align="right">hier wäre überschrift</h1>
und hier der text .. fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) fließtext is fließend : ) </br></br>
</div>
</body>
</html>
Alles anzeigen