Hi there,
I took a look at your site and have a suggestion. The source view shows the following:
<table cellspacing="0" cellpadding="0" id="main">
<tr><td id="cnt"><iframe src="rolfgasser.bplaced.net/HomePage/Joomla/" name="fid1" id="fid1"
width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="0"></iframe></td></tr>
</table>
I have highlighted the width as IE is very particular about size and for this template you need to be exact with the size - try putting in 560px as your width instead of 100% in the CSS or table of this extension and see if it works. I am using this wonderful template and have had to adjust most extensions to stop this happening. Check it out
www.soulenergyrising.com.
Also I noticed that you have the white square boxes at the top of the columns in IE - I had this too - you need to check the pathway in your iepngfix.htc file which you can find under templates/transparent_bliss_1.5/js. if your site is in a sub-directory you will need to alter this:
Examples:
it will either look like this;
// This must be a path to a blank image. That's all the configuration you need.
if (typeof blankImg == 'undefined' { var blankImg = ' /
templates/transparent_bliss_1.5/images/ blank.gif'; }
or this;
// This must be a path to a blank image. That's all the configuration you need.
if (typeof blankImg == 'undefined' { var blankImg = '/
yourdomainname/templates/transparent_bliss_1.5/ images/blank.gif'; }
whichever one it is I am assuming it should be the other one.
Hope this doesn't sound too complicated - I am not very good at explaining it that's why it's better to show you the codes.
Hope it helps.