Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image problem with IE8
#11
PHP Code:
<div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center"> <img src="tolia2.png" > </div

That should fix your problem. I test it with random picture on IE8 and image shows up.
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.
Reply
#12
Did you try it on another computer's IE?
It could just be your individual IE freakin around.
Reply
#13
PHP Code:
<div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center" <img src="tolia2.png" > </div

If he use this code it will not show the image on everyone who is using IE coz there is no ">" and the end of div start and Internet Explorer makes problem if some code is not a hundread percents corrent. IDK why ppl still use Internet Explorer? It sux.

To work properly, you just need to add ">" before img and everything will be fine. Like in my prevision post on this thread.

And yea, if you still have the problem about showing pictures, try with writing the full path of image loc.

Now... Bye bye Smile I'm going at school :S.
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.
Reply
#14
Don't use IE, use Chrome, Safari or Opera, they're much, much faster, and don't have those problems
Reply
#15
Thats not the problem, he can't force users to change their browser just to view his site. Most users are unaware of other browsers as it is! He needs it to be visible because the traffic that comes in on IE won't be able to see the image. Its not him, its them!
Reply
#16
The majority of people still use IE, so when developing sites you must still program for IE. Unfortunately, until IE goes to standards instead of doing it's own thing, this pie chart is still the order of the day.
Do you know how to make games? Do you know 3d Modeling? If so then visit
[Image: logo.png]
Reply
#17
Extasey and Grizzly are right . . .
I don't need this solution for myself . . . I just test everything on all major browsers so that the content in every browser was the same . . . Smile

Thanks Kuzmanov but it doesn't work . . . Sad
Reply
#18
<div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center"> <img src="tolia2.png" > </div>

Instead of tolia2.png enter the full path to image. ex(http://yoursite.com/images/tolia2.png) ... Maybe problem is to u, I test this code on localhost and image shows.
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.
Reply
#19
(12-22-2009, 01:30 PM)Kuzmanov Wrote: <div style="position:absolute; left:41%; right:50%; text-align:center; margin-left:auto; margin-top:8px;" align="center"> <img src="tolia2.png" > </div>

Instead of tolia2.png enter the full path to image. ex(http://yoursite.com/images/tolia2.png) ... Maybe problem is to u, I test this code on localhost and image shows.

I tried it but still IE8 doesn't works . . .

Then I deleted the <div code and wrote the code this way that works on Firefox and IE8 but not on Chrome and Safari . . .

PHP Code:
<img src="tolia2.png" style="position:absolute; left:41%; right:59%; text-align:center; margin-left:auto; margin-top:8px;" align="middle" /> 
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Image ontop of Image? rlogin 3 793 07-11-2011, 02:56 PM
Last Post: Billy Mays
  php Script IE8 Alignment Fix cortexaz 0 591 12-19-2009, 04:45 PM
Last Post: cortexaz
  Anyone ever had a problem with 1and1? [Domain Problem] Jordan L. 2 1,131 11-10-2009, 04:59 PM
Last Post: Jordan L.

Forum Jump:


Users browsing this thread: 1 Guest(s)