css - div showing up twice in IE -


i'm finished site , reason it's not appearing wanted in ie. div "content" (with top border) showing twice - once content in it, centered, , again below navigation, aligned left , no content in it. showing fine in safari , firefox.

here css code: #content {

#content {     position:relative;     top: 50px;     width:900px;     height:580px;     border-top-color:#000000;     border-top-style: solid;     border-top-width:1px; } 

and here link site: http://www.thomas-collection.eu/home.html

thank you!

validating html fix problem (you have open div among other things.)

http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.thomas-collection.eu%2fhome.html


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -