OK - I finally got around to looking at things in IE (everything works
great in FF)

I'm using the fade (highlight) effect from the interface library and
what happens is when the fade comes in - it fires twice.

My script is about as simple as you can get:

<script type="text/javascript">
  $(document).ready(function(){
        $('#warning').Highlight(2000, '#FFFF74');       // fades in
background color
        });
</script>

It seems to botch up in both IE6 and 7.  No problems or errors in FF.

Any ideas? Is there a jQuery FAQ anywhere?

Thanks!
Jim 

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to