Re: What's wrong with this code?

2018-03-19 Thread Remi Grumeau
section .row > input[type=radio] + label, section .row > input[type=checkbox] + label, section .row > .toggle + label { width: 100%; max-width: 100%; } https://github.com/EmyLibrary/emy/blob/cbf65d893925ebec7b2bb3325c6c3190adc2bc60/emy/themes/emy/main.css#L362

Re: What's wrong with this code?

2018-03-19 Thread linedicons...@gmail.com
Hey Remil - bonus point : label should be after the div, not before it. can't remember exactly why but there is a CSS selector reason for that. I am curious about this, Look new to me... any reference? Thank you On Mon, Mar 19, 2018 at 2:59 AM, Remi Grumeau wrote: >

Re: What's wrong with this code?

2018-03-19 Thread Remi Grumeau
You can change « for » & « id » value by whatever you want btw :) https://www.w3schools.com/tags/att_label_for.asp Remi GRUMEAU 06.63.68.72.06 https://remi-grumeau.com > Le 19 mars 2018 à 07:44, Rune Back a écrit : > > My code was... > > > Living? > > > >

Re: What's wrong with this code?

2018-03-19 Thread Rune Back
My code was... Living? ...when it should be something like this... Living? Thanks again, Remi! 2018-03-18 0:48 GMT+02:00 Remi Grumeau : > Two errors in fact :) > - Input should be a checkbox, not hidden. Otherwise, browser

Re: What's wrong with this code?

2018-03-17 Thread Remi Grumeau
Two errors in fact :) - Input should be a checkbox, not hidden. Otherwise, browser cannot toggle its value. - you must set an "id" attribute on the input + a "for" attribute on the label, so wihen you click on the label, it toggle the input value. Label goes 100% width, on top of the toggle. See

Re: What's wrong with this code?

2018-03-17 Thread linedicons...@gmail.com
HI Rune. what are you try to archive? There are many errors on that HTML - missing for attribute - not sure what you want to archive with the Input Thank you On Sat, Mar 17, 2018 at 11:33 AM, Mogens Beltoft wrote: > “Unexpected end of file?” :) > > I can’t see any code. >

Re: What's wrong with this code?

2018-03-17 Thread Mogens Beltoft
“Unexpected end of file?” :) I can’t see any code. /Mogens > On 17 Mar 2018, at 12.33, Rune Back wrote: > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from

What's wrong with this code?

2018-03-17 Thread Rune Back
Living? Thankful for any help, Rune -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to iphonewebdev+unsubscr...@googlegroups.com. To post to