Dubbele scrollbalk

Status
Niet open voor verdere reacties.

jdonkers

Gebruiker
Lid geworden
27 jan 2009
Berichten
106
[SMALLIMG]http://i40.tinypic.com/azev5v.png[/SMALLIMG]

Zoals je op de screen ziet heb ik een dubbele scrollbalk. Nu is mijn vraag hoe krijg ik die lege scrollbalk weg. Het is gekomen toen ik probeerde een mouse-over tekstvak erin te zetten. Maar toen kreeg ik dat. En heb het weggehaald. Dit is mijn script:

HTML:
<!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=utf-8" />
<title>Software Downloads | Links |</title>
<style TYPE="text/css">
body    {
overflow : scroll;
overflow-x : hidden;}
.popper {
position : absolute;
visibility : hidden;}
</style>
<script>  
<!--  
if (window.Event)   
  document.captureEvents(Event.MOUSEUP);   
 function nocontextmenu()    
{  
 event.cancelBubble = true  
 event.returnValue = false;  
  return false;  
}  
 function norightclick(e)   
{  
 if (window.Event)   
 {  
  if (e.which == 2 || e.which == 3)  
   return false;  
 }  
 else  
  if (event.button == 2 || event.button == 3)  
  {  
   event.cancelBubble = true  
   event.returnValue = false;  
   return false;  
  }  
 }  
 document.oncontextmenu = nocontextmenu;   
document.onmousedown = norightclick;   
 function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

//-->   
</script>   
<link href="style.css" rel="stylesheet" type="text/css" />
<style>
<!--
 table.c24 {width:371.75pt;border-collapse:collapse}
 tr.c20 {height:71.75pt}
 td.c18 {width:105.7pt;padding:0cm 5.4pt 0cm 5.4pt; height:71.75pt}
 span.c16 {font-size:8.0pt;font-family:Arial; color:#999999}
 td.c19 {width:266.05pt;padding:0cm 5.4pt 0cm 5.4pt; height:71.75pt}
-->
</style>
</head>
<body>
	<!-- header -->
<div id="header">
    	<div id="logo"><font face="Papyrus"><a href="#">
          	<font color="#000000" size="7"><i>S</i></font><i><font color="#000000" size="6">oftware</font><font color="#000000" size="7"> 
			D</font><font color="#000000" size="6">ownloads</font></i></a></font></div>
        <div id="menu">
        	<ul>
				<li><a href="http://www.fighters4reasons.nl/iPhone/index.html">Home</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/iPhone.html">iPhone</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/iPod.html">iPod</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/GTA.html">GTA</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/Cracks.html">Cracks</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/Other_Software.html">Other software</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/Links.html">Links</a></li>
				<li><a href="http://www.fighters4reasons.nl/iPhone/Contact.html">Contact</a></li>
			</ul>
      </div>
  </div>
    <!--end header -->
    <!-- main -->
    <div id="main">
    <div id="content">
    <div id="sidebar">
    	<div id="sidebar_top"></div>
        <div id="sidebar_text">
        <h1>links</h1>
		<p><img border="0" src="images/iPC.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.iphoneclub.nl/">
		iPhoneClub</a></font></p>
		<p><img border="0" src="images/Apple.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.apple.com">Apple</a></font></p>
		<p><img border="0" src="images/WinRARB.PNG" width="16" height="16"><font color="#018BC1"> </font>
		<font size="3" color="#018BC1"><a href="http://www.winrar.com">WinRAR</a></font></p>
		<p><img border="0" src="images/MS.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.microsoft.com">
		Microsoft</a></font></p>
		<p><img border="0" src="images/PCW.PNG" width="16" height="10"><font size="3" color="#018BC1"> <a href="http://www.pcworld.com">PC 
		World</a></font></p>
		<p><img border="0" src="images/PCF.PNG" width="15" height="16"><font size="3" color="#018BC1"> <a href="http://www.ctforumgroup.com">
		PCFORUM89</a></font></p>
		<p><img border="0" src="images/F4S.PNG" width="15" height="16"><font size="3" color="#018BC1">
		<a href="http://www.fighters4reasons.nl">F4S</a></font></p>
		<p><img border="0" src="images/PCM.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.pcmweb.nl">PCMWeb</a></font></p>
		<p><img border="0" src="images/TIH.PNG" width="15" height="16"><font size="3" color="#018BC1">
		<a href="http://www.tysiphonehelp.com">TysiPhoneHelp</a></font></p>
		<p><img border="0" src="images/Dino.PNG" width="15" height="16"><font size="3" color="#018BC1">
		<a href="http://www.blogtv.com/People/DinoZambas">DinoZamBas</a></font><font size="2"><a href="http://www.blogtv.com/People/DinoZambas"><!-- **** INSERT OTHER INFORMATION HERE **** --></a></font></p>
		<p>&nbsp;</p>
		<p><font size="2">Your link here ? <a href="mailto:SwareDL@hotmail.com">
		Click here!</a></font></p>
		</div>
   		<div id="sidebar_bottom"></div>
   </div>
          <div id="text" style="width: 520; height: 459">
                <h1><strong>
				<span style="background-repeat: repeat; background-position: 0 0">
				links</span></strong></h1>
                <p class="MsoNormal" style="TEXT-ALIGN: center" align="center">
                <font face="serif" size="2">Welcome on SoftWare Downloads!</font></p>
				<p style="TEXT-ALIGN: center" align="center">
                <font face="serif" size="2">Here you can find one of the latest 
				Cracks from game's like Grand Theft Auto San Andreas etc. And 
				that not all. We also publish iPhone and iPod firmware's for 
				jailbreaking. For the jailbreak you need a desktop Application. 
				We also got it. Because not everything is for Windows, do we 
				have it also for Mac OSX. </font></p>
				<p style="TEXT-ALIGN: center" align="center">
                &nbsp;</p>
				<p style="TEXT-ALIGN: center" align="center">
                &nbsp;</p>
				<p style="TEXT-ALIGN: center" align="center">
                <img src="http://www.robdewinter.nl/images/Links.gif" width="512" height="384"></p>
                <p>&nbsp;</div>
         </div>    
     <!-- footer -->
    <div id="footer">
    <div id="left_footer"><font color="#018BC1">© Copyright is reserved by
		</font><font color="#FFFF00">Cherrim</font><font color="#018BC1">.</font></div>
    <div id="right_footer">

<!-- Please do not change or delete this link. Read the license! Thanks. :-) -->
&nbsp;</div>
    </div>
    <!-- end footer -->
    </div>
    <!-- end main -->

