Hi, i want a single animation to play threw at the beginning of my website then load everything else. Ok, here's what i want to use rollover buttons that actually have an animation when you mouse over the button then a different look when you click. I have all the code except for the animated button. I tried to use this code:
Code:
<a href="page.html" onmouseover="example.src='images/bt_rollover.jpg'" onmouseout="example.src='images/bt_normal.jpg'" onmousedown="example.src='images/bt_action.jpg'"><img src="images/bt_normal.jpg" alt="Image Alt text" name="example" width="100" height="100" border="0" /></a>
but when i added two buttons neither one would display. My website is at
www.creationindex.com/indextest.html the rollover button is specified in the css but isn't set up to work. the two rollover files are profile.gif and profileover.gif. thank you.