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

2006-09-15 Thread Gunlaug Sørtun
Mattias Brändström wrote: > [...]Is there some trick to get this to show the same way in > IE? >> >>> http://keso.brasse.org/foo.html >> div.row {height: 1%;} > That removed the gap completely in IE. If I increase the gap to 1em > (or more) it still render as no gap in IE. Any idea why

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 show the same way in IE? > >> http://keso.brasse

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

2006-09-15 Thread Gunlaug Sørtun
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 show the same >>> way in IE? > http://keso.brasse.org/foo.html Some "lose margi

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 trick to get this to show the same w

[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;