Custom select menu - CSS only

  Рет қаралды 150,086

Kevin Powell

Kevin Powell

Күн бұрын

Пікірлер: 193
@RANKKY9
@RANKKY9 4 жыл бұрын
Kevin: pointer-events: none; Me: 🤯🤯🤯
@kenny123451
@kenny123451 4 жыл бұрын
Thank you! pointer-events:none; Is a lifesaver! In my current project, I started to write Js to make stuff at the background clickable.... :D You saved me a lot of hours!
@TomAinsworth94
@TomAinsworth94 Жыл бұрын
I’ve struggling to get something like this together at work today, and your video is perfect to get me started! Thanks as always Kevin
@andriilukianenko8106
@andriilukianenko8106 3 жыл бұрын
I don't think I will ever be able to fully comprehend CSS, but Kevin's content makes me feel I know some tips and hacks :D
@mostafagh3573
@mostafagh3573 Жыл бұрын
you saved my day and my mental health in one move, god bless you .
@bijayaadhikari442
@bijayaadhikari442 4 жыл бұрын
Scrimba is great, not just to learn, practice every moment.
@mrabhijitrabha
@mrabhijitrabha Жыл бұрын
pointer-event: none; made my day, thank you master ❤️
@ThiagoVieira91
@ThiagoVieira91 4 жыл бұрын
Me: "WTF!? How I'm going to build this context tooltip? The icon is messing everything!" Kevin: pointer-events: none; Me: 🤯
@s.fofandi
@s.fofandi 4 жыл бұрын
I did a similar custom select input on one of my project another thing you can do when doing something like this is have an SVG with your up and down arrows and use that as the background of the select element. then with repeat: none, position: right, and size: 100% auto, you can place it to the right. this prevents you from having multiple classes and an extra dom element for an effect like that. that being said OBVIOUSLY there are 1001 ways of doing whatever you want in CSS (that pointer-events thing was brilliant)
@MikeyRussell88
@MikeyRussell88 4 жыл бұрын
It's a real shame that even today css doesn't provide ways to style these elements. For security I can understand they cannot be fully customisable but the basics like colours borders arrow styles should be available to the user without needing hacks. Maybe in CSS 4 eh?
@pablowbk
@pablowbk 4 жыл бұрын
I came for the tshirt, stayed for the content 😎
@md.mirazuddin364
@md.mirazuddin364 3 жыл бұрын
Thanks again for making such incredible video. pointer-events: none. that was a life saver.
@mke7605
@mke7605 4 жыл бұрын
On firefox this doesn't seem to behave. Setting the color for the select results in Firefox on my machine in in a nicely colored object, but the option list is still white. On Chrome it behaves like expected though.
@manosmenexis3160
@manosmenexis3160 4 жыл бұрын
You could use a transformX for the arrows and then add top to the ::before and bottom to the ::after. That way it would be the same number.
@kiliusz
@kiliusz 4 жыл бұрын
pointer-events: none Very nice tip.
@abnerwillys
@abnerwillys 4 жыл бұрын
Amazing video man. I'm a Dev jr on stack JS, and this video helps very much. Thanks and best regards from Brazil.
@yitzchaksviridyuk932
@yitzchaksviridyuk932 3 жыл бұрын
Appreciate your content so much that I don't skip a lot of the ads on your videos. 😄
@khalilmahmoodiyan975
@khalilmahmoodiyan975 Жыл бұрын
Awesome. I was looking for this for many days
@MohammadAbdulHyeShaon
@MohammadAbdulHyeShaon 4 жыл бұрын
Excellent...Go Ahead my dear....
@arsaurabh6044
@arsaurabh6044 2 жыл бұрын
This was a cool video. Learned a lot. And that border trick was pretty neat.
@chrisj.2611
@chrisj.2611 4 жыл бұрын
Quite a nice trick. But personally i would use font awesome for example for the arrow (unless you dont want to use any outside stylesheet). But this gets rid of the before and after pseudo element.
@bishwajitsarkar8873
@bishwajitsarkar8873 Жыл бұрын
it's a real helpful.Thank you sir, for the tutorial.
@zvelkimD
@zvelkimD 4 жыл бұрын
Super! Always nice to see even experts have trouble with top and translate properties :D
@captaindesign
@captaindesign 4 жыл бұрын
Excellent tutorial, thanks Kevin!
@Markor91
@Markor91 2 жыл бұрын
It works like a charm, thank you!
@elvingonzalez8932
@elvingonzalez8932 8 ай бұрын
Please. how to change the blue background hover option??
@viktorbublic
@viktorbublic 4 жыл бұрын
This is great. Thank you.
@KevinPowell
@KevinPowell 4 жыл бұрын
You're very welcome!
@ChillCityNaveen
@ChillCityNaveen 4 жыл бұрын
Awesome trick to create triangles thanks kevin:)
@giorgimindiashvili3810
@giorgimindiashvili3810 2 жыл бұрын
i love u man i love u always when i watching your videos i always found something new bravo
@elcolo77
@elcolo77 2 жыл бұрын
Wow, nice and usefull video!!! Thanks for everyday's rising learning curve!
@seathwolf5610
@seathwolf5610 4 жыл бұрын
You are the best teacher!!!! Thank you for all your videos.
@c__beck
@c__beck 4 жыл бұрын
You have the best shirts, Kevin!
@KevinPowell
@KevinPowell 4 жыл бұрын
Thanks, this is def. one of my favourites :)
@BloodyClash
@BloodyClash 4 жыл бұрын
oooh. just noticed...is that a zelda shirt ?
@c__beck
@c__beck 4 жыл бұрын
@@BloodyClash it is!
@BloodyClash
@BloodyClash 4 жыл бұрын
@@c__beck Cool. I love Zelda Stuff (maybe not the biggest fan in the world but still love it)
@miracleio8555
@miracleio8555 4 жыл бұрын
Another Awesome trick, Thank you Kevin!
@AjayKumar-pn5yy
@AjayKumar-pn5yy 2 жыл бұрын
You are awesome Kevin ❤️❤️❤️
@nickwoodward819
@nickwoodward819 3 жыл бұрын
The differences, afaik, between inline-block and block, is that for the former you're using inline-block instead of flex, and for the latter you're using block instead of flex HTH :)
@glenn4140
@glenn4140 3 жыл бұрын
Thank you Kevin. You are so helpful!
@DavidAshby1
@DavidAshby1 3 жыл бұрын
Hi Kevin, thanks for another great tutorial. I have one question though. When I put the dropdown in a container that spans the full width of the screen the custom arrow moves to the far right of the screen so I have ended up creating another container within to hold the dropdown which keeps the elements together (although we have done positioning relative and absolute). Shouldn't the position: absolute; on the custom arrow keep its position no matter the width of the viewport ?
@_Valentin
@_Valentin 2 жыл бұрын
I have the same problem and i dont understand how to fix it :(
@mattmarkus4868
@mattmarkus4868 2 жыл бұрын
Great video, but how do you change the blue hover highlight color on the options? Chrome is blue, Edge is dark grey, etc. Is that possible?
@mdyousufgazi4030
@mdyousufgazi4030 4 жыл бұрын
awesome video! loved it
@KevinPowell
@KevinPowell 4 жыл бұрын
So glad!
@Avinash.i1Brand
@Avinash.i1Brand Жыл бұрын
You saved my time by pointer events property. Thank you Kevin. Much love 💕
@arseneawounou180
@arseneawounou180 4 жыл бұрын
Maybe you dunno but you're doing a great job and teaching a lotta people in the world! Thanks! ✨
@nonchalant8473
@nonchalant8473 4 жыл бұрын
Great tutorial! Thanks
@waelmoh
@waelmoh 4 жыл бұрын
pointer event, I didn't know anything about this before :D ThanQ
@bhalchandragaikwad1605
@bhalchandragaikwad1605 4 жыл бұрын
hi, i understood who to customize "select" things. BUT i want to change background color and selection color of "option" things. how to do this? please explain
@GSYSYT
@GSYSYT 4 жыл бұрын
You don't. It's not possible to style options in a good way. You need custom markup and JS for that.
@abdiasmigaud2647
@abdiasmigaud2647 2 жыл бұрын
Thank you very much for this video.
@MsElsospechoso28
@MsElsospechoso28 4 жыл бұрын
looking good on that zelda shirt
@j.almadhaji
@j.almadhaji 4 жыл бұрын
I enjoy watching you ❤
@0the0ambient0
@0the0ambient0 4 жыл бұрын
Thanks for another great tutorial.
@segsfault
@segsfault 3 жыл бұрын
Kevin: pointer-events: none; Me: What De Fok 🤯
@abdulrahmannasser1079
@abdulrahmannasser1079 3 жыл бұрын
My opinion is to replace these custom icons to arrow up icon from font-awesome
@bahaajasim3793
@bahaajasim3793 3 жыл бұрын
Thank you Kevin
@lucass.p9579
@lucass.p9579 4 жыл бұрын
Great video. I'll do something like that in one of my project, because these difference between the browsers inputs/selects is annoying. And btw now Chrome has a super weird black outline on any type of focus.
@adao5308
@adao5308 3 жыл бұрын
Try using :focus {outline:none} on the property if you're still having that problem.
@RobertFerentz
@RobertFerentz 3 жыл бұрын
Anyone know why chrome doesn't seem to set the background color for options given on the select element like it shows in this video? It's annoying.
@MyDistortedWorld
@MyDistortedWorld 4 жыл бұрын
Nice Kevin! Thanks man 👍
@SunilKumar-jc5cb
@SunilKumar-jc5cb 4 жыл бұрын
Can you please give me the list of HOVER CSS? Because I have tried to change the hover background color(default color blue) not able to change that. Can you please help me out with this?
@newentu
@newentu Жыл бұрын
Excelente tutorial!
@jaswanthsimha1418
@jaswanthsimha1418 3 жыл бұрын
How do you select all the elements inside a div that has an id called header?
@vojka2973
@vojka2973 4 жыл бұрын
everything is fine but when I select an option in firefox, the select box shrinks however it wants, in chrome is fine... why is that ? do you know how to fix this ? ty
3 жыл бұрын
How can I make the same styling but with input and datalist?
@m2kdevelopments
@m2kdevelopments 3 жыл бұрын
Awesome video
@j0ca1995
@j0ca1995 4 жыл бұрын
Great video!
@tostuk2528
@tostuk2528 3 жыл бұрын
What are the meta and link tags in the beginning of the video?
@abstrxtinfinity
@abstrxtinfinity 2 жыл бұрын
Can we style the options part of the dropdown somehow? like when we hover them or select them.
@phandikhang9668
@phandikhang9668 2 жыл бұрын
Help How to link option with page but not use card a?
@muralidharan4216
@muralidharan4216 3 жыл бұрын
How to change the options hover blue color ? Thanks In Advance...!!!
@azhardanii
@azhardanii 2 жыл бұрын
amaziinggg sir, but any method to change hover color on selection option items? its soo difficult for mee, pleaseee helpp 🙏😭
@LukeDorny
@LukeDorny 4 жыл бұрын
Could you make video with a couple of uses for clip path? Thanks, Kevin!
@mohdshanu
@mohdshanu 4 жыл бұрын
Is it possible to change option items design?
@nickwoodward819
@nickwoodward819 3 жыл бұрын
Love this, but out of interest, do you know of a good source on how to make a completely custom select element?
@benjaminhammond7925
@benjaminhammond7925 4 жыл бұрын
Have you found a way to change the select's options background color???
@alf1712
@alf1712 3 жыл бұрын
Is it possible to align right the items inside the select list?
@Sisier
@Sisier 4 жыл бұрын
Nice video !!! very useful
@vladislav.c
@vladislav.c 3 жыл бұрын
Thanks a lot. And i have a question. Is there any way customize select using just css, but instead of text in option use images. Or use text and images in option.
@parthosarkar5270
@parthosarkar5270 3 жыл бұрын
How do I edit the padding of the options?
@shulehr
@shulehr 2 жыл бұрын
very good tutorial
@VenkateshMps
@VenkateshMps 4 жыл бұрын
Is any way available for change the active or focus background in the select list
@shaunbowen
@shaunbowen 4 жыл бұрын
For the vertical positioning of the triangles, wouldn't it be better to use something like top: calc(50% - 0.2em) and bottom: calc(50% - 0.2em) respectively? Then you can adjust the triangle size and always have them spaced 0.4em apart in the centre?
@neo4now
@neo4now 4 жыл бұрын
Hi Kevin! would you consider break down and show how can you accoplishe gradian animation at the top of this page 'stripe.com' because for the love of god I just can not figure it out. (I know you have a video on some gradien animation but this once seams totaly diffrent). take care:)
@presidiun
@presidiun 4 жыл бұрын
very nice. I have a question how do you style the drop down menu so that it moves slightly up?
@JamesWelbes
@JamesWelbes 4 жыл бұрын
I prefer the per class model because when you subscribe, if you stop paying you lose access to everything. When you buy a class you get it forever
@АнтонФомичев-щ2ю
@АнтонФомичев-щ2ю Жыл бұрын
MDN Permitted content for : Zero or more or elements. So, could not be nested with the element
@mattwood8659
@mattwood8659 4 жыл бұрын
I was excited to see this at first. I really wanted a more consistent width for the options across the browsers but I'm a little disappointed you didn't do that. Is it possible at all to style the select options?
@texno5440
@texno5440 4 жыл бұрын
not this js
@vojislavdjuric8856
@vojislavdjuric8856 9 ай бұрын
Nice. Thank you.
@onur-9158
@onur-9158 2 жыл бұрын
how to change that option hover color blue ?
@blackpurple9163
@blackpurple9163 2 жыл бұрын
This also works for input type="number" ? By default there's no way to style those arrows too, but I don't know how to add their functionality as a increaser and decreaser
@patrickkaiser5505
@patrickkaiser5505 Жыл бұрын
".stepUp()" and ".stepDown()" is probably what you need there
@blackpurple9163
@blackpurple9163 Жыл бұрын
@@patrickkaiser5505 I did find that on stackoverflow, but I didn't really understood the rest of the code properly
@peetboy
@peetboy 4 жыл бұрын
Worth mentioning that *appearance* css property is experimental, not fully supported by all browsers.
@anamazanova
@anamazanova 3 жыл бұрын
Hey Kevin, any advice on how to change the placeholder color for this element??
@digvijaychauhan2000
@digvijaychauhan2000 4 жыл бұрын
Will this affect the mobile select drop down view?
@KevinPowell
@KevinPowell 4 жыл бұрын
The dropdown itself will look a little different in every browser. Some will still have gray backgrounds as well. The options are a bit of a wildcard.
@smsibasish
@smsibasish 4 жыл бұрын
How to solve the fat scroll bar issue in windows?
@gethermedel3620
@gethermedel3620 4 жыл бұрын
I knew this 5 years ago. it's nice you are teaching this to others :D keep it up!
@jellycrackersmerch8221
@jellycrackersmerch8221 2 жыл бұрын
how can I just add the name Menu next to my three lines?
@zlackbiro
@zlackbiro 4 жыл бұрын
i am more happy about pointer-events:none; I am very good in css, but i didnt know that... not shamed... :) We learning every day and css is more harder then Java, i think! :D
@KlaudiusL
@KlaudiusL 4 жыл бұрын
@15:28 ... my daily css programing
@manishmohite7164
@manishmohite7164 4 жыл бұрын
Nice video, can you please help me out on how to design a website bottom left pop up box banner rectangular sized...
@KevinPowell
@KevinPowell 4 жыл бұрын
That's pretty specific! Maybe jump into my community (link in description) and ask for help, show us what you have already, etc. :)
@q.w.e.r.t.y
@q.w.e.r.t.y 4 жыл бұрын
What theme extension are you using?
@KevinPowell
@KevinPowell 4 жыл бұрын
I'm using Atom Dark One... but I also use Bracket Pair Colorizer, so my brackets are different colors :)
@mohan9285
@mohan9285 4 жыл бұрын
Pretty cool and interesting :)
@fayazvar3948
@fayazvar3948 4 жыл бұрын
How to change color of selected item in this.
@johanlarsson9805
@johanlarsson9805 4 жыл бұрын
You can color the Option. Is that what you were asking for? Both so that the selected option looks different in the dropdown list, but also so that it looks different from others in the select box when selected.
@burakesen4166
@burakesen4166 4 жыл бұрын
How would you give the items a padding to make it look nicer on chrome ?
@KevinPowell
@KevinPowell 4 жыл бұрын
The dropdown list thing itself? Not much you can do there sadly.
@miroslavresanovic5852
@miroslavresanovic5852 4 жыл бұрын
How to change blue color in dropdown hover?
@iUmerFarooq
@iUmerFarooq 4 жыл бұрын
That's amazing. ❣
Animated card with HTML & CSS | Tutorial
1:08:51
Kevin Powell
Рет қаралды 173 М.
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 181 М.
Симбу закрыли дома?! 🔒 #симба #симбочка #арти
00:41
Симбочка Пимпочка
Рет қаралды 6 МЛН
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 31 МЛН
Learn CSS dropdown menus in 6 minutes! 🔻
6:36
Bro Code
Рет қаралды 110 М.
My top 5 most popular front-end tips
22:07
Kevin Powell
Рет қаралды 64 М.
A new approach to container and wrapper classes
25:27
Kevin Powell
Рет қаралды 269 М.
Finally, Customizing Select Menus EASILY! - Future Dev
17:20
DesignCourse
Рет қаралды 28 М.
5 CSS mistakes that I see way too often
19:03
Kevin Powell
Рет қаралды 360 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 85 МЛН
Can I clone this rotating, gradient, inner glow effect?
23:05
Kevin Powell
Рет қаралды 21 М.
The new CSS pseudo-classes explained - :is() :where() :has()
13:50
Kevin Powell
Рет қаралды 142 М.
Make Awesome SVG Animations with CSS // 7 Useful Techniques
12:20