Jump to content
  • 0

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


atew
 Share

Question

 
<style type="text/css">
#layer1 {
z-index: 1;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
#layer2 {
margin:0 auto;
z-index: 2;
top: 50px;
position: absolute;
}


</style>
</head>
<body >

<div id="layer1">
<img src="img/fon.jpg" width="100%" >
</div>

<div id="layer2">
<table align="center" cellSpacing=0 cellPadding=0 border="1">


<tr>
<td colspan="3"><img src="img/logo.jpg"/></td>

</tr>

<tr>
<td colspan="3" align="center">.....</td>
</tr>

<tr>
<td >......</td>
<td >......</td>
<td >......</td>
</tr>


<tr>
<td colspan="3">.......</td>
</tr>

</table>
</div>

в итоге у меня фоновый рисунок выравнивается по размеру браузер, но таблица слева, а нужно её в центр...(

Edited by atew
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0
ну потому что первый слой у меня картинка! а второй уже таблица

В том то и дело, что ты невнимательно отнёсся к моим примерам. Речь о слоях там вообще НЕ шла!

а поставить картинку фоном религия не позволяет? :)

Да, наверное в этом дело.

Link to comment
Share on other sites

  • 0
а поставить картинку фоном религия не позволяет? :)

мне нужно что бы картинка была растянута на весь экран!!) я что то делаю не так? скажи!! просто я не знаю как по другому можно

это я сделал так:

<style type="text/css">
*{ padding: 0; margin: 0;}
body, html { height: 100%;}
img {
height: 100%;
min-width: 60px;
min-height: 300px;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
</style></head>
<body>
<img src="img/fon.jpg" alt="" />

а вот как вывести таблицу по середине не знаю

В том то и дело, что ты невнимательно отнёсся к моим примерам. Речь о слоях там вообще НЕ шла!

я разбирался

Edited by atew
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