CSS Rollover :hover image not rolling over in IE8?

I think it is invisible because of this css.

I think it is invisible because of this css: . Inschrijven span{display: none;} You have set inside your link but then you have made it invisible with above CSS, so you can't see it and therefore can't click it. Try removing below CSS and then see: .

Inschrijven span{display: none;}.

Sure, but that would display the text on top of the image. And even then the image will only rollover when you're on the text, not the rest of the image. – skerit Jul 19 '10 at 8:42.

I couldn't find a similar case, and every other button seemed to work in IE8, but here's my solution: Leave the span empty. No space needed, do not hide it. Set a padding for this span, adjusted to the image dimension: .

Inschrijven span {padding:5px 230px 145px;}.

Im not sure what your issue is, it works fine for me although as the others have noted your span is invisible. jsfiddle.net/F2XJs/2/ jsfiddle.net/F2XJs/3/ has everything working, and commented, also, it achieves your requirements with the text without using a span :).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions