Closed Thread Icon

Preserved Topic: Status Bar (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17780" title="Pages that link to Preserved Topic: Status Bar (Page 1 of 1)" rel="nofollow" >Preserved Topic: Status Bar <span class="small">(Page 1 of 1)</span>\

 
Cr0n0
Bipolar (III) Inmate

From: NyC
Insane since: Jun 2000

posted posted 07-08-2000 04:54

Can anyone tell me what code i put in to put text in the status bar?

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 07-08-2000 07:24

in the body tag, do this:

<body yadda="yadda" onLoad="window.status='Whatever you want to say....'; return true">

then for links, do this:

<a href="whatever" onMouseover="window.status='your message'; return true" onMouseout="window.status='whatever it should say when nothing is being moused over'; return true">

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 07-09-2000 23:25

Oh! If you put it in the <body>, please also include a <body onUnload="window.status=''">, otherwise your message will follow folks all over the place, annoying them to no end!

Your pal, -doc-<P>

Cr0n0
Bipolar (III) Inmate

From: NyC
Insane since: Jun 2000

posted posted 07-09-2000 23:47

ok thanks but do i actually use <body yadda?

Cr0n0
Bipolar (III) Inmate

From: NyC
Insane since: Jun 2000

posted posted 07-09-2000 23:50

ok lets say i want to make it say -=Da Chronic Competition=- on the status bar, can you give me the exact code i would use...

Dan
Paranoid (IV) Mad Scientist

From: Calgary, Alberta, Canada
Insane since: Apr 2000

posted posted 07-09-2000 23:50

You sure do, infact, if you go yadda.yadda.unbobchadidllia you get a random magic effect that turns your computer into gold. (I've yet to figure out whats random about it..)

Actually, no, yadda is supposed ot represent all the stuff that would already have in your body tage, like "alink="FFFFFF" or whatever...


- Dan -

Dan
Paranoid (IV) Mad Scientist

From: Calgary, Alberta, Canada
Insane since: Apr 2000

posted posted 07-09-2000 23:59

<body link="black" alink="black" vlink="black" onLoad="window.status='-=Da Chronic Competition=-';return true" onUnload="window.status=''";>

I think that would work... Just reading what Doc and DL-44 said.. I've never actually used this before..

Cr0n0
Bipolar (III) Inmate

From: NyC
Insane since: Jun 2000

posted posted 07-10-2000 00:08

ok thanks I actually got it before you posted your message and mine looks pretty similar to yours.

My next question involves the editing of a code. here is the code...<!--
A:link {text-decoration: none; color: #FFFFFF }
A:hover {text-decoration: bold; color: #808080}
A:visited {text-decoration: none}
A:active {text-decoration: underline}
-->
what this is supposed to do is make a link change color when you put ur mouse over it. Now what i want it to do is just underline it. I tried editing it but its not working. What do i do?

Dan
Paranoid (IV) Mad Scientist

From: Calgary, Alberta, Canada
Insane since: Apr 2000

posted posted 07-10-2000 00:12

Put this right after your <body> tag:

<STYLE type="text/css">
A:link{color:#FFFFFF; text-decoration:none <img border=0 align=absmiddle src="http://www.ozones.com/forum/wink.gif"> A:active{color:#FFFFFF;text-decoration:none;}
A:visited{color:#FFFFFF;}
A:hover{color:#808080;font-weight:bold; text-decoration:underline;}
</STYLE>

- Dan -

Dan
Paranoid (IV) Mad Scientist

From: Calgary, Alberta, Canada
Insane since: Apr 2000

posted posted 07-10-2000 00:16

hmmph, a smiley face got in there...
I'll repost that, and disable them <img border=0 align=absmiddle src="http://www.ozones.com/forum/smile.gif">

Dan
Paranoid (IV) Mad Scientist

From: Calgary, Alberta, Canada
Insane since: Apr 2000

posted posted 07-10-2000 00:17

<STYLE type="text/css">
A:link{color:#FFFFFF; text-decoration:none;}
A:active{color:#FFFFFF;text-decoration:none;}
A:visited{color:#FFFFFF;}
A:hover{color:#808080;font-weight:bold; text-decoration:underline;}
</STYLE>

[This message has been edited by Dan (edited 10-07-2000).]

Dan
Paranoid (IV) Mad Scientist

From: Calgary, Alberta, Canada
Insane since: Apr 2000

posted posted 07-10-2000 00:17

Fixed..

- Dan -

[This message has been edited by Dan (edited 10-07-2000).]

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-10-2000 00:18

may i make a suggestion? don't use window.status="". instead use window.defaultStatus="". Then, when the mouse moves over a link, the browser can change the status bar text for the user, and will change it back immediately after. People will probably like that more. That property, for those concerned, should be supported just as widely as window.status is.

Cr0n0
Bipolar (III) Inmate

From: NyC
Insane since: Jun 2000

posted posted 07-10-2000 00:24

thats what happends with the code that i just got from dan and dl and doc o

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-10-2000 01:59

Oh, ok, forget it then. =)

« BackwardsOnwards »

Show Forum Drop Down Menu