Whenever someone makes a menu with CSS instead of javascript i go crazy as a user. The lack of delay is such a frustration.
CSS is powerful, you can do a lot of things without JS
11–20 of 319 posts
Re: CSS is powerful, you can do a lot of things without JS
#12Re: CSS is powerful, you can do a lot of things without JS
#13Whenever someone makes a menu with CSS instead of javascript i go crazy as a user. The lack of delay is such a frustration.
[1] http://uxmovement.com/navigation/why-hover-menus-do-users-mo...
Re: CSS is powerful, you can do a lot of things without JS
#14The problem with using css this way is that it's not as obvious what's supposed to happen as it is when using js. I'd love for there to be some explanation within the examples of _why_ they work - I've just been reading the first modal example but I can't really understand it
Instead of getting reusable gui components we get indechiperable css hacks that were built for creating art installations on the web rather than getting any actual work done.
Re: CSS is powerful, you can do a lot of things without JS
#15The problem with relying on anchors means it stays in the browser history, so if you press 'back', you get the modal dialog again! I don't think this is very useful, but it is a fun exercise in CSS.
Re: CSS is powerful, you can do a lot of things without JS
#16Whenever someone makes a menu with CSS instead of javascript i go crazy as a user. The lack of delay is such a frustration.
Re: CSS is powerful, you can do a lot of things without JS
#17The problem with relying on anchors means it stays in the browser history, so if you press 'back', you get the modal dialog again! I don't think this is very useful, but it is a fun exercise in CSS.
Re: CSS is powerful, you can do a lot of things without JS
#18Whenever someone makes a menu with CSS instead of javascript i go crazy as a user. The lack of delay is such a frustration.
Whenever someone makes a menu with js I don't use the site because I browse without js.
Re: CSS is powerful, you can do a lot of things without JS
#19Whenever someone makes a menu with CSS instead of javascript i go crazy as a user. The lack of delay is such a frustration.
Re: CSS is powerful, you can do a lot of things without JS
#20The problem with relying on anchors means it stays in the browser history, so if you press 'back', you get the modal dialog again! I don't think this is very useful, but it is a fun exercise in CSS.
Well, you can manipulate the browser history to remove those anchor links :)