M
mouse
There is a TIFF viewer located at http://www.alternatiff.com
which I am using to view embedded images in my webpage. To properly
code the html I need to know the height of its toolbar in pixels,
since when I use for example;
<embed src="../images/engtc.tiff" width="638" height="1050">
then it generates a black bar at the right of the screen because the
numbers don't take the toolbar height into account.
The toolbar is implemented as an ActiveX control. How would I find its
height in pixels?
which I am using to view embedded images in my webpage. To properly
code the html I need to know the height of its toolbar in pixels,
since when I use for example;
<embed src="../images/engtc.tiff" width="638" height="1050">
then it generates a black bar at the right of the screen because the
numbers don't take the toolbar height into account.
The toolbar is implemented as an ActiveX control. How would I find its
height in pixels?