asked on
the jquery code:
var ScreenWidth=screen.width;
var ScreenHeight=screen.height;
var ScreenResolution=ScreenWidth+"x"+ScreenHeight;
//alert("your screen res is:" + ScreenResolution);
if(ScreenResolution > '1025'){
$('#blog #blogpics #blgpicswrapper').css({'position' : 'relative' ,'left' : '20em'});
$('#skillswrapper').css({'left' : '50em'});
$('img#wanted').css({'left' : '40em'});
}
the regular css:
#blog #blogpics #blgpicswrapper{
position: relative;
left: .5em;
}