I’m taking my first steps with jquery. Simple script I found on a website but it seems to work in Firefox but not in IE8
I’ve compared the original site with my script but i can’t find any difference. Maybe you can find the error
Header
HTML
CSS
Code:
.afbeeldingen{
height: 240px;
width: 240px;
padding: 0;
margin: 0;
}
.afbeeldingen img {
padding: 15px;
border: 1px solid #ccc;
background-color: #eee;
width: 200px;
height: 200px;
top: 0;
left: 0
}
In IE8 it just shows the three images like if there was no script