css - Center element with position:fixed - Stack Overflow
Or just add left: 0 and right: 0 to your original CSS, which makes it behave similarly to a regular non-fixed element and the usual auto-margin technique works:.jqbox_innerhtml { position: fixed; width:500px; height:200px; background-color:#FFF; padding:1...