Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image problem with IE8
#6
(12-21-2009, 02:15 PM)cortexaz Wrote: Yes of course . . . Smile

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

IE is very angry when you use tags wrong.
The image tag REQUIRES width="" height="" and alt="" attributes, I'm not sure if that solves your problem(didn't touched IE ages ago)
Try this img tag

Code:
<img src="tolia2.png" width="100" height="100" alt="Some text" />

Also at the div you have a syntax error
Code:
right::51%

It's only : not "::"
And you didn't close (>) the first div tag
Reply


Messages In This Thread
Image problem with IE8 - by cortexaz - 12-21-2009, 02:04 PM
RE: Image problem with IE8 - by RPicard - 12-21-2009, 02:07 PM
RE: Image problem with IE8 - by cortexaz - 12-21-2009, 02:15 PM
RE: Image problem with IE8 - by Grizzly - 12-21-2009, 02:17 PM
RE: Image problem with IE8 - by cortexaz - 12-21-2009, 02:19 PM
RE: Image problem with IE8 - by Gaijin - 12-21-2009, 02:29 PM
RE: Image problem with IE8 - by cortexaz - 12-21-2009, 02:43 PM
RE: Image problem with IE8 - by RPicard - 12-21-2009, 04:17 PM
RE: Image problem with IE8 - by Gaijin - 12-21-2009, 09:39 PM
RE: Image problem with IE8 - by cortexaz - 12-22-2009, 03:27 AM
RE: Image problem with IE8 - by geeK - 12-22-2009, 03:52 AM
RE: Image problem with IE8 - by Extasey - 12-22-2009, 04:46 AM
RE: Image problem with IE8 - by geeK - 12-22-2009, 04:55 AM
RE: Image problem with IE8 - by Cida - 12-22-2009, 05:04 AM
RE: Image problem with IE8 - by Extasey - 12-22-2009, 05:13 AM
RE: Image problem with IE8 - by Grizzly - 12-22-2009, 06:14 AM
RE: Image problem with IE8 - by cortexaz - 12-22-2009, 12:11 PM
RE: Image problem with IE8 - by geeK - 12-22-2009, 01:30 PM
RE: Image problem with IE8 - by cortexaz - 12-23-2009, 01:04 PM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)