Hey Benjamin, you're the man! works like a charm. Just tried it after
getting in from work. remove the css and it works in IE. I will also
try adding the css as you mentioned. Thanks a lot mate! cheers.

On Jul 17, 9:13 am, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> 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 Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com

Reply via email to