|
i just ran into a similar problem... i added a negative margin to the legend
in my IE style sheet:
legend { margin: 0 0 0 -8px; }
main style sheet:
legend { margin:0; }
it appears to have eliminated the indent from my legend tag in IE, and renders fine in all other browsers.
Last edited by coll23; 11-17-2008 at 02:45 PM..
|