Thanks for taking the time to read my question.
I am using $("#BlueBoxsm").hover(function(){
//Change BlueBox1
$( ".BlueBox1" ).switchClass( "BlueBox1", "BlueBox1Hover");
etc.....
to switch a class on a <div>.
By default it seems that jquery wants to smooth out this transition. The transition, however is not that great, so I'm wondering, is it possible to turn this off?
Thanks,
Brad