 2008/05/09
|
Last update 2003/08/27
The Labs - Design & Functionality For The Net
The Big Hassle of Programming Web-Pages
- Removing Underlined Links & Define Table Font
- Resources
- Outstanding DHTML Samples
| DynamicHTML1. Removing Underlined Links & Define Table Font
|
Most common use:
|
<style type="text/css">
|
|
<!--
|
|
a:link {text-decoration:none}
|
|
a:active {text-decoration:none}
|
|
a:visited {text-decoration:none}
|
|
a:hover {text-decoration:underline}
|
|
td {font-face: arial,sans-serif,helvetica; font-size: 13px;}
|
|
-->
|
|
</style>
|
| DynamicHTML3. Outstanding DHTML Samples
|

Last update 2003/08/27 
All Rights Reserved - (C) 1997 - 2008 by The Labs.Com |