I'm working on rebuilding and old site, and since the flash doesnt want to run properly I've been forced to use an iframe.
However the iframe looks god awful in Internet Explorer... but it looks fine (or close enough to fine) in FF and Safari
heres the link
I have set the width and height in the iframe but internet explorer seems to be igorning both the table height and the iframe?
Any help would be awesome,
Aravona
iframe issue
Moderator: General Moderators
-
maneetpuri
- Forum Commoner
- Posts: 60
- Joined: Tue Oct 07, 2008 6:32 am
Re: iframe issue
Go to the Stylesheet and change the below mentioned values
{padding:0px; margin 0; height:515px; width:270px; overflow:hidden; }
Also change the body style of the page (see below) you are calling in the iframe
usme body style
padding:0px; margin 0;
Hope this helps,
{padding:0px; margin 0; height:515px; width:270px; overflow:hidden; }
Also change the body style of the page (see below) you are calling in the iframe
usme body style
padding:0px; margin 0;
Hope this helps,
Re: iframe issue
Okay did as suggested, now if you view the page again... it shows half the slide show? not much better than before really.
That and its made the iframe stupidly tall ?
EDIT: nm, copied n pasted you're css exactly and the height n width were the wrong way around. Still shows the same problem I?'m afraid
That and its made the iframe stupidly tall ?
EDIT: nm, copied n pasted you're css exactly and the height n width were the wrong way around. Still shows the same problem I?'m afraid
Re: iframe issue
Got it ^^ had to force the width of the links next to the iframe 