473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

iframes problem in firefox

hi all.
i am new to this site and this is my first post. though the question i am gonna ask is discussed earlier i need some help in this.
i have been doing a internal site for my company and am using iframes to load all the content files into the main html file..keeping the navigation in the main file.its a liquid iframe where its height changes acc to the contents height.its works well in IE but in firefox its not displayed completely. i get a vertical scroll and to avoid that scroll i used (style="overflow:hidden;) ..the scroll is gone..but the content is not displayed completely...only a part is seen.

i cannot make the contents size to the size of the iframe as they are different.i just wanna know if this is possible in FF to adjust the height of iframe according to the content thats loaded.is there any thing i can do with CSS to overcome this.

hope i am clear with my post. i am not expertise in HTML or JS...but am trying to do this with surfing and learning.i would appreciate if any one could help me in this.

thanks in adv
srivaths
Apr 19 '07 #1
4 2462
drhowarddrfine
7,435 Expert 4TB
I would need to see the complete code or a link. I have an idea but haven't used iframes in years.
Apr 19 '07 #2
thanks...managed to do it with templates... :D
May 3 '07 #3
Shift4
1
thanks...managed to do it with templates... :D

I am having the same iFrame issue with FF. How did you resolve this issue?

THX
Aug 6 '07 #4
Ajm113
161 100+
Here is the correct way it should be handled:
Expand|Select|Wrap|Line Numbers
  1. <iframe frameborder="no" scrolling="no" width="225" height="225" src="http://www.google.com"></iframe>
To change the actual size I think can be done in JavaScript. Do a google search under iframe tricks.
Aug 8 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Richard | last post by:
Playing around with iframes I run into a snag. In the css for the menu, firefox absolutely refuses to recognize the settings. While in IE, it displays correctly. Without the iframe, it works...
2
by: Guadala Harry | last post by:
1. Are IFrames supported only in uplevel versions of IE? If not IE exclusively, what browsers support IFrames? 2. Are IFrames going to be supported in the future - as far as anyone knows - or...
4
by: Alex D. | last post by:
Hi guys. I have two nestes IFRAMES in one of my pages. The main page has an Iframe that points to an aspx page, this page has another Iframe that points to a regular html file. My problem is when...
3
by: Erik Cruz | last post by:
Hi. I will start to migrate an asp.net 1.1 application to 2.0. This application uses an Iframe that simply calls a method to update a field on my databse every minute. In order to do this, I...
0
by: kvi | last post by:
Does anybody knows if firefox works properly with iframes? My interface consists of two nested iframes. It shows perfectly in IE. The same interface looks like a double ( duplicated) external...
0
Screaming Eagle
by: Screaming Eagle | last post by:
I haven't recieved any information that I could use, and researching this issue hasn't turned up any worthy results. Hence my reposting. Since I have had no reply, and my associates wish to move...
1
by: patrickq | last post by:
What am trying to achieve is dragging an element from one IFRAME/FRAME into another IFRAME/FRAME. But upon dropping the element, I do not want the target IFRAME/FRAME to open/load it. I want to set...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.