HTML ! How to Highlight a tab when Hover over it ? - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: HTML/CSS/PHP (Web Development) (https://bpforums.info/forumdisplay.php?fid=23) +---- Thread: HTML ! How to Highlight a tab when Hover over it ? (/showthread.php?tid=482) |
HTML ! How to Highlight a tab when Hover over it ? - Himansh - 03-15-2012 I saw this website <!-- m --><a class="postlink" href="http://www.pbaproductions.com/">http://www.pbaproductions.com/</a><!-- m --> and you will notice that whenever you put your cursor on about us and other tabs they will highlight can anybody tell me how to do that Re: Please Help! - Vinwarez - 03-15-2012 That is not really hard. The "light" which appears when the link is hovered is actually an image. To activate that image you should use the CSS :hover. An example: Code: <html> Regards, Vinwarez. Re: Please Help! - xolara - 03-16-2012 Its not an image its CSS coding Re: Please Help! - Vinwarez - 03-17-2012 Isn't it an image that appears after hovering the link? Re: Please Help! - xolara - 03-17-2012 No since its my website i think i know what it is its just a text using CSS Coding Re: Please Help! - Vinwarez - 03-17-2012 Alright. By the way, nice website. Re: HTML ! How to Highlight a tab when Hover over it ? - srima - 10-02-2012 hi thanks for your information Re: HTML ! How to Highlight a tab when Hover over it ? - Himansh - 10-05-2012 Thanks a Lot all the Above Users! Now, I came back after a long time learning HTML , CSS and some Javascript! So, Currently i am feeling foolish to ask such an easy question <!-- s --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="" title="Smile" /><!-- s --> Then also, Thanks all the BP Forums Members to reply to my question and to take interest in that. Your Friend -Himansh |