The Land Where Turbie Posts

You Got to Love CSS

This post last edited 8 hours, 58 minutes ago.


I love how you can make dropdown menu only with CSS + HTML. Did something on Archive page and on Topic page.

Admittedly, it can be a little funky on Firefox where the submenu doesn't always 100% stay up1 when your mouse hovers over but it's fun little thing to make. And also made the two pages neater where all specific tag page are under the menu rather than showing everything in your face.

With this in mind, I'm not gonna use dropdown menu everywhere but it's definitely there if I ever need it for something else.

And it seem to run into issue on mobile, at least for the container I use. I'll keep fixing it whenever I'm free. Never mind, I'm a dummy. I used min-width instead. Mobile fixed. Let's run it back, still not fixed. Yep, gotta love CSS!


|


  1. this might be related to margin/padding but I could be wrong.

#CSS