Unten im IE einen Text reinstellen
lima-city → Forum → Die eigene Homepage → Homepage Allgemein
-
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
hmm ich glaub du meinst die Statusleiste anders kann ich mir das nicht erkl?ren. Wenn du mir sagst welchen text (lauftext, Blinktext, Uhrzeit&Datum,...) kann ich dir auch einen code geben, und wenn ich falsch getippt hab, dann ignoriers einfach XD
-
ja ein blinktext w?re geil
sollte drin stehen: -=]Soldier-of-Chaos[=- GeT PwnD bY uS! - www.soc-pvp.at.tc -
danke im vorraus!!! -
das kommt zwischen <head> und </head>:
<script LANGUAGE="JavaScript">
<!-- Begin
function scroll(jumpSpaces,position) {
var msg = "-=]Soldier-of-Chaos[=- GeT PwnD bY uS! - www.soc-pvp.at.tc -"
var out = ""
if (killScroll) {return false}
for (var i=0; i<position; i++){
out += msg.charAt(i)}
for (i=1;i<jumpSpaces;i++) {
out += " "}
out += msg.charAt(position)
window.status = out
if (jumpSpaces <= 1) {
position++
if (msg.charAt(position) == ' ') {
position++ }
jumpSpaces = 100-position
}
else if (jumpSpaces > 3) {
jumpSpaces *= .75}
else {
jumpSpaces--}
if (position != msg.length) {
var cmd = "scroll(" + jumpSpaces + "," + position + ")";
scrollID = window.setTimeout(cmd,5);
}
else {
scrolling = false
return false}
return true;
}
function startScroller() {
if (scrolling)
if (!confirm('Re-initialize snapIn?'))
return false
killScroll = true
scrolling = true
var killID = window.setTimeout('killScroll=false',6)
scrollID = window.setTimeout('scroll(100,0)',10)
return true
}
var scrollID = Object
var scrolling = false
var killScroll = false
// End -->
</script>
und das kommt bei <body> rein:
<body onLoad="startScroller()">
Bitte sch?n, ich hoffe das es das ist was du suchst!
EDIT: du brauchst an dem code nichts mehr ver?ndern
Beitrag ge?ndert am 18.08.2005 15:07 von sunny017 -
du kannst es auch so machen, nur dann gibt es halt keinen effeckt:
<script language="JavaScript" type="text/javascript">
window.defaultStatus = "-=]Soldier-of-Chaos[=- GeT PwnD bY uS! - www.soc-pvp.at.tc -";
</script> -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage