Jump to content
  • 0

TH и DOCTYPE - проблемы с отображением


DImaN
 Share

Question

14 answers to this question

Recommended Posts

  • 0

Вот сам код:

<table width="180" border="1" cellspacing="0" cellpadding="0" valign="top">
<tr>
<td width="10" background="images/114.png"></td>
<td width="161">
<table id="myTable">
<tr><th><td> <img src="images/pic1.jpg"> Text
</td></th></tr>
<tr><th><td> <img src="images/pic2.jpg"> Texts
</td></th></tr>
<tr><th><td> <img src="images/pic3.jpg"> Text
</td></th></tr>
<tr><th><td> <img src="images/pic4.jpg"> Text
</td></th></tr>
</table>
<script type="text/javascript">
//Подсветка по клику и при наведении мышки на ряд, множественный выбор по клику разрешен
highlightTableRows("myTable","hoverRow","clickedRow");

</script>

Link to comment
Share on other sites

  • 0

а кроме добавления строки с доктайпом код не надо приводить к соответствию этому самому доктайпу разве?

у img есть обязательные атрибуты width, height и alt, которых в приведенном коде в упор не вижу.

а тем более что за бред - td внутри th

Link to comment
Share on other sites

  • 0

ты предлагаешь поправить на такой вид, верно?

<tr><th width="161" align="left"> <img src="images/pic1.jpg" width="14" height="14"> Text
</th></tr>
<tr><th width="161" align="left"> <img src="images/pic2.jpg" width="14" height="14"> Texts
</th></tr>
<tr><th width="161" align="left"> <img src="images/pic3.jpg" width="14" height="14"> Text
</th></tr>
<tr><th width="161" align="left"> <img src="images/pic4.jpg" width="14" height="14"> Text
</th></tr>

но вот только обрамление у th все равно остается... вопрос в том, как его убрать??

Link to comment
Share on other sites

  • 0

вот сам стиль:

html, body, div, p, table, td, th, form, img, h1, h2, h3, h4, h5, h6, input
{
font-family: Verdana;
padding: 0px;
margin: 0px;
border: 0px transparent none;
}

html, body, p, table, td, th, form, img, h1, h2, h3, h4, h5, h6, input
{
font-size: 1em;
}
th {
font-size: 11px;
color: #273437;
font-family : Verdana;
}

Link to comment
Share on other sites

  • 0

вот здесь можно немного поподробнее... выравнивание по центру я к примеру убрал... по вертикали особо не интересует, а вот на счет жирного начертания... + та все та же рамка вокруг th

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