XHTML 1.0 & I.E. 7 Question and Help, Need help with XHTML 1.0 and I.E. 7 |
XHTML 1.0 & I.E. 7 Question and Help, Need help with XHTML 1.0 and I.E. 7 |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Feb 2007 Member No: 501,636 ![]() |
I have a help question to anyone that can help me.
I noticed that Internet Explorer 7 isn't reading my images properly and scrollbars are appearing around my images, and making them unclickable for the the images I use as links. I use a Mac, and run Safari as my main browser, and I have 13 other browsers installed also, and they all work fine with my website. But visitors using the Windows version of I.E. 7 can't properly view my page, so I had to switch back to HTML 4.1 Here is my code that is not working properly: <code> <p class="center"> <a href="http://www.w3c.org" target="_blank"> <object data="images/xhtml_1_compliant.png" type="image/png"></object> </a> </p> </code> I had to take out the <object> tag and replace it with the <img> tag for it to work in I.E. 7 on Windows. Can anyone help me with this issue? Is my code incorrect? Or is it just another wonderful MS product that refuses to work properly? |
|
|
![]() |
*mipadi* |
![]()
Post
#2
|
Guest ![]() |
XHTML 2.0 isn't nearly finalized yet, which is why browsers don't support it.
I'd just use the <img> tag. As far as I know, it hasn't been deprecated in either XHTML 1.0 or XHTML 1.1, and works fine in any browser. |
|
|
![]() ![]() |