Question

Drop down menus are sticking down in IE7

Asked by: ddelboccio

Our school district web page (http://www.dist31.k12.il.us) was created using Dreamweaver by an outside consultant.  Recently, with the release of IE7 I am noticing that the drop down menus on our pages get "stuck" in the down position.  I have access to the code in Dreamweaver, but am not an expert to figure out what I need to change to correct this.  Any suggestions?

thanks.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/Index.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta name="generator" content="http://www.inknoise.com/experimental/layoutomatic.php" />
<style type="text/css">
		body {
	margin:0;
	padding:0;
	background:  url(img/template/leftnavbg2.jpg) repeat-y;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
 
h1 {
	font-family: 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size:18px;
	padding:10px 0 5px 40px;
	background:   url(img/template/flower.jpg) 0 50% no-repeat;
	background-position:left;
	background-color:#FFF;
	margin:0 15px;
	color:#333;
	border-bottom:1px solid #333;
}
 
h2 {
	font-family: 'Lucida Grande', Tahoma, 'Trebuchet MS', Verdana, Helvetica, Arial;
	font-size:16px;
	padding:10px 0 5px 10px;
	background-color:#FFF;
	margin:0 15px;
	color:#333;
}
 
p {
	font-family: Verdana, Helvetica, Arial;
	font-size:13px;
	padding:5px;
	padding-left:15px;
	color:#333;
}
 
h6 {
	font-family:Helvetica;
	color:#fff;
	padding:5px;
	line-height:1.5em;
	font-size:12px;
	margin:0;
	border-top:1px solid #999;
	font-weight:normal;
	margin-bottom:0;
}
 
ul#leftnav {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	color:#fff;
	font-size:12px;
	text-align:right;
}
	
#banner {
	padding: 0;
	margin-bottom: 0;
	background:   url(img/template/headerbg.jpg) repeat-x;
}
	
#container {
	margin-left: auto;
	margin-right: auto;
}
 
#content {
	padding: 0;
	margin-left: 188px;
	margin-right: 0px;
	margin-bottom:75px;
}
 
.date {
	font-size:13px;
	float:right;
	color:#fff;
	padding:25px 10px 0 0;
	font-weight:bold;
}
 
#footer {
	bottom:0;
	clear: both;
	padding: 0px;
	width:100%;
	display:block;
	border-top:1px solid #333;
	background:#76A3BF;
}
	
#footer a {
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}
	
#footer a:hover {
	text-decoration:underline;
}
 
#hnav {
	background:  url(img/template/hnavbg.jpg) repeat-x;
	color:#333;
	height:28px;
	margin-bottom:0;
	font-size:12px;
	padding:0;
	z-index:1;
	text-align:center;
}
	
#hnav2 {
	margin-left:auto;
	margin-right:auto;
	width:780px;
}
 
#leftnav li {
		border-bottom:1px solid #829EAD;
		list-style-type:none;
		}
		
#leftnav a {
	text-decoration:none;
	color:#fff;
	text-align:left;
	display:block;
	padding:5px 10px 5px 5px;
}
	
#leftnav a:hover {
	background: #A3B3BF url(img/template/vnav_o.jpg) repeat-y;
	color:#0B2C37;
}
		
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:center;
}
 
#nav a {
	display: block;
	width: 146px;
	text-decoration:none;
	text-align:left;
	color:#333;
}
			
#nav li { /* all list items */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
	text-align:left;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	background:#F5F9B1 url(img/template/dropdownbg.jpg) repeat-x;
	border-right:1px solid #555555;
	border-bottom:1px solid #333;
	border-left:1px solid #999;
	width: 13em;
	z-index:1;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 
#navcontainer { 
	 margin:0;
	 padding:0;
	 width: 200px;
	 font-size:12px;
	 }
 
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
 
#navlist {
	margin:0;
	padding:0;
}
 
#navcontainer a {
	display: block;
	padding: 12px 10px 12px 25px;
	margin:0 0 0 1px;
	height:100%;
	background:  url(img/template/bullet_01.gif) 8px 50% no-repeat;
	border-bottom: 1px dashed #999;
}
 
