PHP interesse |
|
HTML
<img src='http://somewebsite.com/300.jpg' alt='300 The Movie' class='cover'>
<img src='http://somewebsite.com/300.jpg' alt='300 The Movie' class='cover'>
CSS
img.cover {max-width:150px;}
img.cover {max-width:150px;}
Alleen in FireFox 'luistert' de HTML naar de CSS, maar in IE toont de afbeelding zich toch veel groter dan 150px...
Kan iemand mij helpen?
Alvast bedankt
|