Scrollbar Probleme

Status
Nicht offen für weitere Antworten.
Vielen Dank für die ganzen antworten..
Aber ich glaub ich bin zu doof^^..

Kann mir den Code wer so schreiben das die scrollbar drinne ist und ich ihn nur noch einfügen muss wieder..wäre nett..danke..

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Lake Sound Radio</title>
<style type="text/css">
<!--
body,td,th {
	color: #CCCCCC;
}
body {
	background-color: #000000;
	background-image: url(bild0040.jpg);
	background-repeat: repeat;
}
-->
</style>

<script language="JavaScript" type="text/javascript">
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
</script>
</head>

<body>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<p align="center">

<a href="home.html" target="mainFrame"><img src="home.png" width="110" height="30" border="0" /></a>
<a href="team.html" target="mainFrame"><img src="team.png" width="110" height="30" border="0" /></a>
<a href="moderatoren.html" target="mainFrame"><img src="mods.png" width="110" height="30" border="0" /></a>
<a href="sendeplan.html" target="mainFrame"><img src="seneplan.png" width="110" height="30" border="0" /></a>
<a href="mailto:sternegugger@aol.com"><img src="kontakt.png" width="110" height="30" border="0" /></a>
<a href="impressum.html" target="mainFrame"><img src="impressum.png" width="110" height="30" border="0" /></a>
</p>

<p align="center">
<a href="aol:/2719:10-4-lakesoundradio"></a>
<a href="aim:gochat?roomname=lakesoundradio"></a>
<a href="http://585933.guestbook.onetwomax.de" target="mainFrame"><img src="gb.PNG" width="110" height="30" border="0" /></a>
<a href="chat.html" target="mainFrame"><img src="chat.png" width="110" height="30" border="0" /></a>
</p>

<p align="center">&nbsp;</p>

<p align="center"><a href="bewerbung.html" target="mainFrame"><img src="bewerbung.png" width="110" height="30" border="0" /></a>
<a href="hoerer.html" target="mainFrame"><img src="hoerer.PNG" width="110" height="30" border="0" /></a>
<a href="hilfe.html" target="mainFrame"><img src="player.png" width="110" height="30" border="0" /></a>
<a href="news.html" target="mainFrame"><img src="news.png" width="110" height="30" border="0" /></a>
<a href="newsletter.html" target="mainFrame"><img src="newsletter.png" width="110" height="30" border="0" /></a>
<a href="links.html" target="mainFrame"><img src="links.png" width="110" height="30" border="0" /></a>
</p>

</body>
</html>
 
Der von dir gezeigte Quellcode ist da völlig irrelevant.

Geh mal in den Quellcode der Frameset-Datei http://lakeso.snow.hl-users.com/index.html und ändere den Wert für das scrolling-Attribut:

Code:
<frame src="menue.html" name="leftFrame" scrolling="auto" noresize="noresize" id="leftFrame" title="leftFrame" />
 
Füge einfach in die index.html folgende Code ein
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Lake Sound Radio</title>
</head>

<frameset rows="*" cols="171,*" framespacing="0" border="0">
  <frame src="menue.html" name="leftFrame" scrolling="auto" noresize="noresize" id="leftFrame" title="leftFrame" />
  <frameset rows="160,*" cols="*" framespacing="0" border="0">
    <frame src="header.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
    <frame src="home.html" name="mainFrame" id="mainFrame" title="mainFrame" />
  </frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>
 
Hallo zusammen

Ich kriege das bislang mit meiner scroll leiste immer noch nicht hin.. sie erscheind absolut nicht.. kann mehr da wer was in mein html code einfügen damit das funktioniert.. Wäre nett.. Müsste mir dann bescheid sagen welchen code er brauch.. index,,menue ect..

Vielen Dank im Vorraus
 
Status
Nicht offen für weitere Antworten.
Zurück