IE8 image problem

newdesigner

New Member
IE image problem, part images alone showing

HI everyone I am new here and I would like some help with one problem I am having with a website. The website is www.vintagecarrentalstt.com the problem is only happening with IE8, the problem is when I view the website with IE8 the whole big picture in the gallery doesnt show up, it shows about 3/4 of the picture, but in other browsers like chrome and firefox it shows completely, i have been trying to fix this 2 days now but I cant see to figure it out, i think it may be a small coding error in the CSS file, any help will be greatly appreciated.
 
Last edited:

smoovo

New Member
I didn't follow all the way down, but i captured your screen first on IE8 and it seems that it calculate the 598px that you give to the "image-wrapper" from the top 0 point instead of the end point of your header (150px).

I suggest you should look for the problem on top. I saw you are using position absolute and top=0, so your wrapper stuck on the top 0 point.

You can try also to give this div "overflow:visible;" to see what happening.

Let us know if you are solving this issue.
 
Top