how come when i position an image relatively when i have set the image in a %, i cant find it anywhere on the screen??
example
#capbuff1 {position: absolute; left:40px; top:1px}
<div id="capbuff1">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"images/photo1.gif" width="26%" height="40%" >
</div>
example
#capbuff1 {position: absolute; left:40px; top:1px}
<div id="capbuff1">
<img src=http://www.webdeveloper.com/forum/archive/index.php/"images/photo1.gif" width="26%" height="40%" >
</div>