Quote:
Originally Posted by Turtle91
Code:
<div class="whatever"><img alt="" src="../Images/example.jpg" /></div>
with CSS:
.whatever {width:100%; max-width:9999px}
|
Thank you for that! I've always put the width instruction inline, but I am tempted to do it your way in the future, just so I can have a style entitled
whatever, tee hee.
Does min-width also work in a situation like that? Say width:30%; min-width:130px?