HTML/CSS/Frame Attributes/scrolling

Материал из Web эксперт
Перейти к: навигация, поиск

"scrolling" sets whether a frame should have a scroll bar or not

   <source lang="html4strict">
   

<HTML> <BODY> <iframe scrolling="yes"

       name="myFrame" 
       src="http://www.wbex.ru" style="width:30%"></iframe>

</BODY> </HTML>


     </source>