Forum Moderators: open
i have an image of height = 200 px. i want to put it in a DIV which is 200 px in height and has a border of 1px all around to give a look of only the image (without any padding) and the border around it. unfortunately, this works as desired in opera 6, mozilla and IE, but opera 7 seems to miss the bottom border. perhaps it is calculating the 1px border INTO the "200px height" which means my image only has 199px to hold it, and thus overlaps the bottom border.
what can i do to solve this? how can i define borders in a cross-browser way?
thanks for any thoughts/ideas!