Least Tern > Tech Class > Teacher Resources > Web Design Resources
Custom link underlining can be created by following these steps:
| http://www.gifs.cc/anibullets.htm | http://www.4yeo.com/pagelements/bullets/smallf.htm |
| http://www.designedtoat.com/bulletsmain.htm | http://www.hellasmultimedia.com/webimages/bullets-htm/bullets.htm |
Code: (change content in red, being sure to point to your image in relation to the web page)
Place in <head>
a {
text-decoration: none;
padding-bottom: 4px;
white-space: nowrap;
}
a:hover {
background: url(underline.gif) repeat-x 100% 100%;
}
E. Sky-McIlvain 3/7/04