
September 29th, 2012, 06:13 AM
|
|
Registered User
|
|
Join Date: Sep 2012
Posts: 1
Time spent in forums: 25 m 34 sec
Reputation Power: 0
|
|
|
Div Help
Hi, I have a div on my page and the id in my css but it is not working.
HTML Page:
Code:
<div id="box"> Hello </div>
CSS Page:
Code:
#box { height: 65px; width:160px; -moz-border-radius: 15px; border-radius: 15px; background-color:#FFFFFF; }
What could be wrong?
Thanks
|