|
Posted by Jonathan N. Little on 10/22/05 18:35
Dan wrote:
> windandwaves wrote:
>
>>Below is a little function I "developed" (stole, copied and adapted) that
>>can create this hover effect in IE.
>
>
> And what does it do for people who use other, better, browsers?
>
Nothing, he filters them out with a browser test at the start of the
function
if (document.all && document.getElementById(ulname).currentStyle ) {
since they do not need the JavaScript hack...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|