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.

CSS Forum


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



Reply
Old 02-19-2010, 01:09 AM hover effect
Ultra Talker

Posts: 254
Trades: 0
please take a look at this link
http://www.sudhakargolakaram.co.in/dropdown.html

when you move the mouse over the images a drop down menu appears, when the mouse moves over any of the drop down images i have used a background image and changed the text color to white this is working fine

however if you move the mouse slowly initially the green background image appears followed by the text in white only when the mouse moves in the region where the text is, i would like the entire text to become a block so that this flickering does not happen, i have tried setting the link as a block and specified the width and height but it is not working

can someone look at the code and let me know how i can change the code to get the effect i mentioned




also in ie 7 i noticed that each sub menu item has a vertical gap between them and this is only for ie how can i fix this

please advice

thanks
sudhakararaog is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-21-2010, 01:38 PM Re: hover effect
Webalized's Avatar
Experienced Talker

Posts: 33
Trades: 0
a hover effect in css is just
Code:
#div-name a:hover {
color: #fff;
background: #000;
}
is that what you're asking?
__________________

Please login or register to view this content. Registration is FREE

Webalized is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to hover effect
 

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.45167 seconds with 12 queries