By xavier_r on
I set up my website based on ad blueprint theme for drupal 6.x
Its showing fine in mozilla, and safari,
But in Internet Explorer its showing only half of the site name...
Check it out... here --> http://www.ikireta.com
How do resolve it without changing the theme?
Comments
You don't have change the theme, just the page.tpl
Your problem lies in this conditional statement:
It's looking to changes a few styles for IE. If you mean for it to work only on IE 6 or below than you would replace [if IE] with [if lte IE 6]. That's why it's working in Mozilla and safari, they are completely ignoring it.