Jump to content
  • 0

В ячейках не работают классы


styleroom
 Share

Question

Всем привет!

Попробовал задать фон ячейкам таблицы с помощью классов - не получилось. В тоже время для строки это работает. Вот код:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type="text/css">
<!--
tr.a{background-color:#3333CC}
td.1{background-color:#00CCFF}
td.2{background-color:#0000FF}
td.3{background-color:#9999FF}
td.4{background-color:#FF0000}
-->
</style></head>
<body>
<table width="200" height="100" border="0" cellpadding="0" cellspacing="0">
<tr class="a">
<td class="1">класс 1</td>
<td class="2">класс 2</td>
</tr>
<tr>
<td class="3">класс 3</td>
<td class="4">класс 4</td>
</tr>
</table>
</body>
</html>

В чем причина?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

опечатался, просто из сети выкинуло не успел исправить. класс M он не уважает, это я потом вместо него как раз r стал использовать из-за ИЕ.

не надо именно такое название класса, начинать можно. образец:

.M {color:red;}

красный?

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