Hi guys,
after sitting for hours and hours in front of the exactly same problem I found a solution that might work for you as well.
As described above I had the same problem using the GamingPlazza Template and XTypo. The thing is that IE7 needs a height value in the CSS file. So in the file plugins/content/xtypo.php just add a height:100% in the array.
It looks like this:
| Code: |
$regex = array(
"xtypo_alert" => array("<p style=\" background: url(plugins/content/xtypo/icon/".$bgimgalert.") center no-repeat; background-color: ".$bgcoloralert."; background-position: 15px 50%; text-align: left; padding: ".$pt_alert." ".$pr_alert." ".$pb_alert." ".$pl_alert."; color:".$color_alert."; border-top: ".$bordertopsize_alert." ".$bordertoptype_alert." ".$bordertopcolor_alert." ; border-bottom: ".$borderbotsize_alert." ".$borderbottype_alert." ".$borderbotcolor_alert."; [b]height:100%;[/b] \">***code***</p>","#(.*?) #s") ,
|
I tested it with
- xtypo_alert
- xtypo_info
- xtypo_warning
- xtypo_sticky
- xtypo_feed
- xtypo_download
For the rest: I don't know as I haven't tested it.
I hope that helps
and thank you so much for your beautiful templates. It really helps a programmer to bring up good solutions really quickly
Regards from germany
Martin