Архив рубрики: Free Scripts Ready Code

Various scripts and css effects that you can apply on your site

Electronic clock on the site

Simple electronic watches that can be installed on the site. I will give a very short css so that you will have freedom for creativity. To make the clock work, add the onload = «digitalWatch ()» attribute to the body … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Work days counter on site

Quite often you need to show how many days the site is running. This is necessary for websites representing the HYIP direction and some other investment projects. A very simple script that will show how many days the site has … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Date and time on the site

If you need to show the current time and date on the page, then this script is just for you. The script can easily be installed on a separate page anywhere, or on the entire site. <script> function clock() { … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

CSS @keyframe Animation | Starfall

Very light code, only html and css, so you can paste it anywhere, like in a CMS written in php, or in a simple html page. HTML <div class=»space»> <div class=»stars1″></div> <div class=»stars2″></div> <div class=»stars3″></div> <div class=»stars4″></div> <div class=»stars5″></div> <div … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Multilevel Drop Down Menu vertical and horizontal

A unique code allows you to create an unlimited number of attachments without changing the styles. The peculiarity is that in order to change the vertical menu to horizontal, it is enough to change only one value in styles. I … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Making a Resizable div in JS is Very Simple

Create this form. Pulling the corner of which, you can stretch and compress the field horizontally and vertically. HTML <form> <textarea rows=»2″ cols=»50″ OnKeyUp=»ResizeTextArea(this,2);»></textarea> </form> We set the minimum dimensions and embellish. textarea { width: 30em; height: 5em; border-radius: 3px; … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Countdown counter

Need such a counter on the site? If so, read the article, copy the code, and post it on the pages of your site. Days Hours Minutes Seconds The counter counts the time until a certain date that you set. … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Simplebox for zooming in on images for WordPress

Increase the female breast by clicking on the picture In WordPress, by default, when you click on a picture, you go to the picture page. It is very uncomfortable In order for the image to expand directly on the page, … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий

Enlarged image by click

Take the html image code familiar to all WordPress users. HTML <img src=»https://starper55plys.ru/wp-content/uploads/2013/03/10.png» title=»» alt=»» width=»122″ height=»246″ class=»alignleft» /> We add a cursor with a magnifier with a plus and an onClik event handler with the name of the function … Читать далее

Рубрика: Free Scripts Ready Code | Оставить комментарий