I'm using a black 1x1 GIF to border a table cell. The tag for the vertical borders is along the lines of <IMG src="gif" height="100%" width="1">. Internet Explorer stretches the GIF to fill the entire table cell height, so regardless of the text size selected on the browser the border looks correct. In other words the 100% appears to apply to the height of the cell where the image is being rendered. In contrast in NN the GIF stays as 1x1 in other words the 100% appears to be being applied to the image size itself.
So my question is - how can I get NN to stretch the GIF to fill the cell height?