Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,320 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,713 people online right now. Registration is fast and FREE... Join Now!




Image does not load in IE, works in firefox

 
Reply to this topicStart new topic

Image does not load in IE, works in firefox

ivanjay205
3 Sep, 2008 - 12:59 PM
Post #1

New D.I.C Head
*

Joined: 3 Sep, 2008
Posts: 8

If you go to www.studioedesigngroup.com in IE, the image does not load. In firefox, no problems. I cannot figure out why.

The image size is 0.99 mb I am not sure if that is a problem or not.

Here is the code from default.html:

CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
    <title>Studio-e Design Group</title>
</head>
<body>
    <div>
        <img src="/images/Studio-e_Marketing_Front.jpg" alt="Studio-e Design Group" />
        <br />
        <br />
        <span class="Header">C O M I N G  S O O N . . .</span></div>
</body>
</html>


This is the code from my css file

CODE

body
{
    font-family: Garamond;
    text-align: center;
    background-color: #CFD9D8;
    vertical-align: middle;
}
.Header
{
    font-family: Garamond;
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
}


Any help is much appreciated as this is very very frustrating!!!!
User is offlineProfile CardPM
+Quote Post

capty99
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 01:04 PM
Post #2

the real kya
Group Icon

Joined: 26 Apr, 2001
Posts: 9,161



Thanked: 16 times
Dream Kudos: 550
My Contributions
actually it doesn't work in chrome either. smile.gif

the fact that if i go to the url in IE and chrome and I still don't see it, i still get the broken img icon, makes me think its the image itself and maybe firefox is just rendering that jpg better than the others. can i ask what program are you using and how are you saving it?

