Thoughts?
http://www.makems.com/
[edit] The CSS validates! Woot... didn't even try on that one.
Moderator: General Moderators
Code: Select all
$('div.rounded').corner();Code: Select all
$(document).ready(function(){ //dom is ready, images haven't finished loading, but the dom is ready to be played with
$('#newForm').submit(addToQueue); // add's an onsubmit event
$('.stepCont').hide().corner().BlindDown(750,null,'bounceout'); //fairly explanitory
$('#queueCont div').hide().fadeIn(1000); // ditto
});