Mouseover buttons help!

This is a discussion on "Mouseover buttons help!" within the Web Page Design section. This forum, and the thread "Mouseover buttons help! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 18th, 2008, 11:53
Junior Member
Join Date: Dec 2005
Location: Alexandria, Egypt
Age: 16
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Mouseover buttons help!

I'm having some trouble making mouseover buttons on my website. They don't seem to load very well on either Firefox 2 or IE 6. The mouseout image loads but when I mouseover it in order to load the mouseover image, it fails to do so.

The link to my page:
http://projectalexandria.zymichost.com/index.html

The mouse-out homepage image URL:
http://projectalexandria.zymichost.c...eover/home.gif

The mouse-over homepage image URL:
http://projectalexandria.zymichost.c...er/mo_home.gif

What I need is a decent mouseover code that could load both images without any furthur problems.
Reply With Quote

  #2 (permalink)  
Old Jan 18th, 2008, 12:33
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mouseover buttons help!

Loose the JS and use one image instead that has both states. Then use CSS to show the image you want

CSS Hover Effects
Reply With Quote
  #3 (permalink)  
Old Jan 19th, 2008, 07:44
Junior Member
Join Date: Dec 2005
Location: Alexandria, Egypt
Age: 16
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mouseover buttons help!

Sorry for the late reply. I'm not really into hand-coding and I can't understand the difference between the active and normal images. And how come it's only one image? It is a good solution though but I don't know how to use it. Thanks!
Reply With Quote
  #4 (permalink)  
Old Jan 24th, 2008, 15:25
New Member
Join Date: Jan 2008
Location: suffolk
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mouseover buttons help!

PM me and I will help you with that. Regards.
Reply With Quote
  #5 (permalink)  
Old Jan 24th, 2008, 16:30
JustinStudios's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 404
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Mouseover buttons help!

STOOOOOOOOOOOOOOOOOOOOOPPPPPPPPPPPP!

For your links, drop the images and use CSS. You have text images... That is bad! Instead use css to style the text for you.

where your head tag is paste this code:
Code: Select all
<style type="text/css">
a:Link, a:Visited {
color: #0000FF;}
a:Hover {
color: #99CCFF;}
</style>
Then where your using an image, get rid of all that junk... Change it to:
Code: Select all
<a href="http://projectalexandria.zymichost.com/index.html">Home</a>
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with JS mouseover/popup stevemtno JavaScript Forum 9 May 8th, 2008 15:50
mouseover - news headlines WDH JavaScript Forum 4 Dec 10th, 2007 05:18
Image link mouseover QUIRK fuzzee Web Page Design 3 Jun 14th, 2007 15:08
help with fwd/backwrd buttons affecting other buttons typeofdoug Flash & Multimedia Forum 5 Feb 4th, 2007 03:48
Image Display on Mouseover not Working in IE7 thefmgirl JavaScript Forum 5 Jan 22nd, 2007 09:51


All times are GMT. The time now is 16:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43