Re: [css-d] Hidden UL/LI

2017-03-20 Thread Tom Livingston
Works on iPhone/up-to-date Android. This is only a start. Work in progress. But does demonstrate the question the OP asked. Getting the sub to show with hover - which is with a mouse. On Mon, Mar 20, 2017 at 8:37 PM Philippe Wittenbergh wrote: > > > On Mar 21, 2017, at 3:30

Re: [css-d] Hidden UL/LI

2017-03-20 Thread Philippe Wittenbergh
> On Mar 21, 2017, at 3:30 AM, Tom Livingston wrote: > > I have a sample here: > > https://tomliv.com/navigation-menu/index.html > > Though not perfect, you get the idea… As always, those things are not exactly friendly to keyboard users (and eventually, screen readers) as

Re: [css-d] Box Sizing

2017-03-20 Thread Crest Christopher
That answers my question :) Tom Livingston Monday, March 20, 2017 7:26 PMvia Postbox As always, the google is your friend. https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing On

Re: [css-d] Box Sizing

2017-03-20 Thread Tom Livingston
As always, the google is your friend. https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing On Mon, Mar 20, 2017 at 4:17 PM, Crest Christopher < crestchristop...@gmail.com> wrote: > There is a question. The second statement as you perceive is more of a > clarification. > > Philip Taylor

Re: [css-d] Box Sizing

2017-03-20 Thread oleg...@gmail.com
This is actually not a question - because for as question, somebody have to think, for yours in particular you just have to open a CSS3 documentation or open any good link with extensive amount of pictures - just check css tricks site, just for example. Answering your "question" would be a little

Re: [css-d] Box Sizing

2017-03-20 Thread Crest Christopher
There is a question. The second statement as you perceive is more of a clarification. Philip Taylor Monday, March 20, 2017 10:26 AMvia Postbox Your habit of phrasing questions as

Re: [css-d] Hidden UL/LI

2017-03-20 Thread Tom Livingston
This does work with touch devices I've tested, btw... On Mon, Mar 20, 2017 at 2:30 PM, Tom Livingston wrote: > I have a sample here: > > https://tomliv.com/navigation-menu/index.html > > Though not perfect, you get the idea... > > > >> -- Tom Livingston | Senior Front End

Re: [css-d] Hidden UL/LI

2017-03-20 Thread Tom Livingston
I have a sample here: https://tomliv.com/navigation-menu/index.html Though not perfect, you get the idea... On Mon, Mar 20, 2017 at 12:35 PM, GJim wrote: > > > as well as bi desk-top monitors > > Make that 'big desk-top monitors'. > > G-Jim c):{- > > -- > Custom

Re: [css-d] Hidden UL/LI

2017-03-20 Thread GJim
> as well as bi desk-top monitors Make that 'big desk-top monitors'. G-Jim c):{- -- Custom book-boxes: http://www.wyomerc.com/bookboxes/bookboxes.html Book repairs: http://www.wyomerc.com/bookrepair/bookrepairs.html My photography: http://www.gjim.com

Re: [css-d] Hidden UL/LI

2017-03-20 Thread GJim
Tom and Michelle, > Hi Michelle, > Add the hover to the "TITLE 2" , not the in the . When hovering > the , show the related submenu in that . > HTH 'Hover' doesn't work on most mobile devices, though, so your menu would not be 'mobile-friendly'. You can see how I solved this on www.rmaba.org

Re: [css-d] Box Sizing

2017-03-20 Thread Philip Taylor
Crest Christopher wrote: > I have a question regarding box sizing. > > Box Sizing: Content Box > Doesn't include the height values, only the width values, unlike border box ? > > Box Sizing: Border Box > Includes the border and padding values into the height and width values, > allowing you to

Re: [css-d] Hidden UL/LI

2017-03-20 Thread Tom Livingston
Hi Michelle, Add the hover to the "TITLE 2" , not the in the . When hovering the , show the related submenu in that . HTH On Mon, Mar 20, 2017 at 9:32 AM, Michelle Konzack wrote: > Hello *, > > I have a "Menu" with 6 items which schould be placed horizontal, which

[css-d] Hidden UL/LI

2017-03-20 Thread Michelle Konzack
Hello *, I have a "Menu" with 6 items which schould be placed horizontal, which is, what I have already gotten, but not I get headaches with two of the items which have a "Submenu" with an unknown number of items (auto- generated from PHP) which I wan to hide and show only, if I move