| xawk.com - technical wisdom served up in little slices | xawk.com -- Tags -- Html |
| ||||||||
xawk.com -- Tags -- Html -- CSS - A Few Quick Tips
CSS - A Few Quick Tips Here are a few tips and tricks using CSS or Cascading Style Sheets to put a few special effects on your web pages. Just copy and paste the sample code... Roll-over Color Text Links Your text links will change color as the mouse passes over. Insert this code into the <HEAD> of your document...
Links with no Underline Put this code in the <HEAD> of your document to remove the underline from all links on your page...
Or, remove the underline from individual links like this...
Links with a Line Above and Below This works well as a hover attribute on links, but can also be applied to all of your links. It will show the normal underline plus a line above the link too...
Highlighted Text To highlight important text on your page or just to get words to stand out...
To highlight all links on your page, put this code in the <HEAD> of your document:
Background Images This will create a background image that doesn't repeat...
You can also center the image on the web page...
Share: Del.icio.us | Digg | Facebook | Google Bookmarks | Reddit | Technorati | Windows Live | Yahoo! My Web
|
|