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
mouseover on one part but not the other
Old 01-27-2008, 12:33 PM mouseover on one part but not the other
Experienced Talker

Posts: 30
Trades: 0
quick question,

I have link on my page that when mousever, they change.

But

How do i create a link, on the same page, (in a different div) that has no mouseover action ?

Its prob simple, but i'm just learning this stuff
scoobs001 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-27-2008, 01:20 PM Re: mouseover on one part but not the other
Experienced Talker

Posts: 43
Name: Gjore Sazdovski
Trades: 0
use classes or ids to make the rule have effect only where you want it to have
Gjore.S is offline
Reply With Quote
View Public Profile
 
Old 01-27-2008, 01:25 PM Re: mouseover on one part but not the other
Experienced Talker

Posts: 30
Trades: 0
Will give that a go and see how i get on, Cheers,
scoobs001 is offline
Reply With Quote
View Public Profile
 
Old 01-28-2008, 01:05 AM Re: mouseover on one part but not the other
Experienced Talker

Posts: 30
Name: Adam
Trades: 0
Add this to your style sheet:
(change the bold code to whatever color you want the links to be)

Quote:
#other a:link, #other a:visited {
color: #0A86D1;
text-decoration: none;
}

#other a:hover {
color: #0A86D1;
text-decoration: none;
}
Then add this to your div id="foot_links" and any links you add inside that div will have the same properties.
__________________

Please login or register to view this content. Registration is FREE
:: Your source for everything web


Please login or register to view this content. Registration is FREE
:: Web Hosting starting at $4.95
itsnetservices is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to mouseover on one part but not the other
 

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