css position setup

fire_fox

New Member
Im trying to setup a centrally aligned div, both vertically and horizontally, im trying to do it by setting the width and height of the div, and then positioning it fixed center and offsetting the margins by 50%. This is the css im using \[code\]#404-wrapper {width:400px; height:200px; position:fixed; left:50%; top:50%; margin-top:-100px; margin-left:-200px;}#404-wrapper a {font-size:14px; line-height:120%;} \[/code\]ive also made a jsfiddle here - http://jsfiddle.net/wnGL3/but i cant see why it isnt working, any ideas ?
 
Back
Top