If you are anything like me you hate how you have to resize images for fixed width layouts. I use this code in my upcoming redesign which will launch very soon.
#textArea img {
max-width: 100%;
}
#textArea img:hover {
max-width: none;
} If you are anything like me you hate how you have to resize images for fixed width layouts. I use this code in my upcoming redesign which will launch very soon.
#textArea img {
max-width: 100%;
}
#textArea img:hover {
max-width: none;
}