| | |
getting layermovement in netscape
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
Hi:
I want to get some movement into some words. The only things I want to change are the layervisibility and the layerposition.
This code below works fine in IE and Opera, but doesn't do anything in Netscape 8 (except when watching in IE view).
How come: thx
I want to get some movement into some words. The only things I want to change are the layervisibility and the layerposition.
This code below works fine in IE and Opera, but doesn't do anything in Netscape 8 (except when watching in IE view).
How come: thx
HTML and CSS Syntax (Toggle Plain Text)
<html> <head> <!--verschuiven tekst--> <SCRIPT> function move() { var j = document.getElementById('tekst').style; var d = document.getElementById('tekst2').style; var a = document.getElementById('tekst3').style; if ( j.pixelLeft < 212 ) {j.pixelLeft +=4; d.pixelLeft -=2;} if ( j.pixelLeft == 40 ) d.visibility = "visible"; if ( j.pixelLeft == 68 ) j.visibility = "visible"; if ( j.pixelLeft == 212 ) {a.visibility = "visible"; clearInterval(intervalvar);} } </SCRIPT> </head> <body ONLOAD="intervalvar = setInterval('move()',20)" > <div id="tekst3" style="position: absolute; top: 50px; left: 264px; visibility: hidden;"> Art </div> <div id="tekst" style="position: absolute; top: 50px; left: 0px; visibility: hidden;"> Jacobus </div> <div id="tekst2" style="position: absolute; top: 50px; left: 270px; visibility: hidden;"> Dustin </div> </body> </html>
![]() |
Similar Threads
- Help needed for IE6/Netscape problems (Web Browsers)
- Netscape 7.1, Hotmail login problem - cookies 'disabled" (Windows NT / 2000 / XP)
- netscape mail 7.1 won't send to hotmail addresses (Windows NT / 2000 / XP)
- Netscape Querey (Windows Software)
- Netscape fast. . IE slow? (Web Browsers)
Other Threads in the HTML and CSS Forum
- Previous Thread: please hlep me in js
- Next Thread: Input box not showing
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
appointments asp background backgroundcolor beta browser bug calendar cart cgi code codeinjection corporateidentity css design development displayimageinsteadofflash dreamweaver emailmarketing epilepsy explorer firefox flash font fonts form format google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. textcolor timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 xml xsl





