Flexbox makes life a lot more fun. Though three warnings: 

flex-wrap doesn’t work in FireFox. **still**. It’s best to assume that 
everything is flex-wrap: nowrap for a good while; at last reading, they had no 
immediate plans to solve this. 

A vendor-prefixing tool is your friend. Chrome will accept the unprefixed 
syntax, Safari and Opera will not. 

Forms are tricky. <fieldset> seems to refuse to accept ‘display:flex’, no 
matter how much that I insist that it should. Same with <label>, and <textarea>

On Aug 8, 2014, at 14:49, Tim Dawson <t...@ramasaig.com> wrote:

> On 08/08/2014 13:32, Frank Taylor wrote:
>> I’m unfamiliar with the Compass syntax. However, the syntax looks old.
> I did realise it was old. I didn't realise how much difference that would 
> make. Anyway, that's how one learns.
> 
> I think I can make the transition to the new code, although some terms are so 
> completely different it may just be easier to start again.
> 
>> Here’s a quick example I threw together: http://www.cssdesk.com/PFBAX
> 
> Thanks for your offer of help.
> 
> Regards,
> 
> Tim Dawson
> 
> -- 
> Tim Dawson
> Maolbhuidhe
> Fionnphort
> Isle of Mull  PA66 6BP
> 
> 01681 700718
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to