You work as a Software Developer for Cinera Softwares Inc. You create a DHTML page that contains ten TextBox controls to get information from the users who use your application. You want all the components placed on the DHTML page to be repositioned dynamically, when a user resizes the browser window.
Which of the following will you use for this?
Select an option, then click Submit answer.
-
○
Use the position attribute of the Cascading Style Sheet.
-
○
Use the OnResize event for the DHTML page object.
-
○
Use the Resize event of the Document object.
-
○
Use the OnResize event of the Cascading Style Sheet.