Automatic resize images IE - Joomla! Forum - community, help and support
hi,
on website images should automatically scale down when make screen smaller. in ff & chrome works fine (except last post but... don't know what's different there other posts...) real problem in ie looks really, bad. makes pictures 100% width of screen while has take width give image max-widt.
the site is: http://www.lucilight.nl
the css images:
can me out?
on website images should automatically scale down when make screen smaller. in ff & chrome works fine (except last post but... don't know what's different there other posts...) real problem in ie looks really, bad. makes pictures 100% width of screen while has take width give image max-widt.
the site is: http://www.lucilight.nl
the css images:
code: select all
#content img {
height: auto;
max-width: 100%;
}
@media screen\9 {
img {
width: auto; /* ie 8 */
}
}can me out?
anyone??
Comments
Post a Comment