I'm about to rip my hair out on this one. I have navigation that is using image rollovers to swap. Here is the code on my template page (I included the navigation above it as an example how they are the exact same on the template page) Problem I'm having is on the logset image:
Notice the Set','','..assets/menu/log_over.jpg. It is the same as all the other navigation Set statements. However, for some reason when you view the actual page, instead of the template it adds this code:
Can someone please help me solve this. This is the only image that does not swap. I deleted me entire navigation and re-entered them all, and this one is still doing it.
Thanks,
braves07
Code:
<p class="navimage">
<a href="../gelfuelfireplaces.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Gel Fuel Fireplaces','','../assets/menu/gelfireplaces_over.jpg',1)"><img src="../assets/menu/gelfireplaces_default.jpg" alt="Gel Fuel Fireplaces" name="Gel Fuel Fireplaces" width="158" height="34" border="0" id="Gel Fuel Fireplaces" /></a></p>
<p class="navimage">
<a href="../logset.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Log & Grate Set','','..assets/menu/log_over.jpg'',1)"><img src="../assets/menu/log_default.jpg" alt="Log & Grate Set" name="Log & Grate Set" width="158" height="34" border="0" id="Log & Grate Set" /></a></p>
Notice the Set','','..assets/menu/log_over.jpg. It is the same as all the other navigation Set statements. However, for some reason when you view the actual page, instead of the template it adds this code:
Code:
<p class="navimage">
<a href="gelfuelfireplaces.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Gel Fuel Fireplaces','','assets/menu/gelfireplaces_over.jpg',1)"><img src="assets/menu/gelfireplaces_default.jpg" alt="Gel Fuel Fireplaces" name="Gel Fuel Fireplaces" width="158" height="34" border="0" id="Gel Fuel Fireplaces" /></a></p>
<p class="navimage">
<a href="logset.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Log & Grate Set',Templates/'','..assets/menu/log_over.jpg'',1)"><img src="assets/menu/log_default.jpg" alt="Log & Grate Set" name="Log & Grate Set" width="158" height="34" border="0" id="Log & Grate Set" /></a></p>
Can someone please help me solve this. This is the only image that does not swap. I deleted me entire navigation and re-entered them all, and this one is still doing it.
Thanks,
braves07