Select Page

Category: Misc

Tips, Scripts, Tools, Bookmarks, and Inspiration for Web Designers and Developers.

HTML Input type to get color value

HTML Input type to get color value

Here is a very cool way to input color code using a basic HTML input tag. This may eliminate the use of a fancy jQuery color picker at a basic level 🙂 Demo Open demo in a full window – https://demos.webdevpuneet.com/html/input-color/index.html HTML <input...
How to disable CSS hovers in mobiles and touch devices

How to disable CSS hovers in mobiles and touch devices

You must have faced this issue such that the background changes on hovers on mobiles and touch devices remain hover-styled even after you have touched the screen and not touching it anymore. The simple solution to this is enclosing all hovers in the following media...
Bootstrap Tooltip – Hide on click Issue – Solved!

Bootstrap Tooltip – Hide on click Issue – Solved!

Today I met with a serious issue with Bootstrap 4 Tooltip, I think this problem is with other bootstrap versions also. So the tooltip was not going away when the element is clicked on Internet Explorer – Windows OS and Ipad also. I do not have a Mac but I guess...