![]() |
| Home | Demo | Services | Features | Help | User Forum | Blog | About | |
|
#1
|
|||
|
|||
|
I have been working on a site and just now have tried viewing it in IE and one of the images does not come in when viewing in IE. When I look at it in any other browser it looks fine. Is this another one of Microsoft's problems or what?
I even downloaded the newest version on IE and it still does not show up. I have tries saving it in multiple formats, and still it does not show up. This is very frustrating. Does anyone have any help they can give?
__________________
Boombatower Web Development (and soon Computer Services) |
|
#2
|
||||
|
||||
|
The file extension may not correspond to the image type. Perhaps you can fool other browsers, but not IE.
If you take a gif file and simply rename it with the extension jpg this won't make it a jpg type of file. At times, when you use Save as you may make the mistake and save it with the wrong extension. However you should give provide the concrete example if you expect any of the smart people to help.
__________________
Christina >>Forum Moderator<< Please do not PM me for support. The forum is here for that. |
|
#3
|
|||
|
|||
|
That is not the problem because I use an Advanced Image Editor the GIMP to creat my images. I save them as its native format, and the export them (re-save) as a new format. I resaved the image as a jpg not just renamed it.
Also I have other images on the page done the same way and they show up and look great. So that is not the problem, but thanks for repling. This is very frustrating.
__________________
Boombatower Web Development (and soon Computer Services) |
|
#4
|
|||
|
|||
|
are both width and height image dimensions in the img src tag. i was working on a page earlier today, and one image of many on the page would not show up because i included the height and not the width.
it is kinda strange, as i find IE to be more intuitive than most other browsers. also, ensure that the folder the images are in is included in the code. Ex: img src="images/filename.jpg" it may also have to do with your layout. you could double check your table tags to make sure they work out right. |
|
#5
|
|||
|
|||
|
Also a link to the page this is occuring on would help out.
|
|
#6
|
|||
|
|||
|
I will give you the next best thing the code for the entire page this is orcuring on. Thanks for help.
[code]<html> <head> <title>.: [Commented out for securinty reasons] :.</title> <link href="body.css" type="text/css" rel="Stylesheet"> <meta name="keywords" value="Murals, Paintings, Art, Artisan, Photo Galleries, Gallery"> <meta name="description" value="Photos of past murals, and requests for new ones, Murals home"> </head> <script type="text/javascript"> function Go(){return} </script> <script type="text/javascript" src='menu_var.js'></script> <script type="text/javascript" src='menu.js'></script> <script type="text/javascript" src='basic.js'></script> <noscript>Your browser does not support script</noscript> <body> <table id=mainTable cellspacing="0"> <tr> <td id=logo>[img]graphics/logo.png[/img][img]http://www.liquidmurals.com/graphics/fade.png[/img]</td> </tr> <tr> <td id=menu><div id='MenuPos' style='position:relative'></div></td> </tr> <tr> <td id=main> <div id=content></div> To view this site at its best please view it using Netscape or Mozilla. </td> </tr> <tr> <td id=copyblock>Home | More Information | Contact Info | Technical Support <span id=credits>Copyright © 2004 Megan Mitchell. All rights reserved. Site created by Boombatower Designs</span></td> </tr> </table> <script language="JavaScript"> setTimeout("checkForCookie()", 200); function checkForCookie() { if (document.cookie) { var FirstName = unescape(document.cookie); var tagIt = FirstName.indexOf("*"); FirstName = FirstName.substring(9, tagIt); var lengthOfFirst = FirstName.length; var LastName = unescape(document.cookie); var tagIt2 = LastName.indexOf("8"); var when = 10+lengthOfFirst; var LastName = LastName.substring(when); var placement = document.getElementById("content"); placement.innerHTML = "[img]graphics/aniLogo.gif[/img]"; placement.innerHTML += " Welcome back " + FirstName + " " + LastName + ""; } else { var placement = document.getElementById("content"); placement.innerHTML = "[img]graphics/aniLogo.gif[/img]"; //makeCookie(); } } function makeCookie() { //Variables to take information for cookie var fname; var lname; //Means of getting information fname = prompt("Please enter your first name.",""); lname = prompt("Please enter your last name.",""); if (fname != null && lname != null, fname != "" && lname != "") { //Create cookie var remainTill = new Date(); remainTill.setFullYear(remainTill.getFullYear() + 1); document.cookie= "NameInfo=" + fname + "*" + lname + "; expires=" + remainTill.toGMTString() + ";"; } else { if (fname == "", fname == null) { fname = prompt("Please enter your first name.(Only for our records)",""); } if (lname == "", lname == null) { lname = prompt("Please enter your last name.(Only for our records)",""); } if (fname != null && lname != null, fname != "" && lname != "") { //Create cookie document.cookie="NameInfo=" + fname + "*" + lname; } } } </script> <!-- <script type="text/javascript" language="javascript"> var sc_project=359218; var sc_partition=1; var sc_invisible=1; </script> <script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript>[img]http://c2.statcounter.com/counter.php?sc_project=359218&java=0&invisible=1[/img] </noscript> --> </body> </html>[/code]
__________________
Boombatower Web Development (and soon Computer Services) |
|
#7
|
||||
|
||||
|
You're not seriously thinking anybody will actually test this code of yours? With all the cookies it creates?
Your problem concerns a jpg file according to your post. I don't even see one in your code.
__________________
Christina >>Forum Moderator<< Please do not PM me for support. The forum is here for that. |
|
#8
|
|||
|
|||
|
Their is a PNG image that it is trying to load. My client does not want everyone looking at this site if you don't like the cookie code DELETE it I mean BIG DEAL.
__________________
Boombatower Web Development (and soon Computer Services) |
|
#9
|
|||
|
|||
|
The problem is with just the code I don't have access to the images since the links are relative. Could you just host this edited code on a different server or get the images to me?
|
|
#10
|
|||
|
|||
|
I hosted the front page on another server. The URL address is: http://i3.domaindlx.com/wwwsitecreat...als/index.html.
Note this is not the complete site, and their is no menu as there is on the final version. Remember: the picture is only missing in IE.
__________________
Boombatower Web Development (and soon Computer Services) |
![]() |
| Thread Tools | |
| Display Modes | |
|
|