Ive got a web page, and when it is drawn in firefox, my table (which has rounded images in the top left / right cells) is fine.
When I draw it in ie7, I can see a faint border round the image.
The code produced via the css / asp.net is the same in both browsers, and is;
So how do I prevent the appearance of the border around the
table in ie7 ?
When I draw it in ie7, I can see a faint border round the image.
The code produced via the css / asp.net is the same in both browsers, and is;
Code:
<Table cellspacing="0" rules="all" border="1" id="grdClaims" style="border-style:None;width:100%;border-collapse:collapse;">
So how do I prevent the appearance of the border around the
table in ie7 ?