|
||
| Inside Technique : Cool Rule Behavior Back in April, 1998 we introduced a technique for using tables to create cool horizontal rules using nothing more than a table. Our technique worked in all browsers but required you to carefully author your horizontal rules in mind. With Internet Explorer 5.0, we are able to create a seamless transition between the existing horizontal rules and our new cool rules by creating a behavior. Our behavior overrides the built-in rendering of the horizontal rule with a custom rule. All existing browsers continue to see the standard rule while Internet Explorer 5.0 users receive the enhanced rule. We demonstrate the cool rule behavior below. Internet Explorer 5.0 users will see our custom cool rule, while all other users see a standard HR element. Adding the cool rule to your web-page is easy:
Next we show you the code used to create the coolrule behavior. Page 1:Cool Rule Behavior © 1997-2000 InsideDHTML.com, LLC. All rights reserved. |