iframe issue

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

iframe issue

Post by aravona »

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
maneetpuri
Forum Commoner
Posts: 60
Joined: Tue Oct 07, 2008 6:32 am

Re: iframe issue

Post by maneetpuri »

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,
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: iframe issue

Post by aravona »

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
aravona
Forum Contributor
Posts: 347
Joined: Sat Jun 13, 2009 3:59 pm
Location: England

Re: iframe issue

Post by aravona »

Got it ^^ had to force the width of the links next to the iframe :)
Post Reply