Forum Moderators: open

Message Too Old, No Replies

floating text, always at bottom ?

need version that works on NS6

         

rcjordan

9:09 pm on Dec 5, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member


Anyone have a script that forces persistent text to the bottom of the window? Here's an example, but it doesn't work for NS6 (a common problem)
http://www.dynamicdrive.com/dynamicindex10/topmsg.htm

BTW, here's a cross-browser floating image watermark that works on NS4, NS6, IE5, & IE6. (PC, don't know about MAC).
http://www.dynamicdrive.com/dynamicindex4/logo.htm

As shown, I don't much care for the effect these produce, but I'm toying with using them to call a menu from anywhere in the window.

amoore

9:18 pm on Dec 5, 2001 (gmt 0)

10+ Year Member



If it matters at all to you, they both look pretty crazy in my browser:
Mozilla/4.0 (compatible; MSIE 5.12; Mac_PowerPC)
on Mac OSX. Then again, I think I'm the only one on Earth running OSX sometimes.

Marshall

3:27 am on Dec 6, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



RC,

I didn't look, but did you try

<div style="position: absolute; bottom: 0px;>Your sentence</div>

It's worked for me, though I usually do it as part of the style sheet.