HTML CSS Reference/HTML Attributes Reference/balance

Материал из Web эксперт
Версия от 08:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"balance" Example

    
<HTML>
<head>
<Title>Example For balance</Title>
<bgsound src="yourmoviefile.wav" 
         balance=0 
         loop=3>
</head>
<BODY>
</BODY>
</HTML>



balance is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<bgsound>                                                     |
+----------------+--------------------------------------------------------------+



"balance" Syntax and Note

Note:
    
This attribute specifies the volume of the background sound between the 
left and right speakers. 
The value of this attribute is a number between -10000 and +10000.
-10000 means that only the left speaker emits sound.
+10000 means that only the right speaker emits sound.
    
Syntax:
    
<bgsound balance="value">