Advertisement

04.08.2008 at 06:30PM PDT, ID: 23306891
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

Drop down menus are sticking down in IE7

Asked by ddelboccio in Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Macromedia Dreamweaver

Tags: , ,

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.Start Free Trial
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:
<!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>
[+][-]04.08.2008 at 06:59PM PDT, ID: 21311309

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 07:12PM PDT, ID: 21311374

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04.08.2008 at 09:50PM PDT, ID: 21311843

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cascading Style Sheets (CSS), Hypertext Markup Language (HTML), Macromedia Dreamweaver
Tags: html, css, IE7, http://www.dist31.k12.il.us
Sign Up Now!
Solution Provided By: Kravimir
Participating Experts: 2
Solution Grade: B
 
 
 
Loading Advertisement...
20081112-EE-VQP-44 / EE_QW_2_20070628