+ 6
8 lines of css == easy dropdown menu .
Check it out . https://code.sololearn.com/W9pN97yBJ0Md/#html
7 Respostas
+ 16
like it
+ 5
Very good effort and rendering
+ 4
I am getting error unexpected token at line 2.
In home, about us..Product is working fine. Kindly, check.
Otherwise, nice work 🙂
+ 3
Happy to hear that @Agus
+ 3
Thank you @Ashwani , I don't know why it gives that warning exactly but I'll fix it later .
I always use the universal selector to shorten the code .
BTW I added a new code under name : auto select .
what it does is wether you click the button (select) or double click on the textarea to auto select the text .
check it out , hope you like it too .
+ 2
@Abdel..Error in your code because of JavaScript.void()
Change it to
javascript.void(0)
Error is gone.
+ 2
thank you @Kumar