Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Gap Below Slideshow in Internet Explorer 8 Reply To: Gap Below Slideshow in Internet Explorer 8

#149788
Paulie_D
Member

Can’t quite track it down what’s causing it using IE10 tools…although I can see it. Could it be that the image isn’t display:block…I’ve seen this fix this sort of thing before?

However, the most obvious thing to do is change the bg color from the grey to the green

.block-showcase {
position: relative;
z-index: 1;

background-color: gray; <--- change this
background-color: #b9da89; <--- to this

min-height: 250px;
width: 100%;
vertical-align: middle;
   }

Not ideal, I appreciate, but it would make the gap essentially the right color, I think.