#navcontainer a:link, #navlist a:visited {
	color: #333;
	text-decoration: none;
}
 
#navcontainer a:hover {
	background-color: #CBD2D4;
	color: #333;
}
 
.news {
	background:#76A3BF url(img/template/mainbg.jpg) repeat-x;
	display:block;
	text-align:center;
}
 
#search {
	background:#B9C4CA;
	border-top:1px solid #355D74;
	border-bottom:1px solid #355D74;
	padding-bottom:5px;
	margin-left:1px;
}
 
#sidebar-a {
	float: left;
	width: 188px;
	margin: 0;
	margin-right: 0;
	padding: 0;
}
	
#sidebar-b {
	background:url(img/template/rightline.gif) top right repeat-y;
}
 
#sub li {
	padding:0px;
	line-height:15px;
	border-bottom:1px solid #C0BC97;
}
	
#sub li a {
	padding:5px;
}
		
#sub li a:hover {
	background:#E1D73B;
}
	
			
.tops {
	text-align:left;
}
 
#weather {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 118px;
	display: inline;
	overflow: hidden;
	width: 188px;
}
	
#weather li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
 
#weather a {
	float: left;
	padding: 118px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:118px; /* for IE5/Win */
}
	
#weather a:hover {
	background-position: 0 -118px;
}
 
#tweather a  {
	width: 188px;
	background:  url(img/template/weather.jpg) top left no-repeat;
}
	
.welcome {
	background:#76A3BF url(img/template/mainbg.jpg) repeat-x;
	display:block;
}
	.style1 {color: #000000}
</style>
	<script type="text/javascript"><!--//--><![CDATA[//><!--
 
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
 
//--><!]]></script>	
<!-- InstanceBeginEditable name="doctitle" -->
<title>West Northfield School District 31</title>
<!-- InstanceEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif}
-->
</style>
<!-- InstanceEndEditable -->
 
