IE CSS MaxWidth
-
I am using the MX4 theme and the max-width css tag associated with an image is not working with IE…
Is there a work around someone has found?
Thanks
this is what i have in my header.php:
<style>
entry img {width:expression(if(this.clientWidth>300)this.width=300);}
</style>and this is in my css:
.entry img {
background-color: #ffffff;
border: 1px solid #dddddd;
/*-moz-border-radius:5px;*/
padding: 4px;
max-width: 334px;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘IE CSS MaxWidth’ is closed to new replies.