<script type="text/javascript"><div class="frame"><img src="" alt="" height="auto" width="auto;"></div></script><script type="text/javascript"> $("a").hover(function() {
$(this).stop().animate({paddingLeft : "20px"},200);
},function() {
$(this).stop().animate({paddingLeft : "0px"},200);
});</script><script type="text/javascript"(function() {
var lastTime = 0;
var vendors = ['ms', 'moz', 'webkit', 'o'];
for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) {
window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame'];
window.cancelAnimationFrame =
window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame'];
}
if (!window.requestAnimationFrame)
window.requestAnimationFrame = function(callback, element) {
var currTime = new Date().getTime();
var timeToCall = Math.max(0, 16 - (currTime - lastTime));
var id = window.setTimeout(function() { callback(currTime + timeToCall); },
timeToCall);
lastTime = currTime + timeToCall;
return id;
};
if (!window.cancelAnimationFrame)
window.cancelAnimationFrame = function(id) {
clearTimeout(id);
};
}());</script><script> window.requestAnimationFrame(function(/* time */ time){
// time ~= +new Date // the unix time
});
}</script>
add this in your custome code box and hit save...put the script on top of ecerything else...if that doesnt try placing at bottom of all codes..if tjhat doesnt works.dont know what to say then,lol..you may have coding issuses or conflict...this is Jquery script.
see live example here http://yubasutterconnect.com
Tags: Jquery, css3, links, navigation



Skye replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
Alexander replied to Alexander's discussion 'Move header image to top!'
Maythureinko replied to Maythureinko's discussion 'may I know fixeddate about mid-summer:'
Skye replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox© 2013 Created by Ning.
