Results 1 to 2 of 2
- 12-09-2010, 09:19 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 1
- Rep Power
- 0
Java Rollovers not showing Swap Image
I am new to Java and I hope I have come to the right place. I am currently working on my first website and working on creating the navigation bar. I have the nav bar working for the most part (I have flyout menus that work fine) except the main button Swap Image does not work. The image will not change when I mouse over the image. When I point the Swap Image to ../filename the rollover does not work, but if I point the Swap Image to a full path on my hard drive it seems to work fine. I have included the code for one of my nav buttons. Any help or suggestions would be great...Thanks.
<td rowspan="2"><a href="../Index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('HomeButtonSlice_s1','', '../HomeButtonSlice_s2.gif',1)"><img name="HomeButtonSlice_s1" src="../HomeButtonSlice_s1.gif" width="55" height="13" border="0" id="HomeButtonSlice_s1" alt="" /></a></td>
- 12-09-2010, 10:05 PM #2
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,546
- Rep Power
- 11
Those onMouseXxx() methods are actually JavaScript, where as this is actually a forum for Java. They're different languages, so you might want to google for a more appropriate forum.
If the MM_swapImage stuff belongs to a particular JavaScript library you could well find that there is a forum devoted specifically to its use. (I've just googled myself: try putting MM_swapImage into google. It seems to be DreamWeaver thing, so Adobe might be your best bet.)
Similar Threads
-
Showing an image with JLabel and ImageIcon - so simple but doesnt work!
By enerj in forum New To JavaReplies: 5Last Post: 12-04-2010, 12:30 AM -
Image not showing up!!
By ThrashingBoy in forum New To JavaReplies: 1Last Post: 11-08-2010, 10:22 PM -
swap method
By leavearth in forum New To JavaReplies: 1Last Post: 04-24-2010, 06:59 PM -
showing image in web application
By Juuno in forum Advanced JavaReplies: 3Last Post: 05-11-2009, 04:36 AM -
how to swap 2 numbers
By mary in forum Advanced JavaReplies: 1Last Post: 08-02-2007, 05:32 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks