Quote:
Originally Posted by JLius
Is there a way to make the .gif scale along when I increase my font-size on the reader?
|
Give it a size in ems, like "width: 5em".
Quote:
And is it usefull to add "max-width: 100%" to the CSS?
|
It may be, if there is risk that the image would be too large. Don't specify height in that case, or you may end up with an squeezed image.