Hi, ich habe ein mit meinem Scrollbalken weil eigentlich dürfte da keiner sein.
(Dachte ich jedenfalls)
Einmal css:
-------------------
.hintergrund {
background-color: #7B0408;
}
.div1 {
background-color: #E7B273;
height: 640px;
width : 930px;
margin-left: 167px;
margin-right: 175px;
margin-top: 35px;
margin-bottom: 151px;
float:left;
}
.div1_top_l {
background-image:url("img/div1_top_l.gif");
height: 26px;
width : 28px;
float: left;
top: 0px;
left: 0px;
}
.div1_middle_l {
width : 28px;
height: 588px;
}
.div1_middle_t {
width : 902px;
height: 26px;
}
.div1_top_r {
background-image:url("img/div1_top_r.gif");
height: 26px;
width : 28px;
float: right;
}
.div1_bottom_l {
background-image:url("img/div1_bottom_r.gif");
height: 26px;
width : 28px;
float: left;
}
/*
.div1_middle_r {
background-color: #ffffff;
width : 28px;
height: 574px;
float: right;
}
.div1_middle_b {
width : 874px;
height: 26px;
}
*/
.div1_bottom_r {
background-image:url("img/div1_bottom_l.gif");
height: 26px;
width : 28px;
float: right;
}
.div1_enter_gif {
height: 125px;
width : 359px;
float: right;
margin-top: -405px;
margin-right: 286px;
}
.div1_font {
font-weight:normal;
text-decoration:none;
text-align: right;
font-family: Verdana, Helvetica, sans-serif;
font-style: normal;
font-size : 7pt;
font-color: #945139;
width : 472px;
height: 22px;
margin-top: -131px;
margin-left: 170px;
}
-------------------------
und dann noch (x)HTML:
------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="css.css"/>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body class="hintergrund">
<div class="div1">
<div class="div1_top_l"></div>
<div class="div1_top_r"></div>
<div class="div1_middle_t"></div>
<div class="div1_middle_l"></div>
<div class="div1_enter_gif"></div>
<div class="div1_font">team aquila, corinna winter & jonas scholz, director / dop team for advertising / tv commericals regie / kamera - dou für werbung / tv-spots</div>
<div class="div1_bottom_l"></div>
<div class="div1_bottom_r"></div>
</div>
</body>
</html>
------------------------------------------------
Ich möchte eigentlich nur den Scrollbalken los werden.
Ich sag schonmal danke :) .
(Dachte ich jedenfalls)
Einmal css:
-------------------
.hintergrund {
background-color: #7B0408;
}
.div1 {
background-color: #E7B273;
height: 640px;
width : 930px;
margin-left: 167px;
margin-right: 175px;
margin-top: 35px;
margin-bottom: 151px;
float:left;
}
.div1_top_l {
background-image:url("img/div1_top_l.gif");
height: 26px;
width : 28px;
float: left;
top: 0px;
left: 0px;
}
.div1_middle_l {
width : 28px;
height: 588px;
}
.div1_middle_t {
width : 902px;
height: 26px;
}
.div1_top_r {
background-image:url("img/div1_top_r.gif");
height: 26px;
width : 28px;
float: right;
}
.div1_bottom_l {
background-image:url("img/div1_bottom_r.gif");
height: 26px;
width : 28px;
float: left;
}
/*
.div1_middle_r {
background-color: #ffffff;
width : 28px;
height: 574px;
float: right;
}
.div1_middle_b {
width : 874px;
height: 26px;
}
*/
.div1_bottom_r {
background-image:url("img/div1_bottom_l.gif");
height: 26px;
width : 28px;
float: right;
}
.div1_enter_gif {
height: 125px;
width : 359px;
float: right;
margin-top: -405px;
margin-right: 286px;
}
.div1_font {
font-weight:normal;
text-decoration:none;
text-align: right;
font-family: Verdana, Helvetica, sans-serif;
font-style: normal;
font-size : 7pt;
font-color: #945139;
width : 472px;
height: 22px;
margin-top: -131px;
margin-left: 170px;
}
-------------------------
und dann noch (x)HTML:
------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="css.css"/>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body class="hintergrund">
<div class="div1">
<div class="div1_top_l"></div>
<div class="div1_top_r"></div>
<div class="div1_middle_t"></div>
<div class="div1_middle_l"></div>
<div class="div1_enter_gif"></div>
<div class="div1_font">team aquila, corinna winter & jonas scholz, director / dop team for advertising / tv commericals regie / kamera - dou für werbung / tv-spots</div>
<div class="div1_bottom_l"></div>
<div class="div1_bottom_r"></div>
</div>
</body>
</html>
------------------------------------------------
Ich möchte eigentlich nur den Scrollbalken los werden.
Ich sag schonmal danke :) .