 2010/03/22
|
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
|

Hipocrisy of the finest: "I agree that no single company can create all the hardware and software. Openness is central because it's the foundation of choice." -- Steve Balmer (Microsoft) blaming Apple regarding iPhone, February 18, 2009Last update 2003/08/27 
All Rights Reserved - (C) 1997 - 2009 by The Labs.Com |