JS: div style

by jmchen

HTML

<div id="info">
    webgl tutorial 32 <br/>
	Video Texture <br/>
</div>

<div id="playIInfo">
	S: stop P:ff play <br/>
</div>

CSS

#info {
		position: absolute;
		top: 0px; width: 100%;
		padding: 10px;
		text-align: center;
		color: #ffff00
	}
	#playIInfo {
		position: absolute;
		bottom: 10px; width: 100%;
		color: #ff0000;
		text-align: center;
	}