Images do not render properly in IE10

Elizabeth

New Member
Messages
14
Hello.

I own this website Bay Roberts Weather.

I am currently upgrading the site. When I go to it now it renders correctly on IE10 for the desktop, but in modern IE10 the image of the construction sign does not render. Either there is something wrong with my IE10 settings or, if other people have the same problem in modern IE10, there is something wrong with the way I reference the image in my HTML that modern IE10 does not like.

Can anyone steer me in the right direction to solve this minor issue?:confused:
 

My Computer

System One

  • OS
    Wndows 8
see the same info on both but modern ie10 everything is a bit smaller
 

My Computer

System One

  • OS
    Windows 10 Pro + 8.1 pro and 7 Utimate
    Computer type
    PC/Desktop
    CPU
    i3 2.53GHz
Hello,

I am using IE10 and I don't even see a construction sign. Did you remove it? Anyway, you first need to fix some markup errors if you want your site to be compliant to:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
(this statement is coded at the top of your webpage)

So, go here and enter your URL to reveal the markup errors. You do have a few that are easy to fix:
The W3C Markup Validation Service

Next, you might want to try the HTML5 validator as well.
Ready to validate - Nu Markup Validation Service - W3C

Does modern IE10 rely on HTML5 compliance? I personally don't know.

Anyway, fix your current markup problems and retest your site.

Good luck.
 

My Computer

System One

  • OS
    Windows 8
    Computer type
    PC/Desktop
Back
Top