Sorry, I just saw my reply may be a little confusing, I meant to say change your css assignments from "#FFF;" to "#FFF" (remove semicolon).
- jake On 2/14/07, Jake McGraw <[EMAIL PROTECTED]> wrote: > Toby, > > You can search the list here: http://www.nabble.com/JQuery-f15494.html > and I don't believe you need a semicolon at the end of each css > assignment. > > - jake > > On 2/14/07, Toby <[EMAIL PROTECTED]> wrote: > > > > > > > > > > (woops for the previous post, hopefully this works :¬]) > > > > > > > > Hey All, > > > > > > > > Apologies if this has been answered elsewhere; is there any reason this does > > not work on IE? > > > > > > > > $("a#css_switch").toggle(function(){ > > > > $("html, body").css({ color: "#fff;", background: "#222;" }); > > },function(){ > > > > $("html, body").css({ color: "#525252;", background: "#ededed;" }); > > > > }); > > > > > > > > I'm sure my lack of fundamental understanding contributes to this too so any > > further reading is welcomed :¬) And are there better ways of doing this? > > > > > > > > Annnnndddddd, is there a way to search the list? I noticed you can view > > month-by-month but couldn't find a search feature. > > > > > > > > Cheers! > > > > Toby > > > > > > > > > > _______________________________________________ > > jQuery mailing list > > [email protected] > > http://jquery.com/discuss/ > > > > > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
