
- Forum
- Programming Talk
- Html
- Iframe problem in Firefox
Iframe problem in Firefox
This is a discussion on Iframe problem in Firefox within the Html forums, part of the Programming Talk category; using iframe in my blog,but it works on only IE,not working properly in Firefox browser.please tell me corect iframe code....
-
11-07-2006, 10:00 PM #1
- Join Date
- Feb 2006
- Answers
- 10
Iframe problem in Firefox
using iframe in my blog,but it works on only IE,not working properly in Firefox browser.please tell me corect iframe code.
Last edited by chowsys; 11-07-2006 at 10:14 PM.
-
Firefox will always show scrollbars on the gadget iframe due to a deficiency in Firefox .If you put your own iframe inside of the gadget iframe and set it to no scrollbars and you don't get doubled scrollbars.
-
12-14-2010, 12:47 AM #3
- Join Date
- Dec 2010
- Answers
- 34
I believe you can correct this with some good CSS Mojo
-
12-16-2010, 07:24 AM #4
- Join Date
- Dec 2010
- Answers
- 6
this code will work just change the width and hieght to whatever size you want your iframe to be
HTML Code:<iframe src="news.html" height="350" width="43"> </iframe>
-
08-23-2011, 03:40 AM #5
- Join Date
- Aug 2011
- Location
- Hyderabad
- Answers
- 22
ya i tested this code. It works fine for me. I think i frames are not search engine friendly. Try to avoid them as much as you can.
-
Sponsored Ads

Reply With Quote





