F
find clausen
Is it possible to get the width of a picture:
<img src="../graphics/press/bw21.jpg" width=400 height=555 alt=""
border="0">
the make a box be exactly the width of the picture:
document.write('<div class="box" style="width:'+ w +'px">');
<img src="../graphics/press/bw21.jpg" width=400 height=555 alt=""
border="0">
the make a box be exactly the width of the picture:
document.write('<div class="box" style="width:'+ w +'px">');