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 way in IE?
>>
>> The code above is a fragment of a larger piece of code.
> 
> I didn't see an answer to this, to I thought I'd give it a try...
> 
> First, the only way to really debug this is to put up the real page, or, 
> better yet, a stripped
> down test page showing the problem.  So may things can affect how the 
> page is rendered that a code snippet often leaves out the critical 
> part.  Having said that, here's my guess
> 

OK. A small page with the code I'm having trouble with can be found 
here: http://keso.brasse.org/foo.html

> Change
>        div.row input
>        {
>          display: block;
>          float: left;
>          margin-bottom: 0.3em;
>        }
> to
>        div.row input
>        {
>          float: left;
>          margin: 0.3em 0;
>        }

I have tried that, and it does not have any effect on the rendering of 
the page. Maybe someone has some other ideas?

> If that doesn't

There seems to be parts of your email missing. =)

:.:: mattias
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to