|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
complex menubars
I was wondering if someone could help me out with a menubar problem.
I have 1 menubar that is shared throughout a site. Lets say I have image1.gif and it shows as that on the aboutus page and then on the whats new page it changes to image2.gif.(I have that working already) I want image1.gif to have rollovers too, which I cannot get to work. does someone know of a tutorial or a code that would best take care of this problem? If you need to see the code I have I will email to anyone that thinks they can fix it for me. Thanks MM |
|
#2
|
||||
|
||||
|
RE: complex menubars
Code:
<img onmouseover="javascript:this.src='imgover.gif'" onmouseout="javascript:this.src='img.gif'" src="img.gif"> Haven't tested but it should work. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > complex menubars |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|