QuEz,
If you take away all your .css, does it work?  Also, I am assuming it was a
copy/paste error, but you are missing an ending ")"

Also, you should be able to combine your css tags:

.css(
color:'red',
fontStyle:'italic',
fontWeight:'bold'
)

Let me know if this helps any.

On 7/17/07, quez <[EMAIL PROTECTED]> wrote:



Hi guys,
New to jquery but really loving it so far. I've done some code that
seemed to work in all tested browsers, except IE

The code:

$("a.more").click( function(){
                        $("a.more
").css("color","red").css("font-style","italic").css("font-
weight","bold");
                        $("dl.hidden").show("slow");
                        return false;
                }

I am returning false, so the default behavior should've be nullified,
but IE still "insists" on taking the link to a non-existing page (and
displays an error). any help with this matter is dearly appreciated. I
will update if I find the solution. Thanks all.

*QuEz*




--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com

Reply via email to