|
 68.8 Кб |
|
| в firefox и в опере все отображается как надо , те все три TD valign=top
а вот в IE такая вот картина (прикрепил изображение) растягиваются TD
вот код
<table width="872" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td id="menu" height="30%" valign="top">
<div class="menuline"> </div>
<div class="menuItem">
<a href="/index.php">О партии</a>
</div>
<div class="menuline"> </div>
<div class="menuItem">
<a href="/despre.php">Устав</a>
</div>
<div class="menuline"> </div>
<div class="menuItem">
<a href="/statut.php">Программа</a>
</div>
<div class="menuline"> </div>
<div class="menuItem">
<a href="/statut.php">Деятельность</a>
</div>
<div class="menuline"> </div>
<div class="menuItem">
<a href="/statut.php">Пресса</a>
</div>
<div class="menuline"> </div>
<div class="menuItem">
<a href="/statut.php">Листовка</a>
</div>
<div class="menuline"> </div>
<div class="menuItem">
<a href="/statut.php">Контакты</a>
</div>
ткст1
</td>
<td rowspan="3" height="100%" valign="top">
<table height="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" valign="top" class="style3">
<table height="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="100%" valign="top" class="style3" >
<?php page_content(); ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" height="10%">
тест
<div class="search1">
<?php if(SHOW_SEARCH) { ?>
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="get">
<input type="text" name="string" class="search_string" > <br>
<input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" class="search_submit" />
</form>
<?php } ?>
</div>
</td>
</tr>
<tr>
<td id="menu" valign="top" >
тест3
</td>
</tr>
</table>
|
| |
|
|
|
|
|
|
|
для: wemd
(22.12.2007 в 03:55)
| | Вы бы приложили рисунок "как надо" (т.е. из лисы или оперы), чтобы было понятно - чего требуется изменить.
А так - разбираться в вашем коде (да ещё и с программными вставками из PHP) вряд ли кому интересно. | |
|
|
|
|
|
|
|
для: CNT
(22.12.2007 в 07:00)
| | вот прошу обратить внимание как - всё выровнено по TOP, а IE не хочет так выравнивать | |
|
|
|