Hi, How can I define a define float as center in css? actually i need a layout between right and left and also i tried "text-align" but it doesn't work and the "float" property just working.
Thank you
|
|
|||||
|
|
|
You can only float an element to the left or the right. Maybe describe what kind of layout you are trying to achieve. |
||
|
|
|
|
There is no float: center. but when you want a div to be centered to its parent this should do the trick:
but, what exactly are you trying to achieve? |
||||||||
|
|
|
You want something like this:
The key is text-align: center on the parent, and a margin: 0 auto on the inner element |
||||
|
|
|
Thank you all, I try your suggestion but it doesn't work for me. you can see the example here. on the top of page after click on
but it's not fair . so could you suggest a better way to always show Thank you :) |
||
|
|