-----Ursprüngliche Nachricht-----
Von: Chris Stratford [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 17. März 2004 11:21
An: Web Standards Group
Betreff: [WSG] Only IE or Actual CSS Rule

 > Hey People,
 > I dont know where to begin looking, but is this a rule, or has IE just invented 
 > this...
 > whenever I make a form, i need to add the style:
 > margin: 0px;
 > to the <form> tag, so that there isnt a 10 or so pixel gap at the closing of the 
 > form...
 > is this default???
 > I dont think so, because firefox doesn't seem to do this...
 > or any other browser...
 > but maybe i just havn't looked into it enough.
 > just wondering!
 > Cheers!

 
I think, that's a problem of IE's rendering engine. I'm always using this workaround

    form { display:inline; }

to obviate that tricky gap.


Marco Della Pina
[EMAIL PROTECTED]
http://www.virtual-identity.com 
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************

Reply via email to