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.
|
|
|
|
|
![]() |
||
Highlight text Box on rollover
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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!
|
![]() |
| Tags |
| highlight, text, box, rollover |
| Thread Tools | |
|
|
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 |