View Single Post
Old 07-22-2009, 02:33 PM   #5 (permalink)
codefreek
Super Moderator
Inquisitive 
 
codefreek's Avatar
 
Join Date: Sep 2007
Location: Near you.
Posts: 791
Thanks: 241
codefreek is on a distinguished road
Default

css Code:
#offset{width:384px; float:left; padding:0 0 0 202px;}
#IMGholder{width:840px; height:250px; background:url(images/image1.jpg) 0 100% no-repeat; padding:29px 0 0; margin:0 0 40px 0;}
so i solved it by turning the 202px part to 202px..
Quote:
#offset{ 202px;}
codefreek is offline  
Reply With Quote