View Single Post
  #325  
Old 03-13-2011, 01:48 AM
 
PhilJ PhilJ is offline
 

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

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

Fix for CSS3 boxes not rendering in IE8 and below properly...

In your chosen theme...

skin/smart_template/custom/themes/xxxx.css

Below...
Code:
/*-------------------------------------------------------- MENU & DIALOG BOXES - ROUNDED JAVASCRIPT --------------------------------------------------------*/
Add this additional line of CSS code to each rule...
Code:
position: relative;
( from h3.menu_title to .dialog_content_filled )
__________________
xcartmods.co.uk
Reply With Quote