This is a discussion on "How To Active Hover? Where I have to Change?" within the Web Page Design section. This forum, and the thread "How To Active Hover? Where I have to Change? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
How To Active Hover? Where I have to Change?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How To Active Hover? Where I have to Change?
Hello friends, How are you all?
Here is my website: http://www.opengiga.com Firstly, You should this site's CSS function: http://www.gigaom.com Secondly, Here you see the post title's hover color and text color. When you mouse over on the "Post Tile" link then hold on red color $ text hold on White color. How I can make it or enable it for my opengiga.com site? Where I have to edit? Thirdly, On www.gigaom.com this site's active links also do the same work (under post articles). When you mouse over on the active link it's hold on red color and text hold on White color. How I can make it or enable it for my opengiga.com site? Where I have to edit? I have no idea about CSS. But, if anybody tell me or guide me, where I have to go and which code should be changed, I can do it. For your kind information I am now using WordPress 2.2 Hope your understand? If any problem to understand please tell me... Waiting for the right solution......... Thanks |
|
|
|
||||
|
Re: How To Active Hover? Where I have to Change?
|
|
||||
|
Re: How To Active Hover? Where I have to Change?
you do this with the pseudo class :hover
Link: http://www.w3schools.com/css/css_pseudo_classes.asp for example that is the second heading (<h2>) so the css would like like: h2:hover { background-color: #FF00FF; color: #FFFFFF; } Obviously you'll have to change the color codes.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: How To Active Hover? Where I have to Change?
.htc files. A necessary evil but at least they work.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: How To Active Hover? Where I have to Change?
Not for a simple color change on :hover?
|
|
||||
|
Re: How To Active Hover? Where I have to Change?
No, I was talking more along the lines of menu systems and other scenarios where a :hover is required on non link elements such as li:hover etc.. Ignore the man behind the inter web screenie.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: How To Active Hover? Where I have to Change?
Ah! OK ....
|
|
|||
|
Re: How To Active Hover? Where I have to Change?
Thanks for your support.
But, nobody specifically didn't tell me where I have to change? |
|
|||
|
Re: How To Active Hover? Where I have to Change?
Quote:
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change the colour of dynamic text when ACTIVE or INACTIVE | ollielaroo | Classic ASP | 13 | Jun 3rd, 2008 10:36 |
| [SOLVED] Change div background on hover of another element | Aso | JavaScript Forum | 10 | Dec 8th, 2007 11:08 |
| a:link, active, hover, visited.... | mcdanielnc89 | Web Page Design | 35 | Nov 8th, 2007 22:10 |
| change colour of text, on hover. | Jason3107 | Web Page Design | 28 | Sep 27th, 2007 23:10 |
| How do I get people active and keep them active? | TheSealPortalTeam | Webforumz Cafe | 4 | May 9th, 2007 10:17 |