nightfox
Feb 11 2007, 04:19 PM
| | 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:
CODE <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 |
Reply
FirefoxRocks
Feb 13 2007, 10:56 PM
Can you give a few more lines of code? Or perhaps direct us to your page? That would be helpful. Also, try this: CODE <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.
Reply
mastercomputers
Feb 14 2007, 01:36 AM
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: CODE <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
Reply
livingston
Feb 14 2007, 09:46 AM
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.
Reply
iGuest
Jan 9 2008, 05:35 PM
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
Reply
iGuest
Mar 26 2008, 11:56 AM
Replying to FeedbackerIf you have named the page "PageName.Htm" - I would try renaming it as PageName.Html... I found in IE7 - this makes a difference!
Reply
Im1HansonPunk
Apr 4 2008, 08:05 AM
QUOTE(FeedBacker @ Mar 26 2008, 07:56 AM)  <a href=http://www.astahost.com/index.php?showtopic=14912&view=findpost&p=116512>Replying 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.
Reply
Lydubs
Jul 13 2008, 12:51 AM
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!
Reply
Atomic0
Jul 14 2008, 04:46 AM
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.
Reply
Recent Queries:--
settimeout explorer 7 problem - 2.24 hr back. (1)
-
ftp works in firefox but not in ie7 - 6.04 hr back. (1)
-
img src problem ie7 - 18.53 hr back. (1)
-
internet explorer 7 not loading html codes - 19.97 hr back. (1)
-
dreamweaver button href code works on ie7 - 20.84 hr back. (2)
-
image height in ie7 differs to firefox - 27.39 hr back. (1)
-
img ie7 problem - 43.10 hr back. (1)
-
activex event fires in ie6 but not in ie7 - 44.32 hr back. (1)
-
problems with images in internet explorer 7 - 49.29 hr back. (1)
-
css hr no border ie7 - 57.16 hr back. (1)
-
registry fix for ie7 images - 60.82 hr back. (1)
-
ie7 - 84.18 hr back. (1)
-
php explorer cache image problem - 85.73 hr back. (1)
-
ie7 img problem - 87.58 hr back. (1)
Similar Topics
Keywords : internet, explorer, 7, problem, works, fine, firefox, shocker
- Css With Firefox
(5)
Firefox Plugins For Web Developers
(12) The best Extensions available for Firefox that will ease the work of the Web Developer and provides
very useful features. Aardvark Extension Accessibility Add N Edit Cookies Adsense
Preview BBComposer Checky Chickenfoot Clippings Codetch ColorZilla CrossFTP
CSS Sync CSSMate CSSViewer cuneAform DevBoi Dom Inspector Drag de Go Dummy
Lipsum Event Spy Fangs Screen Reader Emulator FireBug Greasemonkey HTML Validator
IE View Link Checker Live HTTP Headers Load Time Analyzer Measure It ....
Firefox Inventing Its Own Html?
(9) I am building a website for a client. I finally have the animations and the site content the way i
want it. I updated the site via FTP, and IE displays it perfectly. Firefox however displays my "work
in progress" animations still, even though the index file references the new animation. I have
cleared cache, and even looked up the site on different computers, and on every one, FF displays
those darn rough draft animations while IE works perfectly. Any idea as to what is going on here?....
DHTML Fade-in/out Loading Bar
(Firefox Only) (5) Today I was looking around for a good DHTML loading bar and couldn't find one so I decided to
make it myself! Here is the javascript that goes into the part of the doc: CODE var x =
0; var y = 115; var a = 0; setTimeout(fadeIn, 1); function fadeIn(){
document.getElementById("003").style.opacity=a; a = a+.1; if(a<1.1){
setTimeout(fadeIn, 100); } else{ setTimeout(progressBar, 1); } } function
progressBar(){ x = x+1; document.getElementById("001").style.width=x;
document.getEl....
Web Designers Dream Package
FireFox 2.0 add-ons/plug-ings that are a must have (9) Well since Fire fox got updated and I have got the universal package browser for web design I
thought why not share it to those who do not know about these tools so here we go. I will explain
each tool and what it is used for and then give you the simple instructions on where to get it and
where to find it. First download Firefox http://www.mozilla.com/products/download.h...&lang=en-US
then install it and your set from there, Now for the plug-ins and add-ons. ColorZilla What
this program does is that once you select it a small ink dropper icon will show up and ....
How Do You Show..
borders for frames in Firefox? (11) Okay, I don't know if it's because of the Firefox browser not supporting this part of the
HTML code, which I doubt, since it shows up just fine around text, but not sections where graphics
are. Anyways, here's what the layout looks like in IE: And what it looks like in Firefox:
And here's the code I'm using that wants to screw with my head, apparently: CODE
style="border-right:2px solid #003300; border-top:2px solid #003300;
border-left-width: 1; border-bottom-width: 1; padding: 0"> And that's ba....
Imagemap/IE/Firefox problem
(0) OK - The first page (intro page) of my website uses an imagemap button to link to the menu page of
the site (I use an embedded flash menu). This all works fine in Firefox, but when I use IE,
clicking on the "Enter Site" button opens a new IE window for the menu page - even though I put
_SELF in the imagemap link. In Firefox, the menu page loads into the same browser window, which is
how it should be. Can anyone explain why this is happening? Thanks.....
Looking for internet, explorer, 7, problem, works, fine, firefox, shocker
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for internet, explorer, 7, problem, works, fine, firefox, shocker
|
advertisement
|
|