View Single Post
  #4  
Old 07-13-2010, 12:04 PM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: Right border not displaying on subcategory image

You can try a temp fix by changing
Code:
width: {$subcat_div_width}px;
to
Code:
width: {$subcat_div_width+2}px;
__________________
- Shane Munroe
Reply With Quote