The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Chrome vs Explorer, How do I make certain appearance the same
Jeff M
post Sep 30 2009, 11:54 AM
Post #1


Newbie
*

Group: Members
Posts: 12
Joined: 23-September 09
Member No.: 9,834



I used three iframes using basic html inside a web host's template and I'm getting different results viewing with Google Chrome and IE.

I have embedded a Facebook live feed inside the left margin iframe and only viewing with Chrome can you see it.
How do I make it so that IE can see the whole feed as well.

Here is the webpage and line numbers:

http://www.iplayerhd.com/player/player-60A...EED899C61A.aspx

Line 294 contains all three iframe html. The first part relates to Facebook.

FYI - Only lines 286 through 310 are controlled and created by me. The rest was created by a third party programmer.

Thanks!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jeff M
post Oct 1 2009, 10:21 PM
Post #2


Newbie
*

Group: Members
Posts: 12
Joined: 23-September 09
Member No.: 9,834



This is a cutting edge problem. I can't believe nobody wants to tackle this one!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Oct 2 2009, 02:14 AM
Post #3


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Well, I don't have MSIE or Chrome, so...

But I did notice that you're using dumbnails. Don't use HTML to resize full-sized images as pseudo-thumbnails. Instead, create copies that are the size you need, and use the copies. See http://htmlhelp.com/faq/html/images.html#thumbnail
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 2 2009, 06:30 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



Seems this has nothing to do with the left iframe (which does show up), but with its framed content. All my browsers except IE run the javascript in the framed page http://www.iplayerhd.com/Videos/8e23b572-6...6f-Facebook.htm while IE only shows the HTML code (the link). Have you tried it with different security settings in IE? Don't know why the script doesn't work in it, I don't even get a script error.

Side-note: the framed page is not valid HTML document (e.g., it's missing the Doctype and TITLE).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Jeff M
post Oct 2 2009, 07:55 AM
Post #5


Newbie
*

Group: Members
Posts: 12
Joined: 23-September 09
Member No.: 9,834



Darin, thanks for the tip on the "dumbnails"

Christian J, thanks for trying to duplicate my problem. Yes, its the framed content that is the problem (with IE)

Even if the security settings are the culprit, I won't be able to communicate it to all users. I'll just have to find another way to convey this message.

Re: valid HTML, I learned basic html over a decade ago. I have no idea how to use Doctype. As you can see, the page still presents correctly, except for the iframe problem. What is my disadvantage for not using Doctype and TITLE?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Oct 2 2009, 09:36 AM
Post #6


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



QUOTE(Jeff M @ Oct 2 2009, 02:55 PM) *

Even if the security settings are the culprit, I won't be able to communicate it to all users. I'll just have to find another way to convey this message.

I don't know if the security settings are to blame, it's just a thought.

QUOTE
What is my disadvantage for not using Doctype and TITLE?

A "standards mode" Doctype results in more consistent layouts in various browsers, while search engines give high importance to TITLE content. Also omitting required elements makes use of a validator more difficult.

See also http://htmlhelp.com/faq/html/all.html#doctype http://www.htmlhelp.com/reference/html40/head/title.html

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 27th April 2024 - 11:49 PM