Jump to content
  • 0

Помогите выровнять по центру экрана


Chekist
 Share

Question

Всем привет.

Помогите выровнять данный код так что бы был по серердине экрана :facepalmxd:

А то что то я не как не пойму как сделать выравнивание по сеерине как высоты так и ширины :facepalmxd:

Буду очень благодарен за помощь :)


<body>
<table border="0" cellspacing="5" cellpadding="5">
<tr>
<tr>
<td>
<div id="map" style="width: 800px; height: 600px"></div>
<div id="res"></div>
</td>
<td valign="top">
<ul id="menu">
<li><a href="#" id="bar" onclick="show_c('bar'); return false;">Бар</a></li>
<li><a href="#" id="restaurant" onclick="show_c('restauraunt'); return false;">Ресторан</a></li>
<li><a href="#" id="cafe" onclick="show_c('cafe'); return false;">Кафе</a></li>
</ul>
</td>
</tr>
<table>

</body>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Всем привет.

Помогите выровнять данный код так что бы был по серердине экрана :facepalmxd:

А то что то я не как не пойму как сделать выравнивание по сеерине как высоты так и ширины :facepalmxd:

Буду очень благодарен за помощь :)


<body>
<table border="0" cellspacing="5" cellpadding="5">
<tr>
<tr>
<td>
<div id="map" style="width: 800px; height: 600px"></div>
<div id="res"></div>
</td>
<td valign="top">
<ul id="menu">
<li><a href="#" id="bar" onclick="show_c('bar'); return false;">Бар</a></li>
<li><a href="#" id="restaurant" onclick="show_c('restauraunt'); return false;">Ресторан</a></li>
<li><a href="#" id="cafe" onclick="show_c('cafe'); return false;">Кафе</a></li>
</ul>
</td>
</tr>
<table>

</body>

задай основному блоку position:relative; margin: 10% auto: на счет 10% вообще не уверен) но auto даст центровку, только ширину блока тоже обозначь обязательно, либо в процентах либо в конкретных пикселях. а с высотой просто поиграйся... как-то так)

например -


<table border="0" cellspacing="5" cellpadding="5" style="border:1px solid #000;position:relative;margin:20% auto;width: 800px; height: 600px">

если нужно только меню отцентрировать, напиши есть решение рабочее да и еще проверенное в резиновом дизайне.

Edited by Березовский
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