IE Banner Error

All about creating websites!
Post Reply
User avatar
joebox
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 213
Joined: 19 Mar 2012, 18:15
12
Contact:

IE Banner Error

Post by joebox »

I'm having an issue with ie. My Banner is not loading in ie browser but in firefox it's just fine. http://www.chattunnel.com" onclick="window.open(this.href);return false;. I reedited the image and saved in rgb mode after a troubleshoot of the problem but still ie won't load properly.
Award winning Unlimited Web Hosting
$1.81/month http://www.topratedhostservice.com
3 free domains | $100.00 Free advertising credits | Free Custom website design
Image

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: IE Banner Error

Post by ayu »

Change

Code: Select all

<img width="100%" height="100%" src="http://www.chattunnel.com/banner.jpg">
To

Code: Select all

<img width="830px" height="200px" src="http://www.chattunnel.com/banner.jpg">
"The best place to hide a tree, is in a forest"

User avatar
joebox
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 213
Joined: 19 Mar 2012, 18:15
12
Contact:

Re: IE Banner Error

Post by joebox »

Thank you so much cats, it's loading in ie with px values. Why is IE so temperamental?
Award winning Unlimited Web Hosting
$1.81/month http://www.topratedhostservice.com
3 free domains | $100.00 Free advertising credits | Free Custom website design
Image

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: IE Banner Error

Post by bad_brain »

joebox wrote:Thank you so much cats, it's loading in ie with px values. Why is IE so temperamental?
because it's from MS... :lol:
like every good "we want global domination" glutton company they don't follow standards...they are trying to set their own ones which everyone else has to follow. in this case it's the standard how a website has to be displayed.
the safari browser from apple at least as worse as IE, here's what happens when apple doesn't like a font, happened on the website of a customer of mine a few days ago:

Image

it was the "helvetia" font btw, which is a total standard one and not exotic at all. :roll:
Image

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: IE Banner Error

Post by ayu »

bad_brain wrote: it was the "helvetia" font btw, which is a total standard one and not exotic at all. :roll:
haha that's so annoying xD >_<
"The best place to hide a tree, is in a forest"

User avatar
joebox
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 213
Joined: 19 Mar 2012, 18:15
12
Contact:

Re: IE Banner Error

Post by joebox »

I was going to say the same thing but you beat me to it. In my opinion it's bad for microsoft and apple. I haven't used IE for my default browser in over 7 years but really who keeps count? It's the coders who should set the standards not the browsers. That font looks horrible! I bet your really angry and frustrated. I am even though I have no errors but because I have to test every browser after site updates.
Award winning Unlimited Web Hosting
$1.81/month http://www.topratedhostservice.com
3 free domains | $100.00 Free advertising credits | Free Custom website design
Image

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Re: IE Banner Error

Post by bad_brain »

when IE messes up a site you can sometimes save a lot of work by checking if the site is displayed properly in another IE version (F12->browser mode)...if it does you can force IE to display it in that mode (like telling IE9 to display a site like IE8).

have a look here:
http://msdn.microsoft.com/en-us/library ... px#SetMode" onclick="window.open(this.href);return false;

:wink:
Image

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: IE Banner Error

Post by ayu »

Or do something like this x)

Code: Select all

http://www.theverge.com/2012/6/14/3084527/ie7-tax-kogan-electronics-store
"The best place to hide a tree, is in a forest"

User avatar
joebox
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 213
Joined: 19 Mar 2012, 18:15
12
Contact:

Re: IE Banner Error

Post by joebox »

Emulating is pretty sweet, great code in the matter haven't used ie in years no need to upgrade so if users don't have IE upgrades thats fine.
Award winning Unlimited Web Hosting
$1.81/month http://www.topratedhostservice.com
3 free domains | $100.00 Free advertising credits | Free Custom website design
Image

Post Reply