Simple question :D
How can I center an inline div (not its content) using css?
VERY IMPORTANT: the width of the div is unknown (I can not specify it)
|
If by inline you mean, its CSS display property is set to If you mean a div within another div, you can follow this approach if you can add a wrapper and float both: |
|||||||||||
|
|
Wrap it into a div that you can specify the width of and then set the margins of the div in question to: margin: 0, auto; |
|||||
|
|
you can probably get away with |
|||
<center>tag was deprecated a style rule should have been added to replace it immediately. – Nick Craver♦ Sep 6 '10 at 21:31