• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Scrollbalken

Status
Für weitere Antworten geschlossen.

mr.herbal

Neues Mitglied
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 &amp; 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 :) .
 
Hi mr.herbal

am besten du lädst die Seite irgendwo hoch und postest einen Link, weil im Quelltext sieht man die Scrolleisten nicht. ;)

Gruß
Hobbyuser
 
Ja...aber ich hab leider nix wo ich das hochladen könnte...sorry
vllt kennt ihr ja alternativen ?


--------------------

Es wäre zwar nervig für euch aber..ihr könntet das einfach kopieren und in ne ccs + html datei einfügen weil die bilder sind egal die werden dann auch
als block angezeigt und dann ensteht warscheinlich troßdem der scrollbalken...
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben