<span id="theSpan"><img src="image1.gif"></span> <script> if (document.layers){ w=document.layers["theSpan"].clip.width; } else if (document.all && !document.getElementById){ w=document.all["theSpan"].offsetWidth; } else if(document.getElementById){ w=document.getElementById("theSpan").offsetWidth; } alert(w); </script>
Jump To Top of Thread