Gigah3rtz 0 Share Posted May 10, 2005 kezdeném én! Hogy kell megcsinálni , hogy a szöveg mozogjon! jah és kérném azt hogy melyik szónak mi a funkciója Link to comment Share on other sites More sharing options...
Gigah3rtz 0 Author Share Posted May 10, 2005 Szöveg villogtatása: <blink>szöveg</blink> Link to comment Share on other sites More sharing options...
Charizard 0 Share Posted May 10, 2005 <script language="JavaScript"> <!-- function initArray() { for (var i = 0; i < initArray.arguments.length; i++) { this[i] = initArray.arguments[i]; } this.length = initArray.arguments.length; } // you may fill this colors array with your colors. // the script will rotate the links through these colors var colors = new initArray( "black", "red"); pause_time = .5; // in seconds link = 0; // starting color index (in colors array) for unvisited links vlink = 4; // starting color index (in colors array) for visited links function linkDance() { link = (link+1)%colors.length; vlink = (vlink+1)%colors.length; //alert("link "+link+"\r\nvlink "+vlink+"\r\nvlinkColor "+document.vlinkColor); document.linkColor = colors[link]; document.vlinkColor = colors[vlink]; setTimeout("linkDance();",pause_time*1000); } linkDance(); // --> </script> <a href="http://www.valami.hu" target="_blank">Szöveg</a> Ez egy villogó linkelt szöveg. Link to comment Share on other sites More sharing options...
Charizard 0 Share Posted May 10, 2005 A villogtató kódért köszi. Paramétereit hogy tudnám állítani? A pause-time értékével lehet variálni. Link to comment Share on other sites More sharing options...
Blueeight 0 Share Posted May 10, 2005 Hello! a <blink></blink> tuti jó a villogtatásra? Nekem nem működik. Nyílván én vagyok a béna, de nem kaphatnék egy példát a pause paraméterrel együtt. Blue8 Link to comment Share on other sites More sharing options...
Gigah3rtz 0 Author Share Posted May 10, 2005 Lehet hogy az a baj hogy rosszul van betéve a parancs! Nálam is ez volt! Elöször nézd meg egy külön szövegben amihez nincs hozzárendelve semmi!Utána próbáld meg kombinálni Link to comment Share on other sites More sharing options...
Charizard 0 Share Posted May 10, 2005 A blink az jó lenne, ha a böngészők értelmeznék, de nem fogják. Úgyhogy ez egy lehetőség, amit talán a Safari böngésző értelmez egyedül ... Illetve a Firefox is megeszi, de azt hiszem, a formázást csak css-el lehet ... Pause_time: e mögött van egy szám: 5-ös, és lejjebb az 1000-es. Ezeket a számokat módosítva tudsz változtatni a villogás sebességén ... Ui: Kipróbáltam a blinket. Lényege: IE-vel nem, csak Mozillával megy, és a formázása a szövegnek bárhogy lehet, a lényeg, hogy a villogtatatndó szó legyen közvetlenül a <blink></blink>-el közrefogva, és így megy. Link to comment Share on other sites More sharing options...
Blueeight 0 Share Posted May 10, 2005 Hello! Tehát nincs egyszerű megoldás a szöveg villogtatására HTML lapba, IE-re. Blue8 Link to comment Share on other sites More sharing options...
google 0 Share Posted May 10, 2005 Csak flash. Link to comment Share on other sites More sharing options...
priby 0 Share Posted May 10, 2005 Én úgy emlékszem egy-két JS-t elég jól kezelnek a böngészők... (a villogásra gondolok) Link to comment Share on other sites More sharing options...
Peredi Zoltán 0 Share Posted May 22, 2005 Amig volt animáló progim, addig azzal - és GIF-fel - villogtam, de lejárt a 30 nap. Nem tudtok valami tényleg ingyenes, és mégis használható animálót? Link to comment Share on other sites More sharing options...
eremit 1 Share Posted May 22, 2005 Ha a GIF Movie Geart még nem használtad, az is jó 30 napig. Link to comment Share on other sites More sharing options...
priby 0 Share Posted May 22, 2005 Amig volt animáló progim, addig azzal - és GIF-fel - villogtam, de lejárt a 30 nap. Nem tudtok valami tényleg ingyenes, és mégis használható animálót? GIMP Ingyenes, egyszerű, de nagyon jó! Link to comment Share on other sites More sharing options...
Greene 4 Share Posted May 22, 2005 Flashben is villogtathatod, sokféleképpen. Link to comment Share on other sites More sharing options...
Ajnász 0 Share Posted May 23, 2005 Azért ezekkel az izgő-mozgó, villogó animációkkal óvatosan bánjunk. Epilepsziás látogató esetében könnyedén okozhat náluk rohamot. Olyan pedig nincs, hogy az én oldalamra úgysem jönnek ilyen látogatók, mert soha nem lehet tudni! Link to comment Share on other sites More sharing options...
WonderCsabo 0 Share Posted May 28, 2005 Én kipróbáltam a blink-et CSS-el is és IE-ben még így sem müködött... Link to comment Share on other sites More sharing options...
google 0 Share Posted May 28, 2005 Javascriptben valószínûleg mûködik, de nem hiszem, hogy erõltetni kellene az ilyesmit... Link to comment Share on other sites More sharing options...
Kovács Dávid ( Davs ) 0 Share Posted May 28, 2005 Iratkozz fel a www.oktatovideok.hu ingyenes hírlevélre, és megkapod emilben...Nem tudom, hogy melyik anyag, de benne van , azt tudom... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now