1 2 3 4 5 |
$('.container-twelve').css('height', '377px'); $('.four.columns').css('height', '377px'); $('#box').css('background', 'url(images/home1.gif)'); |
1 2 3 4 |
document.getElementById('formID').style.left = "-109%"; document.getElementById('formID').style.border= "2px solid"; |