-
1. Re: Mouseover stopped working in Dreamweaver CC
Preran Dec 2, 2014 8:27 AM (in response to lepping10)I tested your page in a browser, and I do not see the mouse over effects. I think there is something wrong with your code. Can you check this tutorial Add rollovers with CSS | Adobe Dreamweaver CC tutorials and see if that gives you any insights into your issue?
Thanks,
Preran
-
2. Re: Mouseover stopped working in Dreamweaver CC
Ken Binney Dec 2, 2014 10:21 AM (in response to lepping10)Hi K -
On the first link you have mixed caps, probably on the other links as well
<a href="ex4home.html">
<img src="Info_ProsS.jpg" alt="Information Professionals" name="info_pros" width="160" height="190" id="info_pros" onmouseover="MM_swapImage('Info_Pros','','Info_ProsSMO.jpg',1)" onmouseout="MM_swapImgRestore()" /></a>
This why we suggest all lowercase file names.
It saves you and all of us countless hours chasing down errors like this.
-
3. Re: Mouseover stopped working in Dreamweaver CC
Nancy O. Dec 2, 2014 1:57 PM (in response to lepping10)Apache / Linux servers are cAsE sEnSiTiVe. Unfortunately, Mac computers are not. This causes a lot of confusion for many people. As Ken said, try to stick with a naming convention that you can repeat every time. Either A-Z 0-9 or a-z 0-9. And no spaces or special characters in file / folder names.
Nancy O.
-
4. Re: Mouseover stopped working in Dreamweaver CC
lepping10 Dec 2, 2014 7:03 PM (in response to lepping10)Hello, Preran, Ken, and Nancy! Thank you all for your time and suggestions.
I went through and renamed all my files in lower case only, got rid of the old confusing files from the server, and then matched my code to the new file structure.
You were completely right - it worked like a charm and I won't make the mistake of sloppy file naming ever again! Thank you!!
- K




