Jump to content

scottchr226

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

scottchr226's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks PFMaBiSmAd and Pikachu2000 for the advice. I never think to use the code validator on the w3c site. I found a couple of issues that were causing the glitch. I changed how I implemented the script for the menu. Using the Dreamweaver library items feature was causing problems too. After that I cleaned up the code and the error finally resolved. I still have a few coding issues on each page but nothing serious. Thanks again for the advice.
  2. Oh wait, Ijust looked at the errors. At least 270 of them are because of the email addresses included in the page and how I formed the PHP for them. Still embarrassing but not as bad as i thought.
  3. 295 errors? How embarrassing. I guess that's what happens when you take someone elses code and try to make it work in your own site. I'll start with the w3c validation stuff first and see what I can find. It's wierd though, why would the font formatting be messed up only on PHP pages and not on the HTML ones. I set the menu part up the same on each. Could it be because the page is rendered on the client side?
  4. I posted this in the PHP forum but got no help. I'm hoping maybe this board might be better. I have a dynamic menu (jglidemenu) installed on my site. It works fine on my HTML pages but on my PHP pages the font formatting from the menu's style sheet isn't working and I haven't been able to figure out why. Here's a page where the menu is working correctly: http://www.greenbayeasthighschool.com and here's a page where the formatting fails: http://www.greenbayeasthighschool.com/staff_by_lastname.php This is my first attempt at creating a page with PHP. Is it not possible to use CSS formatting on a page that includes PHP content? I realize PHP is a server side deal. The thing I don't get is that the menu works it just doesn't format the way it should. Why is it ignoring the CSS code for the fonts?
  5. Anyone? Anyone? Buehler...... Buehler........
  6. I just realized I posted the wrong code for the HTML code as it looks in the browser after processing the PHP stuff in the message above. I've got the correct code below. So here's what I've tried so far: bringing in the menu via a PHP Include - doesn't work - text is still formatted incorrectly. bringing in the menu in an iframe - lousy solution, it works, but of course the links open inside of the iframe and I do not want to recode. php echo's around all the css statements - doesn't work still the text is formatted incorrectly I still can't get the CSS in my PHP page to kick in and format the menu. It is supposed to look like the attached "menugood.gif" file but instead it looks like the attached "menubad.gif". It's ignoring all of the stylesheet code that is included for this menu. Here's my raw code: <?php require_once('Connections/staffconnection.php'); ?> <?php mysql_select_db($database_staffconnection, $staffconnection); $query_staffbylastname = "SELECT * FROM staff_list ORDER BY last_name ASC, staff_list.first_name"; $staffbylastname = mysql_query($query_staffbylastname, $staffconnection) or die(mysql_error()); $row_staffbylastname = mysql_fetch_assoc($staffbylastname); $totalRows_staffbylastname = mysql_num_rows($staffbylastname); mysql_select_db($database_staffconnection, $staffconnection); $query_alldepartments = "SELECT * FROM staff_deptinfo ORDER BY department ASC"; $alldepartments = mysql_query($query_alldepartments, $staffconnection) or die(mysql_error()); $row_alldepartments = mysql_fetch_assoc($alldepartments); $totalRows_alldepartments = mysql_num_rows($alldepartments); ?> <html> <head> <meta name="keywords" content="east,staff,departments,names,email,e-mail,website,websites"> <meta name="description" content="East Staff sorted by last name"> <meta name="author" content="Scott Christy"> <meta name="distribution" content="global"> <meta name="GENERATOR" content="Dreamweaver CS3"> <meta name="Robots" content="all"> <title>East Staff - Sorted By Last Name</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="masterstyles.css" rel="stylesheet" type="text/css"/> <style type="text/css"> body { font-family: verdana, arial, sans-serif; color: #535353; font-size: .7em; background: #f3f8f0; } #launch { font-family: tahoma,sans-serif; } a#launch { text-decoration: none; color: #535353; } a#launch:HOVER { text-decoration: underline; color: #f90; } .ifM_header { cursor: Move; } #overview a { color: darkgreen; text-decoration: none; } #overview a:HOVER { color: #f90; } #jGlide_001 { display: none; /* Hide Menu Until Ready(Optional) */ } </style> <link rel="stylesheet" type="text/css" href="../css/jGlideMenuNotAbsolute.css" /> <!-- Current Release of jQuery - at time of build --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!-- Remove the following line to disabled dragging-dropping / Also Edit CSS to Remove cursor:move from .jGM_header --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script> <script type="text/javascript" src="../js/jQuery.jGlideMenu.069.js"></script> <script type="text/javascript"> $(document).ready(function(){ // Initialize Menu $('#jGlide_001').jGlideMenu({ tileSource : '.jGlide_001_tiles' , demoMode : false }).show(); // Connect "Toggle" Link $('#switch').click(function(){$(this).jGlideMenuToggle();}); }); </script> </head> <body bgcolor="#F4F4F4" background="assets/lines.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="800" border="0" bordercolor="#000000"> <tr> <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="754" background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><img src="assets/neweastbanner.gif" alt="Banner Logo Graphic" width="600" height="111"></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><div align="right" class="smallertext"><font face="Arial, Helvetica, sans-serif">1415 E. Walnut St. • Green Bay, WI 54301 • Ph: 920.448.2090 • Fx: 920.448.2166.</font> </div></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> </tr> <tr> <td width="237" height="348" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td width="20" background="assets/middle_left.gif"> </td> <td height="250" background="assets/center.gif"><p align="left"></p> <!-- Menu --> <div class="jGM_box" id="jGlide_001"> <!-- Tiles for Menu --> <ul id="tile_001" class="jGlide_001_tiles" title="Navigation Menu" alt="Where would you like to go?"> <li><a href="http://www.greenbayeasthighschool.com">Home</a></li> <li rel="tile_002">For Alumni</li> <li rel="tile_003">For Parents</li> <li rel="tile_004">For Students</li> <li><a href="http://www.greenbayeasthighschool.com/staff/index.htm">For EHS Staff</a></li> <li><a href="http://activities.greenbayeasthighschool.com" target="_blank">Activities/Athletics</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog">Daily Announcements</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_library.htm">Library Media Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog/?page_id=370">Newsletter</a></li> <li><a href="http://www.greenbayeasthighschool.com/principalblog/?cat=3">Principals Blog</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_lastname.php">Staff Directory</a></li> <li><a href="http://www.greenbayschoolapparel.com/online-stores/green-bay-east-high" target="_blank">Online Store</a></li> <li><a href="http://www.greenbay.k12.wi.us" target="_blank">GB District Site</a></li> </ul> <ul id="tile_002" class="jGlide_001_tiles" title="Alumni Links" alt="Welcome back EHS Alumni"> <li><a href="http://www.greenbayeasthighschool.com/alumni_page.htm">Alumni Events/Contacts</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/transcripts.htm">Transcripts</a></li> </ul> <ul id="tile_003" class="jGlide_001_tiles" title="Parent Links" alt="Information for EHS Parents"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/general_information.htm">Attendance Info</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID Program</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=34#section0" target="_blank">EHS Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=36#section0" target="_blank">EHS Parent Network</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=35#section0" target="_blank">EHS Music/Drama Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/school_forms.htm">Forms/Documents</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses </a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="http://www.greenbayeasthighschool.com/where.htm">Where is EHS?</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/parentconnect/" target="_blank">Zangle Parent Connect</a></li> </ul> <ul id="tile_004" class="jGlide_001_tiles" title="Students Links" alt="Information for EHS Students"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/clubs_and_organizations.htm">Activities/Clubs</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_lunch.htm">Lunch Menu</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/studentconnect" target="_blank">Zangle Student Connect</a></li> </ul> </div> <!-- End of Menu --><!-- #EndLibraryItem --><p align="left"> <!-- #BeginLibraryItem "/Library/disclaimer.lbi" --> <link href="http://www.greenbayeasthighschool.com/masterstyles.css" rel="stylesheet" type="text/css"> <hr align="center" width="90%"> <p class="disclaimer">Neither the Green Bay Area Public Schools nor any other party involved in creating, producing or delivering this web site shall be liable for any direct, incidental, consequential, indirect, or punitive damages arising out of the users access to, or use of, the website.</p> <p align="center" class="staffnamelisting"><strong>Updated:</strong> <!-- #BeginDate format:Am1 -->September 6, 2010<!-- #EndDate --> </p> <!-- #EndLibraryItem --></p> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> <td width="553" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="4%"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="93%" background="assets/top_middle.gif"> </td> <td width="3%"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td bgcolor="#E5E5E5" class="breadcrumb">Staff Listing </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td colspan="5"><div align="center"> <p align="center"><span class="topicheadings"><br> To Speak Directly to a Staff Member call: 920.448.2090</span><strong><br> </strong></p> </div></td> </tr> <tr align="right"> <td colspan="5"> <form name="form1" method="get" action="staff_by_department.php" style="padding: 0px; margin: 0px;"> <select name="department" id="department"> <option value="">Select A Department</option> <?php do { ?> <option value="<?php echo $row_alldepartments['department']?>"><?php echo $row_alldepartments['department']?></option> <?php } while ($row_alldepartments = mysql_fetch_assoc($alldepartments)); $rows = mysql_num_rows($alldepartments); if($rows > 0) { mysql_data_seek($alldepartments, 0); $row_alldepartments = mysql_fetch_assoc($alldepartments); } ?> </select> <input name="Submit" type="submit" value="Go"> </form></td> </tr> <tr bgcolor="#000000" class="topicheadings"> <td width="212"><div align="center"><font color="#FFFFFF"><strong>Name</strong></font></div></td> <td width="162"><div align="center"><font color="#FFFFFF"><strong>Title</strong></font></div></td> <td width="203"><div align="center"><font color="#FFFFFF"><strong>Department</strong></font></div></td> <td width="69"><div align="center"><font color="#FFFFFF"><strong>E-mail</strong></font></div></td> <td width="74"><div align="center"><font color="#FFFFFF"><strong>Website</strong></font></div></td> </tr> <?php do { ?> <tr class="staffnamelisting"> <td><?php echo $row_staffbylastname['last_name']; ?>, <?php echo $row_staffbylastname['first_name']; ?></td> <td><?php echo $row_staffbylastname['title']; ?></td> <td><?php echo $row_staffbylastname['department']; ?></td> <td><div align="center"> <?php if ($row_staffbylastname['email'] == '') { echo '&nbsp'; } else { echo "<a href=mailto:{$row_staffbylastname['email']}>Email</a>"; } ?> </div></td> <td><div align="center"> <?php if ($row_staffbylastname['webpage'] == '') { echo '&nbsp'; } else { echo "<a href=\"{$row_staffbylastname['webpage']}\">Website</a>"; } ?> </div></td> </tr> <tr> <td colspan="5" bgcolor="#F4F4F4"><img src="assets/spacer.gif" width="10" height="2"></td> </tr> <?php } while ($row_staffbylastname = mysql_fetch_assoc($staffbylastname)); ?> </table></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table> <br><!-- #BeginLibraryItem "/Library/footer.lbi" --> <p align="center" class="staffnamelisting"><strong><a href="http://www.greenbayeasthighschool.com">Home</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#parents">Parents</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#students">Students</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#alumni">Alumni</a> | <a href="http://activities.greenbayeasthighschool.com">Activities/Athletics</a> | <a href="staff/index.htm">For East Staff</a> | <a href="http://www.greenbayeasthighschool.com/store.htm">Online Store</a> | <a href="http://www.greenbay.k12.wi.us">GB District</a></strong></p> <p align="center" class="staffnamelisting"><strong>Green Bay East High School &#8226; 1415 E. Walnut St. &#8226; Green Bay, WI<br> Phone: 920.448.2090&#8226;Fax:920.448.2166 </strong></p> <p align="center" class="staffnamelisting">No content from this site may be used without the express written consent of the <a href="mailto:[email protected]">web author</a>(s).<br> </p> <!-- #EndLibraryItem --></td> </tr> </table> </body> </html> <?php mysql_free_result($staffbylastname); mysql_free_result($alldepartments); ?> Here's the code as it renders in Internet Explorer: <html> <head> <meta name="keywords" content="east,staff,departments,names,email,e-mail,website,websites"> <meta name="description" content="East Staff sorted by last name"> <meta name="author" content="Scott Christy"> <meta name="distribution" content="global"> <meta name="GENERATOR" content="Dreamweaver CS3"> <meta name="Robots" content="all"> <title>East Staff - Sorted By Last Name</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="masterstyles.css" rel="stylesheet" type="text/css"/> <style type="text/css"> body { font-family: verdana, arial, sans-serif; color: #535353; font-size: .7em; background: #f3f8f0; } #launch { font-family: tahoma,sans-serif; } a#launch { text-decoration: none; color: #535353; } a#launch:HOVER { text-decoration: underline; color: #f90; } .ifM_header { cursor: Move; } #overview a { color: darkgreen; text-decoration: none; } #overview a:HOVER { color: #f90; } #jGlide_001 { display: none; /* Hide Menu Until Ready(Optional) */ } </style> <link rel="stylesheet" type="text/css" href="../css/jGlideMenuNotAbsolute.css" /> <!-- Current Release of jQuery - at time of build --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!-- Remove the following line to disabled dragging-dropping / Also Edit CSS to Remove cursor:move from .jGM_header --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script> <script type="text/javascript" src="../js/jQuery.jGlideMenu.069.js"></script> <script type="text/javascript"> $(document).ready(function(){ // Initialize Menu $('#jGlide_001').jGlideMenu({ tileSource : '.jGlide_001_tiles' , demoMode : false }).show(); // Connect "Toggle" Link $('#switch').click(function(){$(this).jGlideMenuToggle();}); }); </script> </head> <body bgcolor="#F4F4F4" background="assets/lines.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="800" border="0" bordercolor="#000000"> <tr> <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="754" background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><img src="assets/neweastbanner.gif" alt="Banner Logo Graphic" width="600" height="111"></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><div align="right" class="smallertext"><font face="Arial, Helvetica, sans-serif">1415 E. Walnut St. • Green Bay, WI 54301 • Ph: 920.448.2090 • Fx: 920.448.2166.</font> </div></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> </tr> <tr> <td width="237" height="348" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td width="20" background="assets/middle_left.gif"> </td> <td height="250" background="assets/center.gif"><p align="left"></p> <!-- Menu --> <div class="jGM_box" id="jGlide_001"> <!-- Tiles for Menu --> <ul id="tile_001" class="jGlide_001_tiles" title="Navigation Menu" alt="Where would you like to go?"> <li><a href="http://www.greenbayeasthighschool.com">Home</a></li> <li rel="tile_002">For Alumni</li> <li rel="tile_003">For Parents</li> <li rel="tile_004">For Students</li> <li><a href="http://www.greenbayeasthighschool.com/staff/index.htm">For EHS Staff</a></li> <li><a href="http://activities.greenbayeasthighschool.com" target="_blank">Activities/Athletics</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog">Daily Announcements</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_library.htm">Library Media Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog/?page_id=370">Newsletter</a></li> <li><a href="http://www.greenbayeasthighschool.com/principalblog/?cat=3">Principals Blog</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_lastname.php">Staff Directory</a></li> <li><a href="http://www.greenbayschoolapparel.com/online-stores/green-bay-east-high" target="_blank">Online Store</a></li> <li><a href="http://www.greenbay.k12.wi.us" target="_blank">GB District Site</a></li> </ul> <ul id="tile_002" class="jGlide_001_tiles" title="Alumni Links" alt="Welcome back EHS Alumni"> <li><a href="http://www.greenbayeasthighschool.com/alumni_page.htm">Alumni Events/Contacts</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/transcripts.htm">Transcripts</a></li> </ul> <ul id="tile_003" class="jGlide_001_tiles" title="Parent Links" alt="Information for EHS Parents"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/general_information.htm">Attendance Info</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID Program</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=34#section0" target="_blank">EHS Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=36#section0" target="_blank">EHS Parent Network</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=35#section0" target="_blank">EHS Music/Drama Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/school_forms.htm">Forms/Documents</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses </a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="http://www.greenbayeasthighschool.com/where.htm">Where is EHS?</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/parentconnect/" target="_blank">Zangle Parent Connect</a></li> </ul> <ul id="tile_004" class="jGlide_001_tiles" title="Students Links" alt="Information for EHS Students"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/clubs_and_organizations.htm">Activities/Clubs</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_lunch.htm">Lunch Menu</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/studentconnect" target="_blank">Zangle Student Connect</a></li> </ul> </div> <!-- End of Menu --><!-- #EndLibraryItem --><p align="left"> <!-- #BeginLibraryItem "/Library/disclaimer.lbi" --> <link href="http://www.greenbayeasthighschool.com/masterstyles.css" rel="stylesheet" type="text/css"> <hr align="center" width="90%"> <p class="disclaimer">Neither the Green Bay Area Public Schools nor any other party involved in creating, producing or delivering this web site shall be liable for any direct, incidental, consequential, indirect, or punitive damages arising out of the users access to, or use of, the website.</p> <p align="center" class="staffnamelisting"><strong>Updated:</strong> <!-- #BeginDate format:Am1 -->September 6, 2010<!-- #EndDate --> </p> <!-- #EndLibraryItem --></p> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> <td width="553" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="4%"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="93%" background="assets/top_middle.gif"> </td> <td width="3%"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td bgcolor="#E5E5E5" class="breadcrumb">Staff Listing </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td colspan="5"><div align="center"> <p align="center"><span class="topicheadings"><br> To Speak Directly to a Staff Member call: 920.448.2090</span><strong><br> </strong></p> </div></td> </tr> <tr align="right"> <td colspan="5"> <form name="form1" method="get" action="staff_by_department.php" style="padding: 0px; margin: 0px;"> <select name="department" id="department"> <option value="">Select A Department</option> <option value="Agriscience/Natural Resources">Agriscience/Natural Resources</option> <option value="Alternative Programs">Alternative Programs</option> <option value="Art">Art</option> <option value="Business Education">Business Education</option> <option value="English Language Learners (ELL)">English Language Learners (ELL)</option> <option value="Family Consumer Science">Family Consumer Science</option> <option value="Language Arts">Language Arts</option> <option value="Library Media Center">Library Media Center</option> <option value="Main Office">Main Office</option> <option value="Math">Math</option> <option value="Music">Music</option> <option value="Physical Education/Health">Physical Education/Health</option> <option value="Science">Science</option> <option value="Social Studies">Social Studies</option> <option value="Special Education">Special Education</option> <option value="Student Services">Student Services</option> <option value="Technology Education">Technology Education</option> <option value="Teen Age Parent Program">Teen Age Parent Program</option> <option value="World Languages">World Languages</option> </select> <input name="Submit" type="submit" value="Go"> </form></td> </tr> <tr bgcolor="#000000" class="topicheadings"> <td width="212"><div align="center"><font color="#FFFFFF"><strong>Name</strong></font></div></td> <td width="162"><div align="center"><font color="#FFFFFF"><strong>Title</strong></font></div></td> <td width="203"><div align="center"><font color="#FFFFFF"><strong>Department</strong></font></div></td> <td width="69"><div align="center"><font color="#FFFFFF"><strong>E-mail</strong></font></div></td> <td width="74"><div align="center"><font color="#FFFFFF"><strong>Website</strong></font></div></td> </tr> <tr class="staffnamelisting"> <td>Shmoe, Joe</td> <td>Teacher</td> <td>Language Arts</td> <td><div align="center"> <a href=mailto:[email protected]>Email</a> </div></td> <td><div align="center"> &nbsp </div></td> </tr> <tr> <td colspan="5" bgcolor="#F4F4F4"><img src="assets/spacer.gif" width="10" height="2"></td> </tr> </table></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table> <br><!-- #BeginLibraryItem "/Library/footer.lbi" --> <p align="center" class="staffnamelisting"><strong><a href="http://www.greenbayeasthighschool.com">Home</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#parents">Parents</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#students">Students</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#alumni">Alumni</a> | <a href="http://activities.greenbayeasthighschool.com">Activities/Athletics</a> | <a href="staff/index.htm">For East Staff</a> | <a href="http://www.greenbayeasthighschool.com/store.htm">Online Store</a> | <a href="http://www.greenbay.k12.wi.us">GB District</a></strong></p> <p align="center" class="staffnamelisting"><strong>Green Bay East High School &#8226; 1415 E. Walnut St. &#8226; Green Bay, WI<br> Phone: 920.448.2090&#8226;Fax:920.448.2166 </strong></p> <p align="center" class="staffnamelisting">No content from this site may be used without the express written consent of the <a href="mailto:[email protected]">web author</a>(s).<br> </p> <!-- #EndLibraryItem --></td> </tr> </table> </body> </html> I realize PHP is a server side deal. The thing I don't get is that the menu works it just doesn't format the way it should. Why is it ignoring this CSS code? <style type="text/css"> body { font-family: verdana, arial, sans-serif; color: #535353; font-size: .7em; background: #f3f8f0; } #launch { font-family: tahoma,sans-serif; } a#launch { text-decoration: none; color: #535353; } a#launch:HOVER { text-decoration: underline; color: #f90; } .ifM_header { cursor: Move; } #overview a { color: darkgreen; text-decoration: none; } #overview a:HOVER { color: #f90; } #jGlide_001 { display: none; /* Hide Menu Until Ready(Optional) */ } </style> Here's a page where the menu is working: www.greenbayeasthighschool.com and here's the php page where it doesn't work: http://www.greenbayeasthighschool.com/staff_by_lastname.php I have no idea what else to try. I would REALLY appreciate any help anyone can give. THANKS!!! [attachment deleted by admin]
  7. Here's what the code looks like after it's rendered in IE: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>East High School - Home Page</title> <link href="masterstyles.css" rel="stylesheet" type="text/css"> <meta name="Keywords" content="east,high,school,green,bay,wisconsin,WI,business,education,packers,Curly,Lambeau,red,devils,Scott,Christy,public,dorff,frerk,city,stadium,original,home,hagermeister,field,jagermeister,gbps,joannes,gbaps"> <meta name="Description" content="The Official Web Site of Green Bay East High School, Green Bay, WI"> <meta name="author" content="Scott Christy - Green Bay East High School"> <meta name="distribution" content="global"> <meta name="GENERATOR" content="Dreamweaver"> <meta name="Robots" content="all"> <LINK REL="SHORTCUT ICON" HREF="http://www.greenbayeasthighschool.com/favicon.ico"> <script src="3dwallswfobject.js" type="text/javascript" ></script> <style type="text/css"> <!-- .style1 {color: #000000} --> </style> </head> <body bgcolor="#F4F4F4" background="assets/lines.gif" leftmargin="1" topmargin="1" marginwidth="1" marginheight="1"> <table width="1050" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="800" border="0" bordercolor="#000000"> <tr> <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="754" background="assets/top_middle.gif"><div align="right"></div></td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><img src="assets/neweastbanner.gif" alt="Banner Logo Graphic" width="600" height="111"></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><div align="right" class="smallertext"><font face="Arial, Helvetica, sans-serif">1415 E. Walnut St. • Green Bay, WI 54301 • Ph: 920.448.2090 • Fx: 920.448.2166.</font> </div></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> </tr> <tr> <td width="237" height="348" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td width="20" background="assets/middle_left.gif"> </td> <td height="250" background="assets/center.gif"> <p align="left"></p> <!-- #BeginLibraryItem "/Library/menu.lbi" --><!-- Menu --> <style type="text/css"> body { font-family: verdana, arial, sans-serif; color: #535353; font-size: .7em; background: #f3f8f0; } #launch { font-family: tahoma,sans-serif; } a#launch { text-decoration: none; color: #535353; } a#launch:HOVER { text-decoration: underline; color: #f90; } .ifM_header { cursor: Move; } #overview a { color: darkgreen; text-decoration: none; } #overview a:HOVER { color: #f90; } #jGlide_001 { display: none; /* Hide Menu Until Ready(Optional) */ } </style> <link rel="stylesheet" type="text/css" href="css/jGlideMenuNotAbsolute.css" /> <!-- Current Release of jQuery - at time of build --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!-- Remove the following line to disabled dragging-dropping / Also Edit CSS to Remove cursor:move from .jGM_header --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script> <script type="text/javascript" src="js/jQuery.jGlideMenu.069.js"></script> <script type="text/javascript"> $(document).ready(function(){ // Initialize Menu $('#jGlide_001').jGlideMenu({ tileSource : '.jGlide_001_tiles' , demoMode : false }).show(); // Connect "Toggle" Link $('#switch').click(function(){$(this).jGlideMenuToggle();}); }); </script> <div class="jGM_box" id="jGlide_001"> <!-- Tiles for Menu --> <ul id="tile_001" class="jGlide_001_tiles" title="Navigation Menu" alt="Where would you like to go?"> <li><a href="http://www.greenbayeasthighschool.com">Home</a></li> <li rel="tile_002">For Alumni</li> <li rel="tile_003">For Parents</li> <li rel="tile_004">For Students</li> <li><a href="http://www.greenbayeasthighschool.com/staff/index.htm">For EHS Staff</a></li> <li><a href="http://activities.greenbayeasthighschool.com" target="_blank">Activities/Athletics</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog">Daily Announcements</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_library.htm">Library Media Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog/?page_id=370">Newsletter</a></li> <li><a href="http://www.greenbayeasthighschool.com/principalblog/?cat=3">Principals Blog</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_lastname.php">Staff Directory</a></li> <li><a href="http://www.greenbayschoolapparel.com/online-stores/green-bay-east-high" target="_blank">Online Store</a></li> <li><a href="http://www.greenbay.k12.wi.us" target="_blank">GB District Site</a></li> </ul> <ul id="tile_002" class="jGlide_001_tiles" title="Alumni Links" alt="Welcome back EHS Alumni"> <li><a href="http://www.greenbayeasthighschool.com/alumni_page.htm">Alumni Events/Contacts</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/transcripts.htm">Transcripts</a></li> </ul> <ul id="tile_003" class="jGlide_001_tiles" title="Parent Links" alt="Information for EHS Parents"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/general_information.htm">Attendance Info</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID Program</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=34#section0" target="_blank">EHS Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=36#section0" target="_blank">EHS Parent Network</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=35#section0" target="_blank">EHS Music/Drama Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/school_forms.htm">Forms/Documents</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses </a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="http://www.greenbayeasthighschool.com/where.htm">Where is EHS?</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/parentconnect/" target="_blank">Zangle Parent Connect</a></li> </ul> <ul id="tile_004" class="jGlide_001_tiles" title="Students Links" alt="Information for EHS Students"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/clubs_and_organizations.htm">Activities/Clubs</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_lunch.htm">Lunch Menu</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/studentconnect" target="_blank">Zangle Student Connect</a></li> </ul> </div> <!-- End of Menu --><!-- #EndLibraryItem --><p align="left" class="bodytext style1"><strong> Search</strong></p> <form action="http://www.greenbayeasthighschool.com/searchresults.htm" id="cse-search-box"> <div> <input type="hidden" name="cx" value="005013413663473231172:nxjuvqtteyi" /> <input type="hidden" name="cof" value="FORID:11" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Search" /> </div> </form> <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> <div align="right"><br> <a href="site_map.htm" class="bodytext">Site Map</a><br> </p> <!-- #BeginLibraryItem "/Library/disclaimer.lbi" --> <link href="http://www.greenbayeasthighschool.com/masterstyles.css" rel="stylesheet" type="text/css"> <hr align="center" width="90%"> <p class="disclaimer">Neither the Green Bay Area Public Schools nor any other party involved in creating, producing or delivering this web site shall be liable for any direct, incidental, consequential, indirect, or punitive damages arising out of the users access to, or use of, the website.</p> <p align="center" class="staffnamelisting"><strong>Updated:</strong> <!-- #BeginDate format:Am1 -->September 6, 2010<!-- #EndDate --> </p> <!-- #EndLibraryItem --></div> <p> </p> </div></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> <td width="553" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="93%" background="assets/top_middle.gif"> </td> <td width="3%"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td height="30" valign="top" bgcolor="#F3F3F3" class="breadcrumb">Welcome! We're Glad You're Here!</td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td align="center" background="assets/center.gif"> <script type="text/javascript"> var flashvars = {XMLFile: "3dwallgallery.xml"}; var params = {bgcolor: "#f3f3f3"}; swfobject.embedSWF("3dwallgallery.swf", "myAlternativeContent","480", "380", "9.0.0",false, flashvars, params); </script> <div id="myAlternativeContent"> <a href="http://www.adobe.com/go/getflashplayer"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/> </a> </div> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td height="88" background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><br> <fieldset> <legend class="topicheadings"><font color="#000000">Mission Statement</font></legend> <p><span class="bodytext">We embrace learning for all as our highest priority. By providing our diverse community dynamic educational opportunities, we develop engaged members of society and enthusiastic learners for life. </span><br> </p> </fieldset></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td align="center" background="assets/center.gif"><a href="http://www.facebook.com/home.php?#/pages/Green-Bay-WI/Green-Bay-East-High-School/99158491594" target="_blank"><br> <img src="assets/facebklogo.gif" alt="Become a friend of East High School on Facebook!" width="103" height="100" border="0"></a><a href="http://www.twitter.com/greenbayeasths" target="_blank"><img src="assets/twitter-logo.gif" alt="Follow us on Twitter" width="100" height="100" border="0"></a><br> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table> <br><!-- #BeginLibraryItem "/Library/footer.lbi" --> <p align="center" class="staffnamelisting"><strong><a href="http://www.greenbayeasthighschool.com">Home</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#parents">Parents</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#students">Students</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#alumni">Alumni</a> | <a href="http://activities.greenbayeasthighschool.com">Activities/Athletics</a> | <a href="staff/index.htm">For East Staff</a> | <a href="http://www.greenbayeasthighschool.com/store.htm">Online Store</a> | <a href="http://www.greenbay.k12.wi.us">GB District</a></strong></p> <p align="center" class="staffnamelisting"><strong>Green Bay East High School &#8226; 1415 E. Walnut St. &#8226; Green Bay, WI<br> Phone: 920.448.2090&#8226;Fax:920.448.2166 </strong></p> <p align="center" class="staffnamelisting">No content from this site may be used without the express written consent of the <a href="mailto:[email protected]">web author</a>(s).<br> </p> <!-- #EndLibraryItem --></td> </tr> </table></td> <td valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td width="20" background="assets/middle_left.gif"> </td> <td height="197" valign="top" background="assets/center.gif"><a href="http://greenbayschoolapparel.com/online-stores/green-bay-east-high" target="_blank"><img src="assets/promo-banner-for-home-page.jpg" alt="online store banner" width="197" height="197" border="0"></a> <div align="right"></div> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table> </td> </tr> <tr> <td><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td width="20" background="assets/middle_left.gif"> </td> <td height="197" align="left" valign="top" background="assets/center.gif"> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 8, interval: 6000, width: 200, height: 400, theme: { shell: { background: '#d6d2d6', color: '#000000' }, tweets: { background: '#ffffff', color: '#000000', links: '#076eeb' } }, features: { scrollbar: true, loop: false, live: false, hashtags: true, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('greenbayeasths').start(); </script> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> </tr> </table></td> </tr> </table> <p> </p> </body> </html>
  8. In case it helps, here's the full code for my PHP page: <?php require_once('Connections/staffconnection.php'); ?> <?php mysql_select_db($database_staffconnection, $staffconnection); $query_staffbylastname = "SELECT * FROM staff_list ORDER BY last_name ASC, staff_list.first_name"; $staffbylastname = mysql_query($query_staffbylastname, $staffconnection) or die(mysql_error()); $row_staffbylastname = mysql_fetch_assoc($staffbylastname); $totalRows_staffbylastname = mysql_num_rows($staffbylastname); mysql_select_db($database_staffconnection, $staffconnection); $query_alldepartments = "SELECT * FROM staff_deptinfo ORDER BY department ASC"; $alldepartments = mysql_query($query_alldepartments, $staffconnection) or die(mysql_error()); $row_alldepartments = mysql_fetch_assoc($alldepartments); $totalRows_alldepartments = mysql_num_rows($alldepartments); ?> <html> <head> <meta name="keywords" content="east,staff,departments,names,email,e-mail,website,websites"> <meta name="description" content="East Staff sorted by last name"> <meta name="author" content="Scott Christy"> <meta name="distribution" content="global"> <meta name="GENERATOR" content="Dreamweaver MX"> <meta name="Robots" content="all"> <title>East Staff - Sorted By Last Name</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="masterstyles.css" rel="stylesheet" type="text/css"/> </head> <body bgcolor="#F4F4F4" background="assets/lines.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="800" border="0" bordercolor="#000000"> <tr> <td colspan="2"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="754" background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><img src="assets/neweastbanner.gif" alt="Banner Logo Graphic" width="600" height="111"></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><div align="right" class="smallertext"><font face="Arial, Helvetica, sans-serif">1415 E. Walnut St. • Green Bay, WI 54301 • Ph: 920.448.2090 • Fx: 920.448.2166.</font> </div></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> </tr> <tr> <td width="237" height="348" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td background="assets/top_middle.gif"> </td> <td width="20"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td width="20" background="assets/middle_left.gif"> </td> <td height="250" background="assets/center.gif"><p align="left"></p> <!-- #BeginLibraryItem "/Library/menu.lbi" --> <!-- Menu --> <style type="text/css"> body { font-family: verdana, arial, sans-serif; color: #535353; font-size: .7em; background: #f3f8f0; } #launch { font-family: tahoma,sans-serif; } a#launch { text-decoration: none; color: #535353; } a#launch:HOVER { text-decoration: underline; color: #f90; } .ifM_header { cursor: Move; } #overview a { color: darkgreen; text-decoration: none; } #overview a:HOVER { color: #f90; } #jGlide_001 { display: none; /* Hide Menu Until Ready(Optional) */ } </style> <link rel="stylesheet" type="text/css" href="css/jGlideMenuNotAbsolute.css" /> <!-- Current Release of jQuery - at time of build --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!-- Remove the following line to disabled dragging-dropping / Also Edit CSS to Remove cursor:move from .jGM_header --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script> <script type="text/javascript" src="js/jQuery.jGlideMenu.069.js"></script> <script type="text/javascript"> $(document).ready(function(){ // Initialize Menu $('#jGlide_001').jGlideMenu({ tileSource : '.jGlide_001_tiles' , demoMode : false }).show(); // Connect "Toggle" Link $('#switch').click(function(){$(this).jGlideMenuToggle();}); }); </script> <div class="jGM_box" id="jGlide_001"> <!-- Tiles for Menu --> <ul id="tile_001" class="jGlide_001_tiles" title="Navigation Menu" alt="Where would you like to go?"> <li><a href="http://www.greenbayeasthighschool.com">Home</a></li> <li rel="tile_002">For Alumni</li> <li rel="tile_003">For Parents</li> <li rel="tile_004">For Students</li> <li><a href="http://www.greenbayeasthighschool.com/staff/index.htm">For EHS Staff</a></li> <li><a href="http://activities.greenbayeasthighschool.com" target="_blank">Activities/Athletics</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog">Daily Announcements</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_library.htm">Library Media Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog/?page_id=370">Newsletter</a></li> <li><a href="http://www.greenbayeasthighschool.com/principalblog/?cat=3">Principals Blog</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_lastname.php">Staff Directory</a></li> <li><a href="http://www.greenbayschoolapparel.com/online-stores/green-bay-east-high" target="_blank">Online Store</a></li> <li><a href="http://www.greenbay.k12.wi.us" target="_blank">GB District Site</a></li> </ul> <ul id="tile_002" class="jGlide_001_tiles" title="Alumni Links" alt="Welcome back EHS Alumni"> <li><a href="http://www.greenbayeasthighschool.com/alumni_page.htm">Alumni Events/Contacts</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/transcripts.htm">Transcripts</a></li> </ul> <ul id="tile_003" class="jGlide_001_tiles" title="Parent Links" alt="Information for EHS Parents"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/general_information.htm">Attendance Info</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID Program</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=34#section0" target="_blank">East Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=36#section0" target="_blank">EHS Parent Network</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=35#section0" target="_blank">Music/Drama Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/school_forms.htm">Forms/Documents</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses </a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="http://www.greenbayeasthighschool.com/where.htm">Where is EHS?</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/parentconnect/" target="_blank">Zangle Parent Connect</a></li> </ul> <ul id="tile_004" class="jGlide_001_tiles" title="Students Links" alt="Information for EHS Students"> <li><a href="http://www.greenbayeasthighschool.com/clubs_and_organizations.htm">Activities/Clubs</a></li> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_lunch.htm">Lunch Menu</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/studentconnect" target="_blank">Zangle Student Connect</a></li> </ul> </div> <!-- End of Menu --> <!-- #EndLibraryItem --> <p align="left"> <!-- #BeginLibraryItem "/Library/disclaimer.lbi" --> <link href="http://www.greenbayeasthighschool.com/masterstyles.css" rel="stylesheet" type="text/css"> <hr align="center" width="90%"> <p class="disclaimer">Neither the Green Bay Area Public Schools nor any other party involved in creating, producing or delivering this web site shall be liable for any direct, incidental, consequential, indirect, or punitive damages arising out of the users access to, or use of, the website.</p> <p align="center" class="staffnamelisting"><strong>Updated:</strong> <!-- #BeginDate format:Am1 -->September 6, 2010<!-- #EndDate --> </p> <!-- #EndLibraryItem --> </p> </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table></td> <td width="553" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="4%"><img src="assets/top_left.gif" alt="top left corner graphic" width="20" height="20"></td> <td width="93%" background="assets/top_middle.gif"> </td> <td width="3%"><img src="assets/top_right.gif" alt="Top right corner graphic" width="20" height="20"></td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td bgcolor="#E5E5E5" class="breadcrumb">Staff Listing </td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td background="assets/middle_left.gif"> </td> <td background="assets/center.gif"><table width="100%" border="0" cellspacing="1" cellpadding="1"> <tr> <td colspan="5"><div align="center"> <p align="center"><span class="topicheadings"><br> To Speak Directly to a Staff Member call: 920.448.2090</span><strong><br> </strong></p> </div></td> </tr> <tr align="right"> <td colspan="5"> <form name="form1" method="get" action="staff_by_department.php" style="padding: 0px; margin: 0px;"> <select name="department" id="department"> <option value="">Select A Department</option> <?php do { ?> <option value="<?php echo $row_alldepartments['department']?>"><?php echo $row_alldepartments['department']?></option> <?php } while ($row_alldepartments = mysql_fetch_assoc($alldepartments)); $rows = mysql_num_rows($alldepartments); if($rows > 0) { mysql_data_seek($alldepartments, 0); $row_alldepartments = mysql_fetch_assoc($alldepartments); } ?> </select> <input name="Submit" type="submit" value="Go"> </form></td> </tr> <tr bgcolor="#000000" class="topicheadings"> <td width="212"><div align="center"><font color="#FFFFFF"><strong>Name</strong></font></div></td> <td width="162"><div align="center"><font color="#FFFFFF"><strong>Title</strong></font></div></td> <td width="203"><div align="center"><font color="#FFFFFF"><strong>Department</strong></font></div></td> <td width="69"><div align="center"><font color="#FFFFFF"><strong>E-mail</strong></font></div></td> <td width="74"><div align="center"><font color="#FFFFFF"><strong>Website</strong></font></div></td> </tr> <?php do { ?> <tr class="staffnamelisting"> <td><?php echo $row_staffbylastname['last_name']; ?>, <?php echo $row_staffbylastname['first_name']; ?></td> <td><?php echo $row_staffbylastname['title']; ?></td> <td><?php echo $row_staffbylastname['department']; ?></td> <td><div align="center"> <?php if ($row_staffbylastname['email'] == '') { echo '&nbsp'; } else { echo "<a href=mailto:{$row_staffbylastname['email']}>Email</a>"; } ?> </div></td> <td><div align="center"> <?php if ($row_staffbylastname['webpage'] == '') { echo '&nbsp'; } else { echo "<a href=\"{$row_staffbylastname['webpage']}\">Website</a>"; } ?> </div></td> </tr> <tr> <td colspan="5" bgcolor="#F4F4F4"><img src="assets/spacer.gif" width="10" height="2"></td> </tr> <?php } while ($row_staffbylastname = mysql_fetch_assoc($staffbylastname)); ?> </table></td> <td background="assets/middle_right.gif"> </td> </tr> <tr> <td><img src="assets/bottom_left.gif" alt="Bottom left corner graphic" width="20" height="20"></td> <td background="assets/bottom_middle.gif"> </td> <td><img src="assets/bottom_right.gif" alt="Bottom right corner graphic" width="20" height="20"></td> </tr> </table> <br><!-- #BeginLibraryItem "/Library/footer.lbi" --> <p align="center" class="staffnamelisting"><strong><a href="http://www.greenbayeasthighschool.com">Home</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#parents">Parents</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#students">Students</a> | <a href="http://www.greenbayeasthighschool.com/site_map.htm#alumni">Alumni</a> | <a href="http://activities.greenbayeasthighschool.com">Activities/Athletics</a> | <a href="staff/index.htm">For East Staff</a> | <a href="http://www.greenbayeasthighschool.com/store.htm">Online Store</a> | <a href="http://www.greenbay.k12.wi.us">GB District</a></strong></p> <p align="center" class="staffnamelisting"><strong>Green Bay East High School &#8226; 1415 E. Walnut St. &#8226; Green Bay, WI<br> Phone: 920.448.2090&#8226;Fax:920.448.2166 </strong></p> <p align="center" class="staffnamelisting">No content from this site may be used without the express written consent of the <a href="mailto:[email protected]">web author</a>(s).<br> </p> <!-- #EndLibraryItem --></td> </tr> </table> <p><script type="text/javascript"> //HV Menu- by Ger Versluis (http://www.burmees.nl/) //Submitted to Dynamic Drive (http://www.dynamicdrive.com) //Visit http://www.dynamicdrive.com for this script and more function Go(){return} </script> </p> </body> </html> <?php mysql_free_result($staffbylastname); mysql_free_result($alldepartments); ?>
  9. THANKS for the reply. I checked and the style sheet coding after it renders in IE and it seems to be fine. See below. <!-- Menu --> <style type="text/css"> body { font-family: verdana, arial, sans-serif; color: #535353; font-size: .7em; background: #f3f8f0; } #launch { font-family: tahoma,sans-serif; } a#launch { text-decoration: none; color: #535353; } a#launch:HOVER { text-decoration: underline; color: #f90; } .ifM_header { cursor: Move; } #overview a { color: darkgreen; text-decoration: none; } #overview a:HOVER { color: #f90; } #jGlide_001 { display: none; /* Hide Menu Until Ready(Optional) */ } </style> <link rel="stylesheet" type="text/css" href="css/jGlideMenuNotAbsolute.css" /> <!-- Current Release of jQuery - at time of build --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <!-- Remove the following line to disabled dragging-dropping / Also Edit CSS to Remove cursor:move from .jGM_header --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js"></script> <script type="text/javascript" src="js/jQuery.jGlideMenu.069.js"></script> <script type="text/javascript"> $(document).ready(function(){ // Initialize Menu $('#jGlide_001').jGlideMenu({ tileSource : '.jGlide_001_tiles' , demoMode : false }).show(); // Connect "Toggle" Link $('#switch').click(function(){$(this).jGlideMenuToggle();}); }); </script> <div class="jGM_box" id="jGlide_001"> <!-- Tiles for Menu --> <ul id="tile_001" class="jGlide_001_tiles" title="Navigation Menu" alt="Where would you like to go?"> <li><a href="http://www.greenbayeasthighschool.com">Home</a></li> <li rel="tile_002">For Alumni</li> <li rel="tile_003">For Parents</li> <li rel="tile_004">For Students</li> <li><a href="http://www.greenbayeasthighschool.com/staff/index.htm">For EHS Staff</a></li> <li><a href="http://activities.greenbayeasthighschool.com" target="_blank">Activities/Athletics</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog">Daily Announcements</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_library.htm">Library Media Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/announcementblog/?page_id=370">Newsletter</a></li> <li><a href="http://www.greenbayeasthighschool.com/principalblog/?cat=3">Principals Blog</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_lastname.php">Staff Directory</a></li> <li><a href="http://www.greenbayschoolapparel.com/online-stores/green-bay-east-high" target="_blank">Online Store</a></li> <li><a href="http://www.greenbay.k12.wi.us" target="_blank">GB District Site</a></li> </ul> <ul id="tile_002" class="jGlide_001_tiles" title="Alumni Links" alt="Welcome back EHS Alumni"> <li><a href="http://www.greenbayeasthighschool.com/alumni_page.htm">Alumni Events/Contacts</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/transcripts.htm">Transcripts</a></li> </ul> <ul id="tile_003" class="jGlide_001_tiles" title="Parent Links" alt="Information for EHS Parents"> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://www.greenbayeasthighschool.com/general_information.htm">Attendance Info</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID Program</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=34#section0" target="_blank">East Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=36#section0" target="_blank">EHS Parent Network</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=35#section0" target="_blank">Music/Drama Booster Club</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=59#section0" target="_blank">EHS Community Foundation</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_stat_data.htm">EHS Profile Info</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/school_forms.htm">Forms/Documents</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses </a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="http://www.greenbayeasthighschool.com/where.htm">Where is EHS?</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/parentconnect/" target="_blank">Zangle Parent Connect</a></li> </ul> <ul id="tile_004" class="jGlide_001_tiles" title="Students Links" alt="Information for EHS Students"> <li><a href="http://www.greenbayeasthighschool.com/clubs_and_organizations.htm">Activities/Clubs</a></li> <li><a href="http://www.greenbayeasthighschool.com/academic_calendar.htm">Academic Calendar</a></li> <li><a href="http://moodle.greenbay.k12.wi.us/course/view.php?id=55#section0" target="_blank">AVID</a></li> <li><a href="http://www.greenbayeasthighschool.com/careercenterblog/" target="_blank">Career Center</a></li> <li><a href="http://www.greenbayeasthighschool.com/history.htm">EHS History</a></li> <li><a href="http://www.greenbayeasthighschool.com/fundraising.htm">Fundraising</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_hs_courses.htm">High School Courses</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_aup.htm">Computer Use Policy</a></li> <li><a href="http://www.greenbayeasthighschool.com/jump_page_lunch.htm">Lunch Menu</a></li> <li><a href="http://www.greenbayeasthighschool.com/staff_by_department.php?department=Student+Services&Submit=Go">Student Services</a></li> <li><a href="https://zangle-connect.greenbay.k12.wi.us/studentconnect" target="_blank">Zangle Student Connect</a></li> </ul> </div> <!-- End of Menu --> Any other suggestions?
  10. I have a dynamic menu (jglidemenu) installed on my site. It works fine on my HTML pages but on my PHP pages the font formatting from the menu's style sheet isn't working and I haven't been able to figure out why. Here's a page where the menu is working correctly: http://www.greenbayeasthighschool.com and here's a page where the formatting fails: http://www.greenbayeasthighschool.com/staff_by_lastname.php This is my first attempt at creating a page with PHP. Is it not possible to use CSS formatting on a page that includes PHP content? Thanks in advance for any help.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.