Alright, so i have no clue where to begin... I have a form that contains only 2 radio buttons and each will have the same background image but when a user selects one of them that background image will change.. basically like this
http://www.templatemonster.com/logo-templates/32175.html see Unique/Regular price i think i should be using the morph effect but not sure how to implement, anything will be helpful at this point thanks <form action="test.php" method="get"> <input type="radio" name="preferred_color" class="BGimg2 value="Red" / > Red<br /> <input type="radio" name="preferred_color" class="BGimg1 value="Blue" / > Blue<br /> <input type="submit" value="Submit"> </form>