</head>
<body  topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<table height="99%" width="100%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top" id="banner"><a href="index.htm"><img src="img/template/header.jpg" alt="District 31" width="778" height="152" border="0" /></a></td>
  </tr>
  <tr>
    <td>
	<div id="hnav">
  <div id="hnav2">
 
    <ul id="nav">
	  <li><a style="text-align:center; padding:8px 0; margin:0;" href="#">About the District</a> 
            <ul id="sub">
			    <li><a href="/about/message/message.htm">Superintendent's Message</a></li>
				<li><a href="/about/overview/overview.htm">District Overview</a></li>
				<li><a href="/about/admin/admin.htm">Administration/Staff</a></li>
				<li><a href="/about/board/board.htm">Board of Education</a></li>
 
				<li><a href="/about/calendar2007-08.pdf" target="_blank">Calendar 2007-2008</a></li>
				<li><a href="/about/districtmap.pdf" target="_blank">District Boundary Map</a></li>
				<li><a href="/about/employment/employment.htm">Employment</a></li>
				<li><a href="/about/foundation/foundation.htm">District 31 Foundation</a></li>
				<li><a href="/about/news/news.htm">News Update</a></li>
				<li><a href="/about/news/publications.htm">Publications</a></li>
 
				<li><a href="/about/studentassess/intro.htm">Student Assessments/<br>Gifted Program</a></li>				<li><a href="/about/supportservices/intropage.htm">Support Services</a></li>
				<li><a href="/about/admin/weatherpolicy.htm">Weather Emergency Policy</a></li>
                <li><a href="/about/2008ISBEBUDGET.pdf" target="_blank">2007-2008 Budget</a></li>
				<li><a href="/about/reportcard/reportcard.htm" target="_blank">2007 School Report Card</a></li>
		            </ul>
 
	  <li><a style="text-align:center; padding:8px 0; margin:0;" href="#">Henry Winkelman School</a> 
            <ul id="sub">
              	<li><a href="/winkelman/welcome.htm">Welcome to Winkelman</a></li>
				<li><a href="/winkelman/about/aboutwink.htm">About Winkelman</a></li>
				<li><a href="/winkelman/curriculumoverviews/curriculumoverviews.htm">Curriculum Overviews</a></li>
				<li><a href="/winkelman/medallion/medallion.htm">Kindergarten Enrichment Program</a></li>
				<li><a href="/winkelman/kindergarten/kindergarten.htm">Kindergarten Registration</a></li>
 
				<li><a href="/winkelman/lunch/menu.pdf" target="_blank">Lunch Menu</a></li>
				<li><a href="/winkelman/WinkHandbook07.pdf" target="_blank">Parent Handbook</a></li>
				<li><a href="/winkelman/staff/winkelmanstaff.htm" target="_blank"> Staff</a>
				<li><a href="/winkelman/Be Booklet07.pdf" target="_blank">3B's Student Handbook</a></li><li><a href="/winkelman/subscriptiondatabases.htm" target="_blank">Website Tools</a></li>
				<li><a href="/parent/score2006/scoretech06.htm" target="_blank">Technology</a></li>
 
                <li><a href="/winkelman/weekly/weekly.htm">Winkelman Weekly</a></li>
				  </ul>
      </li>
      <li><a style="text-align:center; padding:8px 0; margin:0;" href="#">Field Middle School</a> 
            <ul id="sub">
              	<li><a href="/field/welcome.htm" target="_blank">Welcome to Field</a></li>
				<li><a href="/field/about/aboutfield.htm" target="_blank">About Field</a></li>
 
				<li><a href="/field/bibliographies.pdf" target="_blank">Citation Formats </a></li>
				<li><a href="/field/bibliography/bibliography.htm" target="_blank"> Curricular Reading Lists</a></li>
				<li><a href="/field/curriculumoverviews/curriculumoverviews.htm" target="_blank">Curriculum Overviews</a></li>
				<li><a href="/field/flyer/flyer.htm" target="_blank">Friday Flyer</a></li>
				<li><a href="/field/lunch/menu.pdf" target="_blank">Lunch Menu</a></li>
				<li><a href="/field/ScienceExpo/LogPacket2008.doc" target="_blank">Science Expo Log Packet</a></li>
 
				<li><a href="/field/computerpartners/seniorlinks.htm" target="_blank">Senior Links</a></li>
				<li><a href="/field/fieldstaff/fieldstaff.htm" target="_blank"> Staff</a></li>
				<li><a href="/field/Handbook.pdf" target="_blank">Student Handbook</a></li>
				<li><a href="/field/studentresources/studentresources.htm" target="_blank">Student Research Resources</a></li>
				<li><a href="/field/teamhappenings/teamhappenings.htm" target="_blank">Team Happenings</a></li>
				<li><a href="/parent/score2006/scoretech06.htm" target="_blank">Technology</a></li>	
				<li><a href="/field/writingrubric.htm" target="_blank">Writing Rubric</a></li>
 
				 </ul>
      </li>
      <li><a style="text-align:center; padding:8px 0; margin:0;" href="#">Parent Information</a> 
            <ul id="sub">
              	<li><a href="/parent/parentinfo.htm" target="_blank">Parent Information</a></li>
				<li><a href="/parent/especiallyforkids.htm" target="blank">Especially for Kids</a></li>
				<li><a href="http://209.175.118.9/scripts/cgiip.exe/WService=wsStu/fwemnu01.w" target="_blank">Family Access</a></li>
 
				<li><a href="/parent/studentresources.htm" target="blank">Homework Help for Students</a></li>
				<li><a href="/parent/interscholasticforms/interscholasticforms.htm" target="blank">Interscholastic Forms</a></li>
				<li><a href="/listserv2.pdf" target="_blank">Parent Email Signup</a></li>
				<li><a href="/parent/ptc.htm">Parent Teacher Club</a></li>
				<li><a href="/parent/residency.htm">Registration Information</a></li>
				<li><a href="/parent/resources.htm" target="blank">Resources for Parents</a></li>
 
				<li><a href="http://achieve.weatherbug.com/Registration/login.aspx" target="_blank">WeatherBug Student login</a></li>
				<li><a href="http:/parent/communitypartners.htm" target="blank">Community Partners</a></li>
				 </ul>
      </li>
      <li><a style="text-align:center; padding:8px 0; margin:0;" href="#">Staff Information</a> 
            <ul id="sub">
              	<li><a href="http://10.5.1.9/scripts/cgiip.exe/WService=wsEAplus/seplog01.w" target="_blank">Skyward Educator Access</a></li>
 
				<li><a href="http://www.dist31.k12.il.us/gw/webacc" target=" blank">Groupwise Web Access</a></li>
				<li><a href="/staff/forms/forms.htm" target=" blank">Applications, Forms and Templates</a></li>
				<li><a href="/staff/CPDU/CPDUinformation.htm" target="_blank">CPDU Information</a></li>
				<li><a href="/staff/resources/curriculumhotspots.htm" target="_blank">Curriculum Hot Spots</a></li>
				<li><a href="/staff/healthcare.pdf" target="_blank">Health Care Benefit Program</a></li>
				<li><a href="/staff/resources/resources.htm" target="_blank">Resources</a></li>
 
				<li><a href="/staff/staffinfo.htm" target="_blank">Staff Information</a></li>
				<li><a href="/staff/teacherappraisal/teacherappraisal.htm" target="_blank">Teacher Appraisal Pilot</a></li>
				<li><a href="http://10.5.1.11:8080/hd/index.ssp" target="_blank">Technology Help Desk</a></li>
				<li><a href="http://www.ncisc.org" target="_blank">North Cook Intermediate Service Center</a></li>
				<li><a href="http://www.glenbrook.k12.il.us" target="_blank">Glenbrook High School District 225</a></li>
             </ul>
 
	      </li>
    </ul>
  </div> 
  </div>
	</td>
  </tr>
  <tr>
    <td valign="top">
	<table width="100%"  border="0" cellpadding="0" cellspacing="0">
 
      <tr>
        <td id="sidebar-a" width="21%" valign="top">
		<img src="img/template/quicklinksbg.jpg" alt="Quick Links" />
			<ul id="leftnav">		
      			<li><a href="/about/board/boardbriefs.htm" target="_blank">Board Briefs</a></li>
      			<li><a href="/about/board/minutes/minutes.htm" target="_blank">Approved Minutes</a></li>
				<li><a href="about/news/news.htm" target="_blank">District 31 News Update</a></li>
				<li><a href="http://www.calendarwiz.com/district31" target="_blank">Online School Calendar</a></li>
 
				<li><a href="http://www.google.com/calendar/embed?src=8i3go36n8lebqs0a77us5ojhcs@group.calendar.google.com" target="_blank">Field School Sports Calendar </a></li>
				<li><a href="http://www.emergencyclosings.com/ecc/" target="_blank">Emergency Closing Information</a></li>
      			<li><a href="/listserv2.pdf" target="_blank">Parent E-mail Sign-up</a></li>
				<li><a href="/winkelman/subscriptiondatabases.htm" target="_blank">Winkelman Website Tools</a></li>
      			<li><a href="/field/studentresources/studentresources.htm" target="_blank">Field School Student Research Resources</a></li>
								
				<ul id="weather">
 
				<li id="tweather">
				  <div align="left"><a href="http://www.aws.com/wx.asp?id=NTHBK" target="_blank" class="style1">Weather Bug Data</a></div>
				</li>
				</ul>
				
				
				
    		       		   
    		      <div align="left">
              </div>
	                </span></a></o:p></span>
	                </p> 
		            </div>
 
   		      </li>
   		    </ul>
		</td>
        <td width="74%" valign="top"><table width="100%"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td valign="top" nowrap>
			<div class="date"><script language="Javascript" src="js/date.js"></script></div>
				<div class="welcome"><img src="img/template/subheader/welcome.jpg" alt="Welcome" width="186" height="45"></div>
 
				</td>
            </tr>
          <tr>
            <td><!-- InstanceBeginEditable name="MainContent" -->
              <table width="100%" border="0" align="left">
                <tr>
                  <td height="52" align="left" valign="baseline"><h1>Winkelman Students Grow Seeds from International Space Station </h1>
                    <p><img src="img/about/news/seedspace08.jpg" width="350" height="201" hspace="10" vspace="5" align="left">Winkelman&rsquo;s young third grade scientists are participating in the NASA-sponsored Seeds in Space project this spring. According to Jeanne Brunner, science coordinator, the students are growing cinnamon basil seeds that have spent time orbiting the Earth in the International Space Station. <a href="about/news/news.htm"><em>Read more...</em></a> </p>
 
                    </td>
                </tr>
                <tr>
                  <td width="100%" height="52" align="left"><h1>Welcome to School District 31 </h1></td>
                </tr>
                <tr>
                  <td><p><img src="img/index/wink905webindex.jpg" alt="Winkelman School" width="200" height="133" hspace="10" vspace="5" align="left"><span class="style3">District 31's two schools provide for the education of students in kindergarten through eighth grade who live in the western segments of Glenview, Northbrook and unincorporated Cook County in Illinois. In recent years, both schools have won the coveted Blue Ribbon Award from the United States Department of Education and other honors.<br>                        
                        </span><br>                        
                        <img src="img/index/Fieldwebindex.jpg" alt="Field School" width="200" height="136" hspace="10" vspace="5" align="right">The District has a dedicated Board of Education, administration and teaching staff who are committed to a vision of &quot;World Class Education -- the Highest Achievement for Every Individual&quot; and work closely to provide cutting edge educational opportunities for all students.</p>
 
                    <h1>Our Vision and Mission </h1>                        <p class="style3"><STRONG>Our Vision:</STRONG><BR>World Class Education -- The Highest Achievement for Every Student<br>                      
                        <STRONG>Our Mission:</STRONG><BR>
                        Our mission is to recognize the unique talents of each individual and to create an environment where learning has no boundaries. We are committed to providing opportunities which support the acquisition of knowledge, skills, and attitudes that will enable all individuals to be confident, life-long learners and responsible citizens of a changing world.
                        </p>
                    </p>
                    <div align="center"><img src="img/index/ExemplarySite06.jpg" alt="ICE Webshowcase 2006 Exemplary Site" width="182" height="186">   </div></td>
                </tr>
 
				</table>
			<table width="100%"  border="1">
              <tr>
                <td>&nbsp;</td>
                
              </tr>
            </table>
            <!-- InstanceEndEditable --></td>
            </tr>
        </table></td>
 
        <td valign="top" id="sidebar-b" width="5%">
		<div class="news"><img src="img/template/newsupdates.jpg" alt="News and Updates" /></div>
		<!-- InstanceBeginEditable name="News" -->
		<div id="navcontainer">
		  <ul id="navlist">
		  	<li><a href= parent/Spring%20School%20Supply%20Order%20Form.pdf>PTC School Supply<br>
		  	  Order Form</a></li>
			<li><a href= about/news/hudson08.htm>Photo Gallery from Field<br>
 
		  	    School's Spring Play </a></li>
			<li><a href= about/admin/weatherpolicy.htm>Weather Emergency<br>
		  	    Information</a></li>
			<li><a href="about/news/service0708.htm">Service Learning Projects<br>
			    2007-08 School Year</a> </li>
			 
		  </ul>
 
		  </div>
		<!-- InstanceEndEditable -->
		<div style="padding-left:40px;margin:20px 0;"><a href="about/news/news.htm" target="_blank"><img src="img/template/readmore.jpg" alt="Read More" border="0"></a></div>
			<div align="center" id="search">
      			<p align="center" style="font-family: Verdana, Arial;font-size:11px;font-weight:bold;margin:0; padding:10px 5px 0 5px; color:#000;">Search our Site : Google</p>
      				<form name="google" method=GET action=http://www.google.com/u/WestNorthfield>
						<div align="center" style="padding:5px;"> 
        					<input name="q" type="text" size="16" maxlength="18">
							<div align="center" style="padding:10px 35px 0 35px;"> 
								<input name="sa" type="image" onClick="javascript:document.google.submit();" value="Enter" src="img/template/enter.gif" alt="Continue" width="48" height="29">
 
							</div>
			 	 		</div>
			  		</form>
    		</div>
		</td>
      </tr>
    </table></td>
  </tr>
  <tr>
 
   <td valign="top" id="footer">
    <h6 style="text-align:center;"><a href="/index.htm">Home</a> &nbsp;&nbsp;|&nbsp;&nbsp;<a href="/about/message/message.htm">About the District</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="/winkelman/welcome.htm">Henry 
      Winkelman School</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="/field/welcome.htm">Field 
      School</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="/parent/parentinfo.htm">Parent 
      Information</a> &nbsp;&nbsp;|&nbsp;&nbsp; <a href="/staff/resources/resources.htm">Staff 
      Information</a><br>
 
      All Rights Reserved 
        &copy; 2007 &nbsp;|&nbsp; West Northfield School District 
        31 &nbsp;&nbsp;|&nbsp;&nbsp; <a href="mailto:webmaster@dist31.k12.il.us">Contact the Webmaster</a><br>
        3131 Techny Road &nbsp;|&nbsp; Northbrook, Illinois 60062 &nbsp;|&nbsp; (847) 272-6880 Fax (847) 272-4818
      </h6>	</td>
 
        </h6>
	</td>
  </tr>
  </table>
