[jQuery] Re: IE takes link when firing onclick event

2007-07-18 Thread Benjamin Sterling
QuEz, Glad that helped a bit, but I just realized that my code will give you an error, try the below instead: .css({ color:'red', fontStyle:'italic', fontWeight:'bold' }) On 7/18/07, quez <[EMAIL PROTECTED]> wrote: Hey Benjamin, you're the man! works like a charm. Just tried it after getting

[jQuery] Re: IE takes link when firing onclick event

2007-07-18 Thread quez
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

[jQuery] Re: IE takes link when firing onclick event

2007-07-17 Thread Benjamin Sterling
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 <[