"BW Cockrum Web Design - Bringing The World Of Business To You"
 
 
Links
Home
Website Design
Website Optimization
Website Hosting
Photo Work
Fun Scripts
 
News
 
Fun Scripts

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:


<style type="text/css">
<!--
A:hover {text-decoration:overline underline}
-->
</style>

Highlighted Text


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


<span style="background-color:yellow">highlighted text</span>
Try adding it to your link hover for a neat effect:
<style type="text/css">
<!--
A:hover {background-color: orange}
-->
</style>

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:


<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
-->
</style>

Rollover Color Text Links


Copy and Paste this CSS Script into notepad (to preserve the formatting)
and from there into your page to make text links change color as
your curser passes over them when your pages are published.
'red' may be replaced by any html color.


<style type="text/css">
<!--
A:hover {color:red}
-->
</style>

 
 
My business is making sure that your business is working for you no matter
where you are. I will put my expertise to work for you!
 
 
BW Cockrum volunteers the development of the following local websites:
The Dove Project
 
Copyright 2006-2008