Hello, I have a basic problem with creating a navigation bar. My buttons "work" - they show up, change state on mouseover, direct you to the correct URL, etc. However, the TEXT (button label) is not showing up. Here is the code from one button:
<tr>
<td><a href=" target="_top" onClick="MM_nbGroup('down','group1','Contact','../clipart/buttons/themes/blue_orange/active.gif',1)" onMouseOver="MM_nbGroup('over','Contact','../clipart/buttons/themes/blue_orange/mouseOver.gif','../clipart/buttons/themes/blue_orange/mouseOver.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../clipart/buttons/themes/blue_orange/inactive.gif" alt="" name="Contact" width="141" height="18" border="0" onload=""></a></td>
</tr>
I created the navigation bar using "Insert/Image Objects/Navigation Bar" in Dreamweaver MX 2004.
I have inspected the button properties, tag, etc. but haven't figured this out. Any help in figuring this out would be much appreciated!
-steve
<tr>
<td><a href=" target="_top" onClick="MM_nbGroup('down','group1','Contact','../clipart/buttons/themes/blue_orange/active.gif',1)" onMouseOver="MM_nbGroup('over','Contact','../clipart/buttons/themes/blue_orange/mouseOver.gif','../clipart/buttons/themes/blue_orange/mouseOver.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="../clipart/buttons/themes/blue_orange/inactive.gif" alt="" name="Contact" width="141" height="18" border="0" onload=""></a></td>
</tr>
I created the navigation bar using "Insert/Image Objects/Navigation Bar" in Dreamweaver MX 2004.
I have inspected the button properties, tag, etc. but haven't figured this out. Any help in figuring this out would be much appreciated!
-steve