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…)
|
No Comments » | 2,094 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…)
|
No Comments » | 3,140 views