
October 11th, 2012, 01:12 PM
|
|
Contributing User
|
|
Join Date: Aug 2003
Posts: 407
Time spent in forums: 1 Day 18 h 48 m 38 sec
Reputation Power: 10
|
|
|
Center html 5 object in window
I just want a page which has an html 5 audio player, centered in the window, on both axises. Here's what I have so far:
Code:
<style type="text/css" media="all"><!--
body { background-color: #000; }
.dsR1 /*agl rulekind: base;*/ { width: 100px; height: 100px; }
--></style>
<audio src="for_andrew.m4a" controls></audio></body>
But this obviously isn't working. Can someone tell me how to do this?
Thanks 
|