Jump to content
  • 0

Отображение в IE


stars
 Share

Question

В общем достаточно трудно объяснить проблему(всего 2 день как занялся изучением html php) попробую показать

Мой сайт выглядит так(только поярче jpg контрастность урезал):

Opera 9.51: http://s54.radikal.ru/i146/0807/4f/c0f5be0dc7a8.jpg

IE 6.0... http://s53.radikal.ru/i142/0807/b9/2e44e79b2218.jpg

IE 7 http://s57.radikal.ru/i156/0807/fe/203a9d5c269c.jpg

Собственно тут ошибок несколько 1) на IE лого картинки которые в формати png задний фон не воспринематся прозрачным. 2) Меню новостей (оно пока пустое базы в mysql не загрузил) оно выглядит так:

 
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="1a1a1a" height="68">
<tr>
<img src="images/l1-top.gif" alt="" width="180">
<td width="19" height="22" ><div class="l_block1"><h2>Новости</h2></div></td>
</tr>
<tr>
<td colspan="2" height="34">
<?
for($i=0;$i<$news_num;$i++)
{
list($id_news,$title_news,$text_news,$alltext_news,$date_news) = mysql_fetch_array($get_news);
?>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="border_bottom">
<tr>
<td><span class="date_news"><?=$date_news;?></span></td>
</tr>
<tr>
<td>
<span class="zag_news"><?=$title_news;?></span></td>
</tr>
<tr>
<td><div align="left" class="ob_text_news"><a href="index.php?task=news&id=<?=$id_news;?>" class="ob_text_news">
<?=$text_news;?></a></div></td>
</tr>

</table> <? }?>

<p>

</td>

</tr>

</table>
<img src="images/l1-bottom.gif" alt="" Hspace="14" width="180">

l1-top.gif-верхняя часть меню(закругляющаяся) l1-bottom.gif- нижняя часть меню(закругляющаяся). все остальное это тело меню так вот между телом и картинками зазоры.

И еще когда я открываю например состав то меню уползает в низ в IE http://s42.radikal.ru/i097/0807/3f/d3dca9d425b0.jpg

я так понимаю, что оно центруется так как эти части находятся в одной таблице. как от этого избавится?

Заранее извиняюсь если создал тему не там, со мной можно связаться или на форуме(его я обязательно буду поглядывать) или в ICQ 311-174-382

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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