Preserved Topic: Status Bar (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: NyC |
posted 07-08-2000 04:54
Can anyone tell me what code i put in to put text in the status bar? |
Maniac (V) Inmate From: under the bed |
posted 07-08-2000 07:24
in the body tag, do this: |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 07-09-2000 23:25 |
Bipolar (III) Inmate From: NyC |
posted 07-09-2000 23:47
ok thanks but do i actually use <body yadda? |
Bipolar (III) Inmate From: NyC |
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... |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
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..) |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
posted 07-09-2000 23:59
<body link="black" alink="black" vlink="black" onLoad="window.status='-=Da Chronic Competition=-';return true" onUnload="window.status=''";> |
Bipolar (III) Inmate From: NyC |
posted 07-10-2000 00:08
ok thanks I actually got it before you posted your message and mine looks pretty similar to yours. |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
posted 07-10-2000 00:12
Put this right after your <body> tag: |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
posted 07-10-2000 00:16
hmmph, a smiley face got in there... |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
posted 07-10-2000 00:17
<STYLE type="text/css"> |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
posted 07-10-2000 00:17
Fixed.. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
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. |
Bipolar (III) Inmate From: NyC |
posted 07-10-2000 00:24
thats what happends with the code that i just got from dan and dl and doc o |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 07-10-2000 01:59
Oh, ok, forget it then. =) |