|
A quick and dirty Text rollover using Cascading Style Sheets - we know it works in IE. Probably doesn´t work in Netscape browsers -
Add the following text to the “Beginning of Body” field of the “Layout HTML” of the page you wish this to apply to:
|
<style>
a:hover(color:white;)
</style>
|
|
|
This makes use of CSS Functionality specific to IE 4.0 - you should be able to see this in action in the links at the top of the page, if you´re using IE 4.0...
Thanks to Joseph Barron for the text rollover!
|