Re: [css-d] Grid Columns and Frustrations

2014-10-09 Thread Karl DeSaulniers
I will just throw this out there for choice not for promotion. The framework I got my little experience from was twitter bootsrap. It does have a slight learning curve, but I had to dive head first on a project and learn on the fly with it. I only had 4 weeks to do the project too and I

Re: [css-d] Grid Columns and Frustrations

2014-10-09 Thread Karl DeSaulniers
Just found this too. http://thisisdallas.github.io/Simple-Grid/ Its a grid. not a framework. no bloat. Might be exactly what you need. :) Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Oct 9, 2014, at 1:00 AM, Karl DeSaulniers k...@designdrumm.com wrote: I will just throw

Re: [css-d] Grid Columns and Frustrations

2014-10-09 Thread MiB
okt 9 2014 08:03 Karl DeSaulniers k...@designdrumm.com: Just found this too. http://thisisdallas.github.io/Simple-Grid/ Its a grid. not a framework. no bloat. Might be exactly what you need. :) Well, it got my attention so must be good then! I haven’t got the time to investigate it

[css-d] Dropdown menu not working on Safari

2014-10-09 Thread Yasha
I’m building an HTML website (which can be seen here: http://ansechastanet.com/beta/default.html) but I am having an issue with the drop down menus when viewed on Safari. On Firefox, Chrome, and all other browsers, the drop down menu works fine however on Safari, for some reason the drop down

Re: [css-d] Dropdown menu not working on Safari

2014-10-09 Thread GJim
Howdy Yasha, ~~~ Thursday, October 9, 2014, 11:20:58 AM (USA 'Somewhere on-the-road time-zone'), you wrote the message that appears below. My reply appears here and/or interspersed within your message. ~~~ On Firefox, Chrome, and all other browsers, the drop down menu works fine however on

Re: [css-d] Dropdown menu not working on Safari

2014-10-09 Thread Tom Livingston
.responsive_menu in anse_style_combined.css, line 47, has overflow:hidden; disabling that in Safari Inspector allowed the menus to show. HTH On Thu, Oct 9, 2014 at 11:28 AM, GJim jarne...@wyomerc.com wrote: Howdy Yasha, ~~~ Thursday, October 9, 2014, 11:20:58 AM (USA 'Somewhere on-the-road

Re: [css-d] Dropdown menu not working on Safari

2014-10-09 Thread Yasha
You guys are brilliant! Problem solved. Thank you very very much for the help. Yasha On Oct 9, 2014, at 11:43 AM, Tom Livingston tom...@gmail.com wrote: .responsive_menu in anse_style_combined.css, line 47, has overflow:hidden; disabling that in Safari Inspector allowed the menus to show.

[css-d] Flex box help

2014-10-09 Thread Darren Brierton
Hello I've been trying to familiarise myself with the new Flexible Box Layout stuff now recent browser support is getting good. I thought I would start with a layout I am often asked to do (or some variant): - A footer with three columns, the 1st flush against the left edge of the footer, the

Re: [css-d] Flex box help

2014-10-09 Thread Chris Rockwell
(Does anyone have the faintest idea what I'm talking about? ;-) I'm not sure I follow, actually. Are you only talking about the 3rd column, #external? What do you expect to happen when the width of the container forces the li to break to another line? Lastly, does anyone know a really good

Re: [css-d] Flex box help

2014-10-09 Thread Darren Brierton
Thanks for replying Chris. My answers are below: On 9 Oct 2014, at 18:59, Chris Rockwell ch...@chrisrockwell.com wrote: (Does anyone have the faintest idea what I'm talking about? ;-) I'm not sure I follow, actually. Are you only talking about the 3rd column, #external? What do you expect

Re: [css-d] Flex box help

2014-10-09 Thread Eric
Darren, I've been working with flex-box for some time now. It does take a bit of re-thinking how layout works. flex-basis is the sub-property you'll need for this issue - http://css-tricks.com/almanac/properties/f/flex-basis/ Solved By Flexbox

[css-d] Flexbox minimum width of flex-items (was Flex box help)

2014-10-09 Thread Philippe Wittenbergh
(forking from the 'Flex box help thread) Chris Rockwell ch...@chrisrockwell.com wrote : Have you seen http://css-tricks.com/snippets/css/a-guide-to-flexbox/? Be careful with that one. While in general it is quite good, it is not up to date with the spec anymore. One of the most important