Hello Friends,

Please help me...

I'm new to website building and I need help with a horizontal menu bar I've 
built. I only know a little bit of html so I used Dreamweaver CS5 behaviors to 
create the following code for the menu bar I'm having a problem with. You can 
view the navigation menu on this page: http://new.radcal.com/index.html

I need to have the menu button of the page (for example the index page) I'm on 
to stay yellow while on the page. The problem I'm having is when I switch from 
the index page to any other menu button, for example, the about button, the 
mouseover state of the about button stays on (yellow) when I hit the back 
button to go back to the index page. Now both the index button and the about 
(yellow) buttons are on. I only want the current pages button (the index page) 
I am on to stay yellow (mouseover state on) but not the button from the 
previous page (about page) too. 

Can someone please provide the code so I can fix this? Thank you in advance for 
your help. Smiles, Emily

<tr>
    <td height="88" colspan="5" valign="top"><table class="tblBgNorepeatProd" 
width="100%" border="0" cellpadding="0" cellspacing="0" >
        <!--DWLayoutTable-->
        <tr>
          <td width="220" rowspan="2">&nbsp;</td>
          <td width="719" height="45" align="center">&nbsp;</td>
        </tr>
        <tr>
          <td height="43" valign="middle"><table width="711" border="0" 
cellspacing="0" cellpadding="0">
            <tr>
              <td width="90"><a href="index.html"><img 
src="_images/rd-navbar-hrz-home-down.jpg" alt="home" name="home" width="90" 
height="33" border="0" id="home" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-down.jpg','whatsnew','','_images/rd-navbar-hrz-whatsnew-up.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="89"><a href="about.html"><img 
src="_images/rd-navbar-hrz-about-up.jpg" alt="about" name="about" width="89" 
height="33" border="0" id="about" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','about','','_images/rd-navbar-hrz-about-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="89"><a href="info.html"><img 
src="_images/rd-navbar-hrz-info-up.jpg" alt="info" name="info" width="89" 
height="33" border="0" id="info" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','info','','_images/rd-navbar-hrz-info-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="88"><a href="radcal-events.asp"><img 
src="_images/rd-navbar-hrz-events-up.jpg" alt="events" name="events" width="88" 
height="33" border="0" id="events" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','events','','_images/rd-navbar-hrz-events-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="89"><a href="service.html"><img 
src="_images/rd-navbar-hrz-services-up.jpg" alt="services" name="services" 
width="89" height="33" border="0" id="services" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','services','','_images/rd-navbar-hrz-services-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="89"><a href="contact_us.html"><img 
src="_images/rd-navbar-hrz-contact-up.jpg" alt="contact" name="contact" 
width="89" height="33" border="0" id="contact" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','contact','','_images/rd-navbar-hrz-contact-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="88"><a href="links.html"><img 
src="_images/rd-navbar-hrz-links-up.jpg" alt="links" name="links" width="88" 
height="33" border="0" id="links" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','links','','_images/rd-navbar-hrz-links-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              <td width="85"><a href="whats_new.html"><img 
src="_images/rd-navbar-hrz-whatsnew-up.jpg" alt="whatsnew" name="whatsnew" 
width="89" height="33" border="0" id="whatsnew" 
onMouseOver="MM_swapImage('home','','_images/rd-navbar-hrz-home-up.jpg','whatsnew','','_images/rd-navbar-hrz-whatsnew-down.jpg',1)"
 onMouseOut="MM_swapImgRestore()"></a></td>
              </tr>
                                          

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to