I'm trying to center the newsslider (in the div bottom-container) on this page:
http://www.luukratief-design.nl/dump/parallax/index.html
I already have text-align: center;
Still it does not work.
Any suggestions?
|
I'm trying to center the newsslider (in the div bottom-container) on this page: http://www.luukratief-design.nl/dump/parallax/index.html I already have Still it does not work. Any suggestions? |
||||
|
|
|
The If it is a block element (a The |
|||||||||||||||||
|
|
Provided width is set, and you put a proper DOCTYPE, Try this:
Hope this helps |
||||
|
|
|
text-align should not be used to center a block element. (except in IE6, but this is a bug) You have to fix the width of the block, then use margin: 0 auto;
and
|
|||
|
|
|
One way :
Better way:
CSS for myDIV:
|
|||
|
|
|
Try this:
That should center the div in your footer. |
|||
|
|
|
... this work perfect ... |
|||
|
|
|
Use
|
||||
|
|
|
i always use
|
|||
|
|
|
Create a table with single row and three columns, set left and right width to 100% and voila, the middle one gets centered automatically |
|||
|
|