View Single Post
  #390  
Old 05-05-2011, 11:21 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Smart Template v4.4.x

ok, it's because we have used overflow:hidden in the column layout CSS.

Rather than mess with the layout, try this instead... (you can adjust the box positioning with the right and top properties)

Code:
/** * Dialog message container */ #dialog-message { margin: 0; padding: 0; position: absolute; right: 100px; top: 0px; width: 350px; z-index: 10000; }
__________________
xcartmods.co.uk
Reply With Quote