Jump to content
  • 0

Помогите растянуть таблицу


antisept
 Share

Question

Здравствуйте. Структура моего сайта: Блоки слева, контент в центре, блоки справа. Возникла такая проблема: У людей, у которых разрашение монитора больше, чем 1024*768, происходит смещение центральной части влево (скрин для наглядности: http://s43.radikal.ru/i100/1002/52/2b27f30d9866.png).

Привожу код:

<body style="background-color:#f6f6f6; margin:0;padding:0;">

<!-- <middle> -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="padding:3px">
<!-- Левая часть -->
<!-- Gadget Describe -->
<div class="Gadget">
<div class="GadgetSmoothTop"> </div>
<div class="GadgetContent">
<h3 class="Blue">Категории раздела</h3>
<div class="archUl">
КоД
</div>
</div>
<div class="GadgetSmoothBottom"> </div>
</div>
<!-- / Левая часть -->
</td>
<td valign="top" width="80%" style="padding-top:5px">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="17"><img src="http://картинка" width="17" height="15"></td>
<td background="http://картинка"></td>
<td width="17"><img src="картинка" width="17" height="15"></td>
</tr>
<tr style="background:#ffffff;">
<td background="http://s48.radikal.ru/i120/1002/6f/a673bda5199e.png"></td>
<td>
<!-- <body> -->$CONTENT$<!-- </body> -->
</td>
<td background="http://картинка"></td>
</tr>
<tr>
<td><img src="http://картинка" width="17" height="15"></td>
<td background="http://картинка"></td>
<td><img src="http://картинка" width="17" height="15"></td>
</tr>
</table>
</td>
<td valign="top" style="padding:3px">
<!-- Правая часть -->
<div class="Gadget">
<div class="GadgetSmoothTop"> </div>
<div class="GadgetContent">
<h3 class="Blue">Top news-мейкеров</h3>
Код
</div>
<div class="GadgetSmoothBottom"> </div>
</div>
<!-- / Правая часть -->
</td>
</tr>
</table>
<!-- </middle> -->
</body>

А вот CSS:

.Gadget {background: url(http://картинка) repeat-y; margin-bottom: 7px; width: 209px; overflow: hidden; vertical-align: top}
.Gadget .login {display:block; text-decoration:none; margin-bottom:5px}
.Gadget .GadgetContent {padding: 0 4px; width: 201px}
.Gadget .GadgetSmoothBottom {background: url(http://картинка) no-repeat 0 0; height: 15px}
.Gadget .GadgetSmoothTop {background: url(http://картинка) no-repeat 0 0; height: 15px}
.GadgetSmoothTop, .GadgetSmoothBottom, .GadgetContent {width: 209px; float: left}
.Gadget h3 {color: white; font-size: 13px; font-weight: bold; padding:6px 0 0 20px; height: 30px}
.Gadget h3 a {color: white; font-size: 13px; font-weight:700; text-decoration: none}
.Gadget .Blue{background: url(http://картинка) no-repeat}

Вопрос: Как мне сделать так, чтобы центральная часть сайта растягивалась по ширине?

Edited by antisept
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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