View Single Post
  #10 (permalink)  
Old 29-01-2008, 03:45 PM
PR Design's Avatar
PR Design PR Design is online now
CSS Wizardry -- Not Gay!
 
Join Date: May 2007
Location: Yorkshire, England
Gender: Male
Posts: 5,848
Default

Try changing #extra to:
Code:
#extra {style.css (line 105)
background:transparent url(skin/extra_bkg) no-repeat scroll 0%;
float:left;
height:82px;
margin:0pt;
padding:0px 0pt 5px 150px;
position:relative;
z-index:3;
}
Reply With Quote