Jump to content
  • 0

как выровнить таблицу по центру через стили?


atew
 Share

Question

вообще команда margin: 0 auto; за это отвечает но у меня не выходит ((

вот мой код: суть в #layer2

<style type="text/css">

#layer1 {

z-index: 1;

width: 100%;

height: 100%;

position: absolute;

left: 0;

top: 0;

}

#layer2 {

position: absolute;

z-index: 2;

margin:0 auto;

}

</style>

Edited by atew
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
margin: auto не действует на абсолютно позиционированные элементы. Уберите position.

тогда содержимое 2 слоя пропадает

у меня в первом слое - фоновая картинка

на втором - таблица

таблица и фон в дивах

Link to comment
Share on other sites

  • 0
ТС, покажи скриншот того, что хочешь поулучить.

http://s11.radikal.ru/i184/1102/7e/2bc43ac043b8.jpg

ну так сделайте картинку, что так нагло исчезает фоновой для этой таблицы:

table {

background: url(.....;

margin: 0 auto;

}

примерно так и без position.

я хочу что бы фоновый рисунок был на весь экран

Edited by atew
Link to comment
Share on other sites

  • 0

Всё понятно. Тут два варианта.

Таблицы, то что тебе и нужно. А главный фон сделай картинкой, можешь её даже растянуть при желании, вот таким способом.

	img.bg {
height: 100%;
min-width: 60px;
min-height: 300px;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy