Select Page

Category: Misc

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

Scroll to top – jQuery

Scroll to top – jQuery

I think this function is very important and included by almost all websites nowadays with medium to long page lengths. As a user, it feels very tedious to scroll up to the top of websites once we have scrolled down to the bottom of a long page. The function is written...
Input, Textarea Autofill Background Color Change – CSS

Input, Textarea Autofill Background Color Change – CSS

Autofill usually changes the background color but in some areas, we don’t want that default color, so this script is to change the default color. Just add the following pseudo-selector to your style sheet and the background color will change according to your...
CSS Slider / Carousel – Built with CSS only

CSS Slider / Carousel – Built with CSS only

CSS Slider / Carousel Here is a slider/carousel built with pure CSS with an auto slide function. The slider stops if we try to change the slide manually showing the button at the bottom to restart it. Personally, I really liked this CSS-only slider but the CSS script...