Re: [css-d] Forms in IE and FF, distances between elements when using float

2006-09-15 Thread Mattias Brändström
Gunlaug Sørtun wrote: > Mattias Brändström wrote: >>>> This gives me the a small vertical space between the elements in >>>> FF and a big one (perhaps 3 times larger) in IE. What I want is >>>> the FF version. Is there some trick to get this to s

Re: [css-d] Forms in IE and FF, distances between elements when using float

2006-09-15 Thread Mattias Brändström
Roger Roelofs wrote: > Mattias, > > On Sep 13, 2006, at 4:32 PM, Mattias Brändström wrote: > >> This gives me the a small vertical space between the elements in FF and >> a big one (perhaps 3 times larger) in IE. What I want is the FF version. >> Is there some tric

[css-d] Forms in IE and FF, distances between elements when using float

2006-09-13 Thread Mattias Brändström
Hello! I am a bit new to CSS and right now I am having some trouble getting a really simple form to render the same in both IE6 and FF. This is my code: div.row { clear: both; } div.row input { display: block; float: left;