X
Xsive85
hi im trying to get a mouse over hover link pop out menu that pops out
horizontal to the right. i have looked at fair bit of coding on the
w3schools.com site which they have similar things that i wish to do but not
the same and not sure how to changing the coding. below is the code i am
currently using and the website im trying to change things on is
www.mdhs.com.au. can anyone help me alter my code so i can have a pop out
menu on the right when someone puts mouse over with another 5-6 links to pop
out (links to be pics preferable) or if someone knows any programs that can
do this it would really help.
loadImage10 = new Image();
loadImage10.src = "http://www.mdhs.com.au/links/ideas2.gif";
staticImage10 = new Image();
staticImage10.src = "http://www.mdhs.com.au/links/ideas.gif";
<a href="http://www.mdhs.com.au/ideaslibrary.html"
onmouseover="image10.src=loadImage10.src; window.status='Ideas Library';
return true;" onmouseout="image10.src=staticImage10.src; window.status='';
return true;">
<img name="image10" src="http://www.mdhs.com.au/links/ideas.gif" border=0
width="189" height="26"></a>
horizontal to the right. i have looked at fair bit of coding on the
w3schools.com site which they have similar things that i wish to do but not
the same and not sure how to changing the coding. below is the code i am
currently using and the website im trying to change things on is
www.mdhs.com.au. can anyone help me alter my code so i can have a pop out
menu on the right when someone puts mouse over with another 5-6 links to pop
out (links to be pics preferable) or if someone knows any programs that can
do this it would really help.
loadImage10 = new Image();
loadImage10.src = "http://www.mdhs.com.au/links/ideas2.gif";
staticImage10 = new Image();
staticImage10.src = "http://www.mdhs.com.au/links/ideas.gif";
<a href="http://www.mdhs.com.au/ideaslibrary.html"
onmouseover="image10.src=loadImage10.src; window.status='Ideas Library';
return true;" onmouseout="image10.src=staticImage10.src; window.status='';
return true;">
<img name="image10" src="http://www.mdhs.com.au/links/ideas.gif" border=0
width="189" height="26"></a>