Forum Moderators: open
I'm using Dreamweaver, the Navigation Bar tool, and I've inputted the "Down image", which happens to be the same image as the "Over image". But even with the input in the "Down image" field, it doesnt seem to stay down when on that particular page. Any ideas?
Thanks in advance!
[edited by: incrediBILL at 1:14 pm (utc) on July 22, 2009]
[edit reason] removed link [/edit]
i built the buttons in fireworks, so they're images. they're not css creations. then in dreamweaver, i used the "Navigation Bar" wizard tool to create the nav bar. And in the nav wizard, it ask for an "Up", "Over" and "Down" image. My "over" and "down" image is the same. It's the button with black font instead of white. in the Dreamweaver help file, it says that the "Down" image is "the image to display after the user has clicked the element."
So what am i missing? thanks!
<div id="top_nav"><img src="pics/left_logo.jpg" border="0"><a href="index1.htm" target="_top" onClick="MM_nbGroup('down','group1','home','pics/home_down.jpg',1)" onMouseOver="MM_nbGroup('over','home','pics/home_down.jpg','',1)" onMouseOut="MM_nbGroup('out')"><img src="pics/home.jpg" alt="" name="home" border="0" onload=""></a><a href="services.htm" target="_top" onClick="MM_nbGroup('down','group1','services','pics/services_down.jpg',1)" onMouseOver="MM_nbGroup('over','services','pics/services_down.jpg','',1)" onMouseOut="MM_nbGroup('out')"><img name="services" src="pics/services.jpg" border="0" alt="" onLoad=""></a><a href="clients.htm" target="_top" onClick="MM_nbGroup('down','group1','clients','pics/clients_down.jpg',1)" onMouseOver="MM_nbGroup('over','clients','pics/clients_down.jpg','',1)" onMouseOut="MM_nbGroup('out')"><img name="clients" src="pics/clients.jpg" border="0" alt="" onLoad=""></a><a href="about.htm" target="_top" onClick="MM_nbGroup('down','group1','about','pics/about_down.jpg',1)" onMouseOver="MM_nbGroup('over','about','pics/about_down.jpg','',1)" onMouseOut="MM_nbGroup('out')"><img name="about" src="pics/about.jpg" border="0" alt="" onLoad=""></a><a href="news.htm" target="_top" onClick="MM_nbGroup('down','group1','news','pics/news_down.jpg',1)" onMouseOver="MM_nbGroup('over','news','pics/news_down.jpg','',1)" onMouseOut="MM_nbGroup('out')"><img name="news" src="pics/news.jpg" border="0" alt="" onLoad=""></a><a href="contact.htm" target="_top" onClick="MM_nbGroup('down','group1','contact','pics/contact_down.jpg',1)" onMouseOver="MM_nbGroup('over','contact','pics/contact_down.jpg','',1)" onMouseOut="MM_nbGroup('out')"><img name="contact" src="pics/contact.jpg" border="0" alt="" onLoad=""></a>
</div>