For some reason the code that i am using does not seem to want to work. I have looked all over the internet for a decent tut and each tells me to do the same thing which doesnt work. I have tried using the <span class=""> etc. but that doesnt work in Firefox. I going to provide the entire code so if anyone can see the problem let me know because i am completely and totally lost....
All the Code provided is up to the table area where i need the scroller to appear in
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Welcome to Kansas Beta on the Web! - SigEp Information -</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;
//--><!]]></script>
<style type="text/css">
<!--
ul#nav {
list-style: none;
padding: 0;
margin: 0;
}
ul li a#nav {
display: block;
text-decoration: none;
color: #444;
background: #EDE1AD;
padding: 3px;
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
a {
font-weight: bold;
color: #333;
text-decoration: none;
}
li li a#nav {
display: block;
font-weight: normal;
color: #333;
padding: .45em 0px;
border-right: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li#nav {
float: left;
position: relative;
width: 105px;
height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
cursor: default;
background-color: white;
}
li ul#nav {
display: none;
position: absolute;
top: 100%;
left: 0;
font-weight: normal;
background: #000;
padding: 0em 0px 0em 0px;
}
li>ul#nav {
top: auto;
left: auto;
}
li li#nav {
display: block;
float: none;
background-color: #000;
}
li:hover ul#nav, li.over ul#nav {
display: block;
}
.style1 {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 8px
}
.style2 {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
padding-top: 8px;
padding-left: 10px;
padding-right: 5px;
padding-bottom: 4px
}
body {
scrollbar-face-color: #EDE1AD;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #CCCEEA;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
direction:ltr
}
html {direction:rtl}
hr {
color: #111;
height: 1px
}
-->
</style>
<center>
<body bgcolor="#EDE1AD" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="830" height="1000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="8">
<img src="index/banner.jpg" width="830" height="200" alt=""></td>
</tr>
<tr>
<td rowspan="10">
<img src="index/index_02.jpg" width="15" height="800" alt=""></td>
<td colspan="6" background="index/menubar.jpg" width="800" height="20" alt="">
<ul id="nav">
<li id="nav" style="width: 115">
<a id="nav" href="http://www.ksu.edu/sigep/">Home</a>
</li>
<li id="nav" style="width: 114">
<a id="nav" href="http://www.ksu.edu/sigep/speinfo.html">SigEp Info</a>
<ul id="nav">
<li id="nav" style="width: 114"><a id="nav" href="">Creed</a></li>
<li id="nav" style="width: 114"><a id="nav" href="">Intramurals</a></li>
<li id="nav" style="width: 114"><a id="nav" href="">Philanthropy</a></li>
</ul>
</li>
<li id="nav" style="width: 114">
<a id="nav" href="http://www.ksu.edu/sigep/recruit.html">Recruitment</a>
<ul id="nav">
<li id="nav" style="width: 114"><a id="nav" href="">Application</a></li>
<li id="nav" style="width: 114"><a id="nav" href="">Contact Info.</a></li>
</ul>
</li>
<li id="nav" style="width: 114">
<a id="nav" href="http://www.ksu.edu/sigep/roster.html">Roster</a>
<ul id="nav">
<li id="nav" style="width: 114"><a id="nav" href="">Executives</a></li>
<li id="nav" style="width: 114"><a id="nav" href="">Member List</a></li>
</ul>
</li>
<li id="nav" style="width: 114">
<a id="nav" href="http://www.ksu.edu/sigep/balanced.html">Balanced Man</a>
<ul id="nav">
<li id="nav style="width: 114">
<a id="nav" href="">BM Scholarship</a></li>
</ul>
</li>
<li id="nav" style="width: 114">
<a id="nav" href="http://www.ksu.edu/sigep/history.html">History</a>
<ul id="nav">
<li id="nav" style="width: 114"><a id="nav" href="">Kansas Beta</a></li>
<li id="nav" style="width: 114"><a id="nav" href="">National</a></li>
</ul>
</li>
<li id="nav" style="width: 115">
<a id="nav" href="http://www.ksu.edu/sigep/links.html">Links</a>
<ul id="nav">
<li id="nav" style="width: 116"><a id="nav" href="">Alumni</a></li>
<li id="nav" style="width: 116"><a id="nav" href="">Sigep.org</a></li>
</ul>
</li>
</ul>
</td>
<td rowspan="10">
<img src="index/index_04.jpg" width="15" height="800" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="index/index_05.jpg" width="800" height="23" alt=""></td>
</tr>
<tr>
<td rowspan="8">
<img src="index/index_06.jpg" width="19" height="757" alt=""></td>
<td colspan="2" class="style1" background="index/news1.jpg" width="189" height="189" alt="" align="left" valign="top">
<!-- First News Box - Edit only text inside <td> and </td> section !-->
News
<hr align="left" width="100%" color="black">
+ Hey Look! Its a new site!
<!-- End First News Section !-->
</td>
<td rowspan="8">
<img src="index/index_08.jpg" width="17" height="757" alt=""></td>
<td rowspan="7" class="style1" background="index/content.jpg" width="560" height="737" alt="" align="left" valign="top">
<!-- Content Section - Edit only text inside <td> and </td> section !-->
<font size="4" color="black" style="font-family: Verdana, Arial, Helvetica, sans-serif">
<b>The Members of Sigma Phi Epsilon - Kansas Beta</b>
</font>
<hr align="left" width="540" color="black">
<pre>
<font size="2" color="black" style="font-family: Verdana, Arial, Helvetica, sans-serif">
<b>Executives</b> - <a href="http://www.ksu.edu/sigep/exec.html">Here</a></font>
<hr align="left" width="500" color="black">
<font size="2" color="black" style="font-family: Verdana, Arial, Helvetica, sans-serif">
<b>Actives</b></font>
<hr align="left" width="500" color="black">
Name Email Number
<hr align="left" width="500" color="black">
Dustin Bates dmb3333@ksu.edu
Brandon Blattner italianstalli68@hotmail.com
John Brockus Jbrockus25@hotmail.com 913-484-1760
Matt Bruna mattbruna@hotmail.com
Dru Bryant ddb6664@ksu.edu
Matt Buzan msb3993@ksu.edu 913-634-0000
Brian Coleman bmc9898@ksu.edu 785-633-2991
Mark Craig mac6777@ksu.edu 913-221-6903
Collin Curry cmc7575@ksu.edu 913-244-8729
Jeremy Dickerson jrd5555@ksu.edu 785-672-3430
Trent Dunaway ted9393@ksu.edu 913-579-4778
Larry Duncan Lduncan@ksu.edu 913-269-9040
Derek Ferrell daf4994@ksu.edu 785-230-0621
Mike Florez mflorez@ksu.edu 913-206-8341
James Franko Jfranko007@hotmail.com 913-522-7327
Dustin Gill dwg7766@ksu.edu
Adam Griffin cdogrif@hotmail.com 913-221-7043
Tyler Grover tgrover@ksu.edu 316-371-2000
Chris Heck cth5555@ksu.edu 913-221-1367
Lance Hedstrom hedstrom@ksu.edu 785-527-0582
Matt Hill hotsauce@ksu.edu 913-224-1584
Kyle Hiskey kdh8884@ksu.edu
Brian Hodes Kstatesigep@aol.com 785-341-3992
Joe Jacelone jaj3344@ksu.edu 913-636-9267
Tony Jacobs jacobs@ksu.edu 316-708-1935
Steve Jacoby SHPACKY@aol.com 913-209-4245
Darren Keener drk5454@ksu.edu 785-341-9110
Andrew Klos awk@ksu.edu 316-262-4832
Jeff Kurdziel jak3939@ksu.edu
Tom Lemon tdl4488@ksu.edu 913-638-6598
Tony Line trl7474@ksu.edu 620-474-6947
Erik Luebker egl3773@ksu.edu 785-375-9366
Spencer Mahurin sam8855@ksu.edu
Andy Marten asm8338@ksu.edu 913-961-4093
Ross McDonald rpm3883@ksu.edu 785-527-0904
Kyle McGinty klm4488@ksu.edu 785-564-3749
Eric Mieske emm8989@ksu.edu 913-485-0595
Allen Miller eastruckus@hotmail.com 913-486-6898
Matt Miller millersquared2@hotmail.com 913-486-6680
Justin O'Connor gemini5240@hotmail.com 913-486-4497
Jeff Parker jeffreyp@ksu.edu 913-980-4567
Pratik Patel pratik@ksu.edu 913-908-6976
Deston Rizzo riz_21_9er@hotmail.com 620-474-1082
Jerry Sandall jerrysand@hotmail.com 316-209-8040
Scott Schnabel sms8989@ksu.edu 913-908-9546
Brian Seaton bjs8666@ksu.edu 913-915-3078
Ben Staley bts8998@ksu.edu 913-707-2193
Ted Steinmeyer theodore@ksu.edu 913-449-4601
Grant Swanson swan@ksu.edu 402-770-5861
Travis Swanson tjs4646@ksu.edu 620-424-3361
Brian Tadtman thebigtad@hotmail.com 913-461-7686
Andy Vernon AWV@ksu.edu 785-366-0123
Kevin Waring kcw3636@ksu.edu 785-448-0242
David Weinstein DLW@ksu.edu 976-580-2501
Roy Wendt rsw4455@ksu.edu 913-908-3047
Ben Winter bew9333@ksu.edu 913-488-2055
<font size="2" color="black" style="font-family: Verdana, Arial, Helvetica, sans-serif">
<hr align="left" width="500" color="black">
<b>New Members</b></font>
<hr align="left" width="500" color="black">
Name Email Number
<hr align="left" width="500" color="black">
Brad Anderson bla31@ksu.edu 620-353-9428
Casey Anderson nhojkceb@ksu.edu 316-734-1119
Brett Bartholomew brettb07@ksu.edu 402-208-8530
Joe Brillhart jdbrillh@ksu.edu 316-253-1134
Walter Clark jwclark@ksu.edu 913-424-9577
Rusten DeMont rusten@ksu.edu 785-366-3471
Adam Hamor hamor@ksu.edu 620-635-5745
Chase Higgins chaser32@ksu.edu 913-620-2223
Matt Holkup mholk@ksu.edu 620-224-9736
Noah Hydeman nhydeman@ksu.edu 913-961-6147
Clark McDonald cjm2416@ksu.edu 785-527-0301
Jake McKenzie jam13@ksu.edu 785-608-5126
Zach Nietfeld nietfeld@ksu.edu 316-214-6573
Nick Riling npr@ksu.edu 785-375-4703
Ryan Scherling robosyd@ksu.edu 913-636-4953
David Schneider dhschnei@ksu.edu 847-612-3656
Mark Sylvester sly@ksu.edu 913-579-1630
Kevin Tadtman gimmenatty@yahoo.com 913-484-4921
Jeremy Tector jtector@ksu.edu 785-410-4431
Pat Walker footlongpedro@yahoo.com 913-515-2094
Kyle Warta warta@ksu.edu 913-209-2694
Thomas Webb twebb@ksu.edu 785-845-5928
Derek Welter dwelter@ksu.edu 913-638-2959
Jason Wetzel jasonw@ksu.edu 620-357-4103
Kyle Zeller krzeller@ksu.edu 303-901-7996
Dustin Larson larson2@ksu.edu 785-479-3991
</pre>
<!-- End Content Section !-->
</td>
<td rowspan="8">
<img src="index/index_10.jpg" width="15" height="757" alt=""></td>
</tr>
<tr>
__________________
I can read it,
and understand it,
but when i try it everything goes wrong.
Reading master, Coding failure