Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JSP Interest »

Re: Static borders with scrolling text

Zulekha Banu

2004-04-29


Hi,
This is the function that i have used to get a static border at top for a
scrolling text.
I want a same border at bottom of that scrolling text.

here'bloc3a' is the id of DIV tag.

                    var lay = FWFindLayer('bloc3a');
                          if (lay) {
                               if (lay.top == null) {
                                    fwTop = "posTop";
                                    fwLeft= "posLeft";
                               }
                               else {
                                    fwTop = "top";
                                    fwLeft= "left";
                               }
                          }
                          new FWInstallPosStatic
('bloc3a',1,1,0,false,true);

Hope I have made myself clear.

===========================================================================
To unsubscribe: mailto listserv@(protected)".
For digest: mailto listserv@(protected)".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com
©2008 junlu.com - Jax Systems, LLC, U.S.A.