![]() Preserved Topic: Status Bar (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: NyC |
![]() Can anyone tell me what code i put in to put text in the status bar? |
Maniac (V) Inmate From: under the bed |
![]() 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 |
![]() |
Bipolar (III) Inmate From: NyC |
![]() ok thanks but do i actually use <body yadda? |
Bipolar (III) Inmate From: NyC |
![]() 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 |
![]() 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 |
![]() <body link="black" alink="black" vlink="black" onLoad="window.status='-=Da Chronic Competition=-';return true" onUnload="window.status=''";> |
Bipolar (III) Inmate From: NyC |
![]() 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 |
![]() Put this right after your <body> tag: |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
![]() hmmph, a smiley face got in there... |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
![]() <STYLE type="text/css"> |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
![]() Fixed.. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() 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 |
![]() thats what happends with the code that i just got from dan and dl and doc o |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Oh, ok, forget it then. =) |