</body>
<!-- InstanceEnd --></html>

                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
496:
497:
498:
499:
500:
501:
502:
503:
504:
505:
506:
507:
508:
509:
510:
511:
512:
513:
514:
515:
516:
517:
518:
519:
520:
521:
522:
523:
524:
525:
526:
527:
528:
529:
530:
531:
532:
533:
534:
535:
536:
537:
538:
539:
540:
541:
542:
543:
544:
545:
546:
547:
548:
549:
550:
551:
552:
553:
554:
555:
556:
557:
558:
559:
560:
561:
562:
563:
564:
565:
566:
567:
568:
569:
570:
571:
572:
573:
574:
575:
576:
577:
578:
579:
580:
581:
582:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2008-04-08 at 18:30:28ID23306891
Tags

html, css

,

IE7

,

http://www.dist31.k12.il.us

Topics

Cascading Style Sheets (CSS)

,

Hypertext Markup Language (HTML)

,

Adobe Dreamweaver

Participating Experts
2
Points
500
Comments
3

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Security Policy for a School District - Group Policy Help Ne…
    Hello, I am a new IT Director for a school district...school starts in 20 days :(. Recap: 500 computers 5 servers 2 domains Virus protection was not up to date! No group policy was implimented Notes: 36 worms were found on the network in June.... it took 4 consultants 3...
  2. IE7
    Every time I start IE7 it starts witha Customize page with 5 options. I don't have admin right and I want to start up IE7 without any questions. How do I get ride of this page when it starts? it dont keep and everytime I satrt it it asks me.
  3. CSS Navigation bug in IE7
    I have a website that is using a CSS navigation menu that works fine in IE6, but has stopped working in IE7. The sub-menu items do not "appear" when the hover events are detected. I have attached full html for one of the pages. I would futz with it myself, but quite...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: NesFuratuPosted on 2008-04-08 at 18:59:02ID: 21311309

It doesn't happen everytime... can you give us steps in how to replicate the problem?

 

by: ddelboccioPosted on 2008-04-08 at 19:12:42ID: 21311374

Go to my web page listed previously, press CTL-A to select all, then roll over my menus.

 

by: KravimirPosted on 2008-04-08 at 21:50:26ID: 21311843

The first step in debugging should always be making sure that your code is valid.
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/

This article addresses this IE7 bug: http://css-class.com/articles/explorer/sticky/

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...