Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Rollovers on index page header behaving erratically
Old 04-01-2008, 01:31 AM Rollovers on index page header behaving erratically
Junior Talker

Posts: 2
Name: Mike Bielenberg
Trades: 0
The rollovers on this index page:

http://www.downloadfreemusic.cn/index.php

are dead, but I've triple-checked and the settings appear to be exactly the same as other pages on the site where the same rollovers are working such as:

http://www.downloadfreemusic.cn/download.php

and

http://www.downloadfreemusic.cn/contactus.php

Why don't my index page header rollovers work?
mikeb777 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-01-2008, 05:29 AM Re: Rollovers on index page header behaving erratically
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
You have there a macromedia javascript hover... why don't you use CSS? is more simple and more compatible...

you have 2 different codes

Code:
                <td width="328"><img src="images/chinese-translated-images/hiphop.jpg" width="328" height="42"></td>
                <td><a href="index.php" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('Image2','','images/homeover.jpg',1);"><img src="images/home.jpg" name="Image2" width="100" height="42" border="0"></a></td>
                <td><a href="aboutus.php" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('Image3','','images/aboutover.jpg',1);"><img src="images/aboutus.jpg" name="Image3" width="95" height="42" border="0"></a></td>
                <td><a href="download.php" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('Image4','','images/downloadover.jpg',1);"><img src="images/download.jpg" name="Image4" width="96" height="42" border="0"></a></td>
                <td><a href="artist_register.php" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('Image5','','images/musicover.jpg',1);"><img src="images/music.jpg" name="Image5" width="74" height="42" border="0"></a></td>
                <td><a href="contactus.php" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('Image6','','images/contactover.jpg',1);"><img src="images/contact.jpg" name="Image6" width="86" height="42" border="0"></a></td>
and

Code:
 <td width="328"><img src="images/chinese-translated-images/hiphop.jpg" width="328" height="42"></td>
			  <td><a href="index.php" onMouseOut="MM_swapImgRestore(); na_restore_img_src('', 'document')" onMouseOver="MM_swapImage('Image35','','images/homeover.jpg',1); na_change_img_src('', 'document', 'images/chinese-translated-images/homeover.jpg', true)"><img src="images/chinese-translated-images/home.jpg" width="100" height="42" border="0"></a></td>
			  <td><a href="aboutus.php" onMouseOut="MM_swapImgRestore(); na_restore_img_src('', 'document')" onMouseOver="MM_swapImage('Image36','','images/aboutover.jpg',1); na_change_img_src('', 'document', 'images/chinese-translated-images/aboutover.jpg', true)"><img src="images/chinese-translated-images/aboutus.jpg" width="95" height="42" border="0"></a></td>
			  <td><a href="download.php" onMouseOut="MM_swapImgRestore(); na_restore_img_src('', 'document')" onMouseOver="MM_swapImage('Image37','','images/downloadover.jpg',1); na_change_img_src('', 'document', 'images/chinese-translated-images/downloadover.jpg', true)"><img src="images/chinese-translated-images/download.jpg" width="96" height="42" border="0"></a></td>
			  <td><a href="artist_register.php" onMouseOut="MM_swapImgRestore(); na_restore_img_src('', 'document')" onMouseOver="MM_swapImage('Image38','','images/musicover.jpg',1); na_change_img_src('', 'document', 'images/chinese-translated-images/musicover.jpg', true)"><img src="images/chinese-translated-images/music.jpg" width="74" height="42" border="0"></a></td>
			  <td><a href="contactus.php" onMouseOut="MM_swapImgRestore(); na_restore_img_src('', 'document')" onMouseOver="MM_swapImage('Image39','','images/contactover.jpg',1); na_change_img_src('', 'document', 'images/chinese-translated-images/contactover.jpg', true)"><img src="images/chinese-translated-images/contact.jpg" width="86" height="42" border="0"></a></td>
I don't want to debug your code [no time for me] but, you shold make a more simple code...

http://www.google.ro/search?q=css+hover

PS: this was like an offtopic
__________________
you can
Please login or register to view this content. Registration is FREE
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Reply     « Reply to Rollovers on index page header behaving erratically
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.92281 seconds with 12 queries