|
CSS Home
CSS TutorialIntroductionCSS Advantages CSS Syntax Implementing CSS CSS Class CSS ID CSS Font CSS Text CSS Background Code CSS Border CSS Margin CSS Padding CSS Lists CSS Height & Width CSS Positioning CSS Float CSS Layers CSS Summary CSS CodesCSS AlignCSS bgcolor CSS Cellpadding CSS Cellspacing CSS Hyperlinks CSS Leading Inline Style Sheets Embedded Style Sheets External Style Sheets CSS Scrollbars CSS Table Width CSS Print Version CSS Table-layout CSS ExamplesCSS ExamplesCSS Table-layout Example CSS ReferenceCSS Mini TutorialCSS Properties CSS Color Codes CSS Template CSS Media Types FREE Hosting!With every domain name you register with ZappyHost, you get FREE hosting.PLUS you get:
|
CSS HyperlinksYou can use CSS to change the appearance and behavior of hyperlinks. To do this, you can use the following selectors/pseudo-classes:
These selectors/pseudo-classes represent the 'anchor' element (specified using the HTML 'a' tag) and its various states. ExamplesSome nice effects can be achieved by using the text-decoration property in conjunction with the color property. Here's an example of the code that you might insert into a style sheet to achieve the desired effect.
Note that the Hyperlinks with no underline. a:link { text-decoration: none }
It can confuse your users if your hyperlinks aren't underlined. A more usable solution would be only to apply this behaviour to hyperlinks only when users hover over them. Text rollovers a:hover { text-decoration: none }
Use the Cursor effects a:hover { cursor:help }
Use the Try it yourself!Enjoy this website?
Oh, and thank you for supporting Quackit! |
Need Content for your Website?Get unique, quality digital content for your website. You can even earn money by reselling it!Includes:
|