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
adding different rollovers with css
Old 12-21-2010, 11:25 AM adding different rollovers with css
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
I wanted to also ask how to add different rollovers for each box.

I want the left nav menu to go bold with a rollover and the body section to not bold but to change to different color. i have seen other websites that do this i wanted to know how to do it.

thanks
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
Reply With Quote
View Public Profile Visit rswebs's homepage!
 
 
Register now for full access!
Old 12-21-2010, 12:04 PM Re: adding different rollovers with css
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
In order to do a double-change like that, you're going to need some javascript for a "disjointed rollover".
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 12-21-2010, 12:12 PM Re: adding different rollovers with css
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Code:
body a:hover {
     font-weight: normal;
     color: #colourvalue;
}

left-nav a:hover {
     font-weight: bold;
     color: #colourvalue
}
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 12-21-2010, 09:33 PM Re: adding different rollovers with css
Skilled Talker

Posts: 61
Name: Rafael
Location: Texas
Trades: 0
thanks for the help before i registered here i had no idea about css and thanks to this forum im starting to learn something everyday.

thanks webmaster-talk.com
__________________
Free Web Templates
Please login or register to view this content. Registration is FREE
rswebs is offline
Reply With Quote
View Public Profile Visit rswebs's homepage!
 
Reply     « Reply to adding different rollovers with css
 

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