StatCounter User Forum  
StatCounter Free web tracker and counter

Go Back   StatCounter User Forum > Webmaster > Lounge (non-StatCounter related topics here!)

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 08-10-2004, 07:11 PM
boombatower boombatower is offline
Member
 
Join Date: Aug 2004
Location: Nebraska, United States
Posts: 84
Default Need help from smart people.

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  
Old 08-10-2004, 07:23 PM
webado's Avatar
webado webado is offline
Moderator
 
Join Date: Apr 2004
Location: Montreal, Quebec, Canada
Posts: 28,147
Default

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  
Old 08-10-2004, 09:42 PM
boombatower boombatower is offline
Member
 
Join Date: Aug 2004
Location: Nebraska, United States
Posts: 84
Default Not the Problem

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  
Old 08-11-2004, 12:30 AM
operator operator is offline
Junior Member
 
Join Date: Jul 2004
Location: canada
Posts: 16
Default IE prob

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  
Old 08-11-2004, 01:56 AM
webmoriar
Guest
 
Posts: n/a
Default

Also a link to the page this is occuring on would help out.
  #6  
Old 08-11-2004, 03:40 AM
boombatower boombatower is offline
Member
 
Join Date: Aug 2004
Location: Nebraska, United States
Posts: 84
Default Code

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  
Old 08-11-2004, 04:21 AM
webado's Avatar
webado webado is offline
Moderator
 
Join Date: Apr 2004
Location: Montreal, Quebec, Canada
Posts: 28,147
Default

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  
Old 08-11-2004, 05:41 PM
boombatower boombatower is offline
Member
 
Join Date: Aug 2004
Location: Nebraska, United States
Posts: 84
Default PNG image

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  
Old 08-11-2004, 06:37 PM
webmoriar
Guest
 
Posts: n/a
Default

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  
Old 08-11-2004, 10:09 PM
boombatower boombatower is offline
Member
 
Join Date: Aug 2004
Location: Nebraska, United States
Posts: 84
Default Site URL

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)
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:43 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.