Jump to content
xisto Community
Sign in to follow this  
nightfox1405241487

Internet Explorer 7 Problem Works fine in Firefox (Shocker)

Recommended Posts

Hey,

I'm helping my mom with one of her web projects for class and I've noticed a pretty big problem (no thanks to IE7) that cost her a few points. It won't load an image of an email icon, however, Firefox will load and display it properly.

Here's the line for the image:

<img src="nationalparks/images/email.gif" width="99" height="100" border="0" alt="Email" />

Also, IE7 complains about some ActiveX content, but this is just a basic page and NO JavaScript, NO Java applets, NO ActiveX of any kind!

I've never seen anything as crazy as this! Wow... IE really sucks... anyone had a similar problem?

[N]F

Share this post


Link to post
Share on other sites

Can you give a few more lines of code? Or perhaps direct us to your page? That would be helpful.
Also, try this:

<img src="nationalparks/images/email.gif" style="width:99px;height:100px;border:0px" alt="Email" />

That may help, I don't know if it is the image problem causing the scripting error. Try emptying your cache.

Share this post


Link to post
Share on other sites

Hey nightfox,

We really do need to see more of the HTML code, as I see nothing wrong with this line at all, except it uses deprecated attributes and seems to be following XHTML. So what made this the line in question?

Here's how I would write this line though:

<img src="nationalparks/images/email.gif" width="99" height="100" alt="Email" style="border:0" />

The width and height attributes are valid for the img element so I feel using styling on this is unnecessary, however the border attribute has been removed and must be used inside styling to follow strict rules.

Cheers,

MC

Share this post


Link to post
Share on other sites

Hi nightfox, I've tried the above code in IE7. There was no error or warning. even I've my security settings high.I think that some other code in the page might have created the problem.

Edited by livingston (see edit history)

Share this post


Link to post
Share on other sites

Page can not be displayed in ie7 but can be in mozilla firefox.

Internet Explorer 7 Problem

 

It suddenly happened that ie7 was unable to load pages. Tensed with the problem I installed firefox1 and tried, page opened and in firefox 2, it was even better. IE7 is of no use to me now.

 

But I really miss the easy saving of webpages and support of DAP of ie7 in firefox.

 

-Hemsharma Acharya

Share this post


Link to post
Share on other sites

<a href=http://forums.xisto.com/topic/92443-topic/?findpost=1064364851 to Feedbacker</a>
If you have named the page "PageName.Htm" - I would try renaming it as PageName.Html...

I found in IE7 - this makes a difference!


I was not aware of this issue! Thank you for bringing this up. I will have to rename my pages.

To the original poster:
Try using Dreamweaver as your editor. It has a feature that allows you to check which browsers are compatible with your code.

Share this post


Link to post
Share on other sites

Nightfox,I definitely find Firefox to be a lot better. I was told by a Geek Squad member that Firefox is a lot safer and has less popups that Internet Explorer. I haven't used Internet Explorer much for anything since I started using Firefox a few years ago. Keep it!

Share this post


Link to post
Share on other sites

I don't really see any problem with the single line of code that you posted. The problems with displaying the image may be caused by coding errors in the main HTML page, causing the single HTML line containing the image element to not be rendered or parsed correctly by the Internet Explorer 7. You should also double check whether parts of the code are compatible with the Internet Explorer, since different browsers support different code elements.On a side note, it may not be that the image element is not loading, but hidden or positioned off the screen (if CSS is used). Internet Explorer and Firefox have different implementations of the CSS specification which may have caused the element not to appear in the correct position.

Share this post


Link to post
Share on other sites
IE 7 Problems with GIF imagesInternet Explorer 7 ProblemI've been experiencing the same problem and don't think it's the code but rather, something in the GIF. I have two nearly identical images using the same code, one works fine in IE 7 and one doesn't load. In Firefox, both come through just fine but IE 7 seems to be very finicky.
 
 -reply by cover

Share this post


Link to post
Share on other sites
IE& problemInternet Explorer 7 Problem

hi all,

even I m facing the same problem...

I hv uploaded files with mb size and stored them in database...Then I'm retrieving them from database...Bt I cant see images in IE...And its working on firefox better...Its on local server...

on live server...After submit to disp details,I m getting "webpage has expired"...In IE7 and firefox works better...

can anyone tell me what can I do?

-reply by abcd

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.