[css-d] styling a menu button using pseudo elements

2015-05-30 Thread Erik Visser
Hi all, I've implemented a menu for smaller screens ( 584px and smaller ): Works quite well. (any comments welcome) But Only thing is that i can't get the menu button looking the same on Android (4.2.2). and my browsers (safari/firefox/chrome) on mac os x. That is, using the same css,

Re: [css-d] Styling a menu

2014-10-16 Thread Eric
Peredur, I looks like this is a university's directory page/site. If so: university = younger people younger people = modern browsers So, if this were my page I'd use flexbox and make life easy and lighten the code Flexbox on caniuse.com http://caniuse.com/#feat=flexbox Just my US$0.02

Re: [css-d] Styling a menu

2014-10-16 Thread Peredur
El 16/10/14 a las 23:01, Eric escribió: Peredur, I looks like this is a university's directory page/site. Well. It's a company working with potential university students. Mainly potential students from outside of the UK. Not sure how much we can generalise about what they might have or

[css-d] Styling a menu

2014-10-15 Thread Peredur
I imagine that this will turn out to be a very simple question, but never one to avoid displaying my own ignorance, here goes... I'm trying to create a layout for a website that is in dire need of attention and this (URL below) is a mockup of something approaching what I'm aiming for:

Re: [css-d] Styling a menu

2014-10-15 Thread David Laakso
On Wed, Oct 15, 2014 at 1:04 PM, Peredur pere...@peredur.net wrote: I imagine that this will turn out to be a very simple question, but never one to avoid displaying my own ignorance, here goes... I'm trying to create a layout for a website that is in dire need of attention and this (URL

Re: [css-d] Styling a menu

2014-10-15 Thread Peredur
El 15/10/14 a las #4, David Laakso escribió: Peter, One way to do that is to put the nav after the footer in the markup. And then absolute position the nav into a block [article] of padding. Once you get to the media queries, the amount of padding needed can be tweaked-- less needed at

Re: [css-d] Styling a menu

2014-10-15 Thread John Andrews
Thanks, too. I think I can use this. Sitting on the sidelines, learning. --- John Andrews On Wed, Oct 15, 2014 at 4:45 PM, Peredur pere...@peredur.net wrote: El 15/10/14 a las #4, David Laakso escribió: Peter, One way to do that is to put the nav after the footer in the markup. And

Re: [css-d] Styling a menu

2014-10-15 Thread Philippe Wittenbergh
Le 16 oct. 2014 à 05:28, David Laakso laakso.davi...@gmail.com a écrit : One way to do that is to put the nav after the footer in the markup. And then absolute position the nav into a block [article] of padding. Once you get to the media queries, the amount of padding needed can be tweaked--