Apr
11th

JavaScript onClick Image Swap

Files under HTML & CSS, Javascript | Leave a Comment | 2,094 views

Today, I will teach you how to write JavaScript and HTML so that when visitors come to your site click on the image button, then the image button will change to a new image button. When the visitor clicks on the other image button, the original image button will reappear.

Here’s the code for creating an onclick image swap effect, just follow it step by step:

(more…)

Apr
3rd

Marquee & Blink Tag

Files under HTML & CSS | Leave a Comment | 3,140 views

<MARQUEE> and <BLINK> are 2 browser specific tags. However, these tags are displayed only by certain browsers only.

<BLINK>: Mozilla Firefox

<MARQUEE>: Internet Explorer

BLINK Tag

This tag can be supppored only by Netscape. IE ignores this tag. So if you are using Internet Explorer you wouldn’t see the blinking text below.

<BLINK>Blinking Text</BLINK>

Advantage: It is a standard HTML tag which is actually easiest way to grab visitors attention to something you think that is important in your page.

(more…)