HTML CSS Reference/HTML Attributes Reference/scrolling — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"scrolling" Example
<HTML>
<head><Title>Example For scrolling</Title></head>
<BODY>
<iframe scrolling="yes"
name="myFrame"
src="http://www.wbex.ru"
style="width:30%"></iframe>
</BODY>
</HTML>
scrolling is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<frame> <iframe> |
+----------------+--------------------------------------------------------------+
"scrolling" Syntax and Note
Note:
This attribute sets whether a frame should have a scroll bar or not.
Possible values are yes, no, and auto.
Default value is auto.
Syntax:
<element scrolling="value"> . . . </element>