overflow

W

work.Yehuda

?Is there a way for javascript to chack whether object is being
overflowed or not

thanking you in advance
 
S

scripts.contact

?Is there a way for javascript to chack whether object is being
overflowed or not

if the style is set directly on element(not in a stylesheet) then you
can use:
element.style.overflow

else{

style=window.getComputedStyle&&getComputedStyle(element,null)||
element.currentStyle||{}
alert(style.overflow)
 
E

Evertjan.

wrote on 02 mei 2007 in comp.lang.javascript:
?Is there a way for javascript to chack whether object is being
overflowed or not

Please define "object being overflowed".

Numerical or visual or ???

Please chack the placing of questionmarks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,162
Messages
2,570,896
Members
47,434
Latest member
TobiasLoan

Latest Threads

Top