web traffic :: Internet Marketing :: Web Development 02

Fun CSS Tricks You Can Use

Here's some important information about the topic of your interest. Many people have requested this information earlier and I hope you'll find this helpful. Modified

CSS or Cascading Style Sheets allow you to implement a few neat effects on your webpages easily. You can implement these CSS effects on your site by simply copying and pasting the code.



ROLLOVER COLOR TEXT LINKS

Have your text links change color when the mouse passes over them by inserting this code into the HEAD of your document:





LINKS WITH NO UNDERLINE

Remove the underline from any or all of the links on your page by putting this in the HEAD of your document:







Or, remove the underline form individual links by forming them like this:

link





LINKS WITH A LINE ABOVE AND BELOW THEM

This is an interesting look that works especially well as a hover attribute for your links, but can also be applied to all of your links. It will show the normal underline and a line above the link:





HIGHLIGHTED TEXT



Highlight important text on your page or words you want to stand out, easily:

highlighted text



Try adding it to your link hover for a neat effect:





BACKGROUND IMAGE THAT ISNT TILED

This will create a background image that doesn't repeat:





You can also center it, however it will be centered as the background of the entire document, not centered on the screenful:





About The Author

Dan Grossman runs http://www.websitegoodies.com where you can find over 250 hand-picked resources, articles, and tools! Dan also publishes the free weekly "WebDevPortal" newsletter for website owners! Subscribe today and get articles like this every week: subscribe@websitegoodies.com?subject=article-subscribe








Did you find the information you were looking for? There are more articles and additional resources on this subject here. Take a look everything that interest you. Modified