3
votes
How to horizonatally center a floating element of a variable width?
Assuming the element which is floated and will be centered is a div with an id="content"
...
<body>
<div id="wrap">
<div id="content">
This will be cente …
