English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ok on my freewebs webiste I made the page jiggle but what is the html code to do it? Go here: http://www.freewebs.com/twilitdragon/index.htm and you can see the page jiggle and see what I mean. Thanks.

2006-11-24 08:41:49 · 2 answers · asked by me!! 2 in Computers & Internet Internet

It jiggles at the beginning when you visit it.

2006-11-24 08:42:20 · update #1

I like it when i visit other people's websites when they have jiggly things and funny cursors!

2006-11-24 08:57:18 · update #2

Also how do you make a little navigation bar on a website in html?

2006-11-24 09:07:16 · update #3

2 answers

This is what they used...

< SCRIPT LANGUAGE="JavaScript1.2">
function quakeMe(){
if (parent.moveBy){
for (i=16; i>0; i--) {
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
}
}
}
quakeMe();
< /script>

A Navigation bar is just a graphic or series of graphics used as links. It just looks fancy but it's nothing more than a link.

2006-11-24 08:56:18 · answer #1 · answered by The Psycho 6 · 0 0

No it doesn't jiggle. What do you want irritating stuff like that on your site?

People put all kinds of junk: sounds, cursor trails, flash... all that are annoying and have no effect except to make the designer happy. Think of the VIEWER, not what YOU like. Your website is for others to view.

2006-11-24 16:49:41 · answer #2 · answered by Ken G 4 · 0 0

fedest.com, questions and answers