(if it was a png it would make more sense i've never seen a jpg do it) maybe someone else could shed some light.
User is offlineProfile CardPM
+Quote Post

ivanjay205
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 01:44 PM
Post #3

New D.I.C Head
*

Joined: 3 Sep, 2008
Posts: 8

QUOTE(capty99 @ 3 Sep, 2008 - 02:04 PM) *

actually it doesn't work in chrome either. smile.gif

the fact that if i go to the url in IE and chrome and I still don't see it, i still get the broken img icon, makes me think its the image itself and maybe firefox is just rendering that jpg better than the others. can i ask what program are you using and how are you saving it?

(if it was a png it would make more sense i've never seen a jpg do it) maybe someone else could shed some light.


I put it in as a jpg. Created in Photoshop CS3. Could it be the file size? Maybe I need to downsize it (not sure how I would go about that)

I created the image in Photoshop the exact pixel size I wanted, it is not manually sized in dreamweaver. Maybe it is just too big, not sure... Any ideas on that?
User is offlineProfile CardPM
+Quote Post

girasquid
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 02:00 PM
Post #4

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,266



Thanked: 14 times
Dream Kudos: 650
My Contributions
Are you sure that the capitalization is correct? I have heard rumors(although I haven't confirmed them either way) that certain browsers are case insensitive and certain others are not.
User is offlineProfile CardPM
+Quote Post

ivanjay205
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 06:18 PM
Post #5

New D.I.C Head
*

Joined: 3 Sep, 2008
Posts: 8

QUOTE(girasquid @ 3 Sep, 2008 - 03:00 PM) *

Are you sure that the capitalization is correct? I have heard rumors(although I haven't confirmed them either way) that certain browsers are case insensitive and certain others are not.


Yup, I just made it all lowercase to confirm that wasnt the issue. Still doesnt work....
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 06:24 PM
Post #6

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,460



Thanked: 66 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
QUOTE(girasquid @ 3 Sep, 2008 - 06:00 PM) *

Are you sure that the capitalization is correct? I have heard rumors(although I haven't confirmed them either way) that certain browsers are case insensitive and certain others are not.

I was under the impression that case sensitivity is up to the file system of the web server.
User is offlineProfile CardPM
+Quote Post

girasquid
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 08:35 PM
Post #7

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,266



Thanked: 14 times
Dream Kudos: 650
My Contributions
So was I, no2pencil - but I don't know for certain whether all browsers necessarily follow the casing of what they're supposed to be requesting(this is mostly IE paranoia). I just figured I'd cover all the bases.
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 08:38 PM
Post #8

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,460



Thanked: 66 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
QUOTE(girasquid @ 4 Sep, 2008 - 12:35 AM) *

So was I, no2pencil - but I don't know for certain ...


Great, so I may be running the risk of getting screwed at either end! blink.gif Wait.. WHAT?!

User is offlineProfile CardPM
+Quote Post

capty99
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 09:02 PM
Post #9

the real kya
Group Icon

Joined: 26 Apr, 2001
Posts: 9,161



Thanked: 16 times
Dream Kudos: 550
My Contributions
QUOTE(ivanjay205 @ 3 Sep, 2008 - 04:44 PM) *

QUOTE(capty99 @ 3 Sep, 2008 - 02:04 PM) *

actually it doesn't work in chrome either. smile.gif

the fact that if i go to the url in IE and chrome and I still don't see it, i still get the broken img icon, makes me think its the image itself and maybe firefox is just rendering that jpg better than the others. can i ask what program are you using and how are you saving it?

(if it was a png it would make more sense i've never seen a jpg do it) maybe someone else could shed some light.


I put it in as a jpg. Created in Photoshop CS3. Could it be the file size? Maybe I need to downsize it (not sure how I would go about that)

I created the image in Photoshop the exact pixel size I wanted, it is not manually sized in dreamweaver. Maybe it is just too big, not sure... Any ideas on that?


ivan what i meant was.... for some reason if I am in cs3 and i file > save as , and select jpg, my jpg sometimes corrupt.

so i have to use the save for web dialog box instead.

could you try doing it via save for web?
User is offlineProfile CardPM
+Quote Post

homemade-jam
RE: Image Does Not Load In IE, Works In Firefox
3 Sep, 2008 - 10:03 PM
Post #10

eeeAddict
Group Icon

Joined: 17 Mar, 2008
Posts: 1,066



Thanked: 1 times
Dream Kudos: 25
My Contributions
Is the firefox one in some sort of cache from an earlier version from when the image worked?
User is offlineProfile CardPM
+Quote Post

sree_sridhar
RE: Image Does Not Load In IE, Works In Firefox
4 Sep, 2008 - 06:05 AM
Post #11

New D.I.C Head
*

Joined: 4 Sep, 2008
Posts: 1

QUOTE(ivanjay205 @ 3 Sep, 2008 - 01:59 PM) *

If you go to www.studioedesigngroup.com in IE, the image does not load. In firefox, no problems. I cannot figure out why.

The image size is 0.99 mb I am not sure if that is a problem or not.

Here is the code from default.html:

CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <link href="StyleSheet.css" rel="stylesheet" type="text/css" />
    <title>Studio-e Design Group</title>
</head>
<body>
    <div>
        <img src="/images/Studio-e_Marketing_Front.jpg" alt="Studio-e Design Group" />
        <br />
        <br />
        <span class="Header">C O M I N G  S O O N . . .</span></div>
</body>
</html>


This is the code from my css file

CODE

body
{
    font-family: Garamond;
    text-align: center;
    background-color: #CFD9D8;
    vertical-align: middle;
}
.Header
{
    font-family: Garamond;
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
    color: #000000;
}


Any help is much appreciated as this is very very frustrating!!!!

k

First you re upload the image and you see the image path on the browser u will able to see the images but in your image path i cant able to see the images check it

http://www.studioedesigngroup.com/images/s...eting_front.jpg

their is some error

eg: if your are seeing the path u should get the image like this

http://http.cdnlayer.com/dreamincode/home/images/logo.gif

check it
User is offlineProfile CardPM
+Quote Post

girasquid
RE: Image Does Not Load In IE, Works In Firefox
4 Sep, 2008 - 07:07 PM
Post #12

Barbarbar
Group Icon

Joined: 3 Oct, 2006
Posts: 1,266



Thanked: 14 times
Dream Kudos: 650
My Contributions
Is it possible that you are uploading the images using the ASCII format, vs. the binary format? That would probably corrupt your image files.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 07:20AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month