</body>
</html>

Ik hoop dat iemand dit kan oplossen want ik vind het erg vervelend.
 
Laatst bewerkt door een moderator:
Zoek het woord: 'Scroll' in uw HTML code, en de dader is gevonden! :)

Dit was overbodig in uw HTML code (lijn 8):
HTML:
overflow : scroll;
Ik heb "-x" geplaatst, maar inpricipe mag je deze lijn gewoon weglaten.

HTML:
<!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=utf-8" />
<title>Software Downloads | Links |</title>
<style TYPE="text/css">
body    {
overflow-x : scroll;
overflow-x : hidden;}
.popper {
position : absolute;
visibility : hidden;}
</style>
<script>  
<!--  
if (window.Event)   
  document.captureEvents(Event.MOUSEUP);   
 function nocontextmenu()    
{  
 event.cancelBubble = true  
 event.returnValue = false;  
  return false;  
}  
 function norightclick(e)   
{  
 if (window.Event)   
 {  
  if (e.which == 2 || e.which == 3)  
   return false;  
 }  
 else  
  if (event.button == 2 || event.button == 3)  
  {  
   event.cancelBubble = true  
   event.returnValue = false;  
   return false;  
  }  
 }  
 document.oncontextmenu = nocontextmenu;   
document.onmousedown = norightclick;   
 function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
 
