(12-21-2009, 02:15 PM)cortexaz Wrote: Yes of course . . .
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