IE Wrapper

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 26, 2014 10:10 am
Reply with quote
Report this post
Hello,

Can you please tell me what can I do ?

On Chrome and firefox the wrapper on http://bay.com.mt/bay32/ which is on top (now playing) works and looks fine.

On internet explorer is not looking good.

any help please ?

Thanks
User avatar
Expert Boarder

GK User
Wed Mar 26, 2014 4:51 pm
Reply with quote
Report this post
Which IE cause problem? It is probably totally not related with the template but with code in this area, did you check the same on Beez template?
User avatar
Platinum Boarder

GK User
Wed Mar 26, 2014 6:48 pm
Reply with quote
Report this post
Its on ie 9

For a reason it display a black bacground and it works fine on all other browsers even on mobile.

Did you see it on ie?
User avatar
Expert Boarder

GK User
Wed Mar 26, 2014 9:31 pm
Reply with quote
Report this post
Yes, are you sure that the website which is displayed in IFRAME don't have any padding/margin?
User avatar
Platinum Boarder

GK User
Wed Mar 26, 2014 9:34 pm
Reply with quote
Report this post
Its a php file
I dont think there is any margins
User avatar
Expert Boarder

GK User
Thu Mar 27, 2014 1:07 pm
Reply with quote
Report this post
This is the code I am using:

<html>
<meta http-equiv="Content-Language" content="en-us">
<style type="text/css">

#apDiv1 {
position:absolute;
width:168px;
height:74px;
z-index:1;
left: 14px;
top: 25px;
}

#apDiv2 {
position:absolute;
width:113;
height:113;
z-index:2;
left: 195px;
top: 8px;
}
</style>
<body bgcolor="#fff">
<div align="left">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="301" height="113" id="AutoNumber1" align="left">
<tr>
<td width="301" height="113" align="right" bordercolordark="#FF0000" background="BG.jpg">
<p align="center">
<div id="apDiv2"><img src="<?php echo $img; ?>" width="113"height="113
" ></div>
<p align="center">
<div id="apDiv1"><p>
<iframe allowtransparency="true" frameborder="0" height="75" scrolling="no" src="http://www.bay.com.mt/Billboard/playing.html" width="175px"></iframe></p></div><p align="left">
</td>
</tr>
</table>
</div>
</body>
</html>
User avatar
Expert Boarder

GK User
Sat Mar 29, 2014 1:44 pm
Reply with quote
Report this post
Probably IE render here some padding, when you visit this page loaded to IFRAME with IE8 there is no padding? It is just impossible that template add styles to HTML loaded via iframe because this is not allowed.
User avatar
Platinum Boarder


cron