FrickenTrevor
01-18-2010, 06:35 AM
Anyone know how to take this code here
<style>
img.i1 {
margin: 0 auto;
display: block;
border: 0;
}
</style>
<img class="i1" src="media/images/notepad.png" width="55px" height="55px" alt="">
and make it work for IE 6?
The code works for IE 7. But when I view my site in IE6, the images become weird.
This is not a homework asignment and my site cannot be viewed. Thanks
<style>
img.i1 {
margin: 0 auto;
display: block;
border: 0;
}
</style>
<img class="i1" src="media/images/notepad.png" width="55px" height="55px" alt="">
and make it work for IE 6?
The code works for IE 7. But when I view my site in IE6, the images become weird.
This is not a homework asignment and my site cannot be viewed. Thanks