How does this nav bar change colors?

Status
Not open for further replies.

SPL Tech

In Runtime
Messages
168
My website: Hawaii's Rock Climbing Source

I am making a new nav bar to replace my current one and I cannot figure out how to get Prontpage 03 to make the image change color when I mouse over it. You will notice that the current nav bar images change white when you mouse over them. How do I create that exact same effect with Frontpage 2003?
 
Do you know if it's possible to create buttons in Frontpage 03 so I don't have to create pictures of text in another program and upload them to my server?
 
Code:
<a href="gotothispage.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Menu_1','','rollover.jpg',1)"><img name="Menu_1" border="0" src="original.jpg"></a>

That's for pure html.
 
Status
Not open for further replies.
Back
Top Bottom