//-->   
</script>   
<link href="style.css" rel="stylesheet" type="text/css" />
<style>
<!--
 table.c24 {width:371.75pt;border-collapse:collapse}
 tr.c20 {height:71.75pt}
 td.c18 {width:105.7pt;padding:0cm 5.4pt 0cm 5.4pt; height:71.75pt}
 span.c16 {font-size:8.0pt;font-family:Arial; color:#999999}
 td.c19 {width:266.05pt;padding:0cm 5.4pt 0cm 5.4pt; height:71.75pt}
-->
</style>
</head>
<body>
    <!-- header -->
<div id="header">
        <div id="logo"><font face="Papyrus"><a href="#">
            <font color="#000000" size="7"><i>S</i></font><i><font color="#000000" size="6">oftware</font><font color="#000000" size="7"> 
            D</font><font color="#000000" size="6">ownloads</font></i></a></font></div>
        <div id="menu">
            <ul>
                <li><a href="http://www.fighters4reasons.nl/iPhone/index.html">
				Home</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/iPhone.html">
				iPhone</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/iPod.html">
				iPod</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/GTA.html">GTA</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/Cracks.html">
				Cracks</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/Other_Software.html">
				Other software</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/Links.html">
				Links</a></li>
                <li><a href="http://www.fighters4reasons.nl/iPhone/Contact.html">
				Contact</a></li>
            </ul>
      </div>
  </div>
    <!--end header -->
    <!-- main -->
    <div id="main">
    <div id="content">
    <div id="sidebar">
        <div id="sidebar_top"></div>
        <div id="sidebar_text">
        <h1>links</h1>
        <p><img border="0" src="images/iPC.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.iphoneclub.nl/">
        iPhoneClub</a></font></p>
        <p><img border="0" src="images/Apple.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.apple.com">
		Apple</a></font></p>
        <p><img border="0" src="images/WinRARB.PNG" width="16" height="16"><font color="#018BC1"> </font>
        <font size="3" color="#018BC1"><a href="http://www.winrar.com">WinRAR</a></font></p>
        <p><img border="0" src="images/MS.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.microsoft.com">
        Microsoft</a></font></p>
        <p><img border="0" src="images/PCW.PNG" width="16" height="10"><font size="3" color="#018BC1"> <a href="http://www.pcworld.com">
		PC World</a></font></p>
        <p><img border="0" src="images/PCF.PNG" width="15" height="16"><font size="3" color="#018BC1"> <a href="http://www.ctforumgroup.com">
        PCFORUM89</a></font></p>
        <p><img border="0" src="images/F4S.PNG" width="15" height="16"><font size="3" color="#018BC1">
        <a href="http://www.fighters4reasons.nl">F4S</a></font></p>
        <p><img border="0" src="images/PCM.PNG" width="16" height="16"><font size="3" color="#018BC1"> <a href="http://www.pcmweb.nl">
		PCMWeb</a></font></p>
        <p><img border="0" src="images/TIH.PNG" width="15" height="16"><font size="3" color="#018BC1">
        <a href="http://www.tysiphonehelp.com">TysiPhoneHelp</a></font></p>
        <p><img border="0" src="images/Dino.PNG" width="15" height="16"><font size="3" color="#018BC1">
        <a href="http://www.blogtv.com/People/DinoZambas">DinoZamBas</a></font><font size="2"><a href="http://www.blogtv.com/People/DinoZambas"><!-- **** INSERT OTHER INFORMATION HERE **** --></a></font></p>
        <p>&nbsp;</p>
        <p><font size="2">Your link here ? <a href="mailto:SwareDL@hotmail.com">
        Click here!</a></font></p>
        </div>
        <div id="sidebar_bottom"></div>
   </div>
          <div id="text" style="width: 520; height: 459">
                <h1><strong>
                <span style="background-repeat: repeat; background-position: 0 0">
                links</span></strong></h1>
                <p class="MsoNormal" style="TEXT-ALIGN: center" align="center">
                <font face="serif" size="2">Welcome on SoftWare Downloads!</font></p>
                <p style="TEXT-ALIGN: center" align="center">
                <font face="serif" size="2">Here you can find one of the latest 
				Cracks from game's like Grand Theft Auto San Andreas etc. And 
				that not all. We also publish iPhone and iPod firmware's for 
				jailbreaking. For the jailbreak you need a desktop Application. 
				We also got it. Because not everything is for Windows, do we 
				have it also for Mac OSX. </font></p>
                <p style="TEXT-ALIGN: center" align="center">
                &nbsp;</p>
                <p style="TEXT-ALIGN: center" align="center">
                &nbsp;</p>
                <p style="TEXT-ALIGN: center" align="center">
                <img src="http://www.robdewinter.nl/images/Links.gif" width="512" height="384"></p>
                <p>&nbsp;</div>
         </div>    
     <!-- footer -->
    <div id="footer">
    <div id="left_footer"><font color="#018BC1">© Copyright is reserved by 
        </font><font color="#FFFF00">Cherrim</font><font color="#018BC1">.</font></div>
    <div id="right_footer">
 
<!-- Please do not change or delete this link. Read the license! Thanks. :-) -->
&nbsp;</div>
    </div>
    <!-- end footer -->
    </div>
    <!-- end main -->
 
</body>
</html>
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan