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 [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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