| JavaScript Document (8) Events (8) ExtJS (9) Strings (3) |
Move an IFRAME 10 pixels to the right
Question: I need to move an IFRAME 10 pixels to the right. Is that possible in JavaScript?Answer: Thanks to CSS you can position your IFRAME like all other HTML elements through the style.left property. The code sample from below moves the IFRAME titled 'anIframe' 10 pixels to the right.
Comments:
| ||||||||||||||||||