Highlight text Box on rollover

This is a discussion on "Highlight text Box on rollover" within the Web Page Design section. This forum, and the thread "Highlight text Box on rollover 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 Nov 24th, 2005, 18:54
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Arrow Highlight text Box on rollover

Could somebody tell me how to do this:

http://www.business.ntl.com/

When you hover over the text (underneath ntligent thinking) there's a green highlight. Is this done in html and what's the code/how etc?

Do you change the background color?

background-color: #AD4617;



Cheers.


Last edited by timmytots; Nov 24th, 2005 at 20:00.
Reply With Quote

  #2 (permalink)  
Old Nov 24th, 2005, 21:01
New Member
Join Date: Nov 2005
Location: Toronto, born and raised.
Age: 43
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daddyohhh99 Send a message via Skype™ to Daddyohhh99
Re: Highlight text Box on rollover

This has been done with CSS.
example
.purple {
color: #50155A;
}
a.purple:link, a.purple:active, a.purple:visited {
color: #50155A;
text-decoration: none;
}
a.purple:hover {
color: white;
background-color: #56A02C;
}

Hope this helps. Let me know if you need me to elaborate.

D@VE
Reply With Quote
  #3 (permalink)  
Old Nov 24th, 2005, 21:07
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Highlight text Box on rollover

I managed to do it.

However, i've set it so that visited links have a line through but i want it so that when you hover over - the line goes.

don't seem to be able to do this.
Reply With Quote
  #4 (permalink)  
Old Nov 24th, 2005, 21:14
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Highlight text Box on rollover

It's ok i've worked that out now too. didn't realise it worked in a priority fashion whereby whatever code is last takes precedence. now i do, cheers!
Reply With Quote
Reply

Tags
highlight, text, box, rollover

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
Hover over text to rollover an image? Dapandyman Web Page Design 3 Feb 24th, 2008 08:12
[SOLVED] Text rollover candyzouk JavaScript Forum 3 Nov 23rd, 2007 13:41
Rollover and disjointed rollover on same items? jtyoungs Web Page Design 37 Oct 1st, 2007 14:05
Text Highlight Colour Pádraig Starting Out 9 Aug 19th, 2007 11:43
CSS imagemap with text rollover geoffmuskett Web Page Design 32 Aug 9th, 2006 15:42


All times are GMT. The time now is 08:55.


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