I just want the list to move along with the screen whilst scrolling.
I tried a css version and that didnt work. I found this one but my blogger html checker says this when I try to save/preview:
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute "{1}" associated with an element type "METHOD".
How do I fix it? I can't find a problem
<HEAD>
<SCRIPT TYPE="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
{
if(mySel.form.target)myWin = parent[mySel.form.target];
else myWin = window;
if (! myWin) return true;
myWin.location = myVal;
}
return false;
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM
ACTION="../cgi-bin/redirect.pl"
METHOD=POST onSubmit="return dropdown(this.gourl)">
<SELECT NAME="gourl">
<OPTION VALUE="">Choose Real Fact #...
<option value="http://www.snappletop.com/p/1-200.html#76">76
<option value="http://www.snappletop.com/p/1-200.html#83">83
<option value="http://www.snappletop.com/p/1-200.html#127">127
<option value="http://www.snappletop.com/p/1-200.html#176">176
<option value="http://www.snappletop.com/p/1-200.html#177">177
<option value="http://www.snappletop.com/p/601-800.html#673">673
<option value="http://www.snappletop.com/p/601-800.html#674">674
<option value="http://www.snappletop.com/p/601-800.html#677">677
<option value="http://www.snappletop.com/p/601-800.html#678">678
<option value="http://www.snappletop.com/p/601-800.html#679">679
<option value="http://www.snappletop.com/p/601-800.html#681">681
<option value="http://www.snappletop.com/p/601-800.html#683">683
<option value="http://www.snappletop.com/p/601-800.html#684">684
<option value="http://www.snappletop.com/p/601-800.html#685">685
<option value="http://www.snappletop.com/p/601-800.html#688">688
<option value="http://www.snappletop.com/p/601-800.html#690">690
<option value="http://www.snappletop.com/p/601-800.html#691">691
<option value="http://www.snappletop.com/p/601-800.html#692">692
<option value="http://www.snappletop.com/p/601-800.html#694">694
<option value="http://www.snappletop.com/p/601-800.html#695">695
<option value="http://www.snappletop.com/p/601-800.html#696">696
<option value="http://www.snappletop.com/p/601-800.html#698">698
<option value="http://www.snappletop.com/p/601-800.html#700">700
<option value="http://www.snappletop.com/p/601-800.html#701">701
<option value="http://www.snappletop.com/p/601-800.html#706">706
<option value="http://www.snappletop.com/p/601-800.html#708">708
<option value="http://www.snappletop.com/p/601-800.html#710">710
<option value="http://www.snappletop.com/p/601-800.html#711">711
<option value="http://www.snappletop.com/p/601-800.html#713">713
<option value="http://www.snappletop.com/p/601-800.html#714">714
<option value="http://www.snappletop.com/p/601-800.html#715">715
<option value="http://www.snappletop.com/p/601-800.html#716">716
<option value="http://www.snappletop.com/p/601-800.html#718">718
<option value="http://www.snappletop.com/p/601-800.html#719">719
<option value="http://www.snappletop.com/p/601-800.html#720">720
<option value="http://www.snappletop.com/p/601-800.html#722">722
<option value="http://www.snappletop.com/p/601-800.html#723">723
<option value="http://www.snappletop.com/p/601-800.html#724">724
<option value="http://www.snappletop.com/p/601-800.html#725">725
<option value="http://www.snappletop.com/p/601-800.html#727">727
<option value="http://www.snappletop.com/p/601-800.html#728">728
<option value="http://www.snappletop.com/p/601-800.html#729">729
<option value="http://www.snappletop.com/p/601-800.html#731">731
<option value="http://www.snappletop.com/p/601-800.html#732">732
<option value="http://www.snappletop.com/p/601-800.html#735">735
<option value="http://www.snappletop.com/p/601-800.html#737">737
<option value="http://www.snappletop.com/p/601-800.html#740">740
<option value="http://www.snappletop.com/p/601-800.html#741">741
<option value="http://www.snappletop.com/p/601-800.html#743">743
<option value="http://www.snappletop.com/p/601-800.html#744">744
<option value="http://www.snappletop.com/p/601-800.html#745">745
<option value="http://www.snappletop.com/p/601-800.html#747">747
<option value="http://www.snappletop.com/p/601-800.html#748">748
<option value="http://www.snappletop.com/p/601-800.html#752">752
<option value="http://www.snappletop.com/p/601-800.html#753">753
<option value="http://www.snappletop.com/p/601-800.html#754">754
<option value="http://www.snappletop.com/p/601-800.html#756">756
<option value="http://www.snappletop.com/p/601-800.html#757">757
<option value="http://www.snappletop.com/p/601-800.html#759">759
</SELECT>
<INPUT TYPE=SUBMIT VALUE="Go">
</FORM>
</BODY>