Jump to content
  • 0

помогите разобраться с таблицей


9EVIL
 Share

Question

Есть таблица. Нужно сделать так, чтобы ячейки, имеющие ссылки, были сами ссылками. Юзал поиск, ничего толкового для прешения этой проблемы не нашел. Если задать ссылке высоту и ширину ячейки получается совсем не то, что нужно.

И как сделать такую рамку вокруг шапки таблицы как на изображении. Спасибо за помощь.

!.jpg

Код:

<table class="calendar">

<thead>
<tr>
<th colspan="7">Календарь на Июль 2011</th>
</tr>

<tr>
<td>пн</td>
<td>вт</td>
<td>ср</td>
<td>чт</td>
<td>пт</td>
<td>сб</td>
<td>вс</td>
</tr>
</thead>


<tbody>

<tr>
<td class="lc"></td>
<td></td>
<td class="lc"></td>
<td></td>
<td class="lc">1</td>
<td>2</td>
<td class="lc">3</td>
</tr>

<tr>
<td class="lc">4</td>
<td>5</td>
<td class="lc">6</td>
<td>7</td>
<td class="lc">8</td>
<td>9</td>
<td class="lc">10</td>
</tr>

<tr>
<td class="lc">11</td>
<td>12</td>
<td class="lc">13</td>
<td>14</td>
<td class="lc"><a href="#" title="15">15</a></td>
<td>16</td>
<td class="lc">17</td>
</tr>

<tr>
<td class="lc">18</td>
<td><a href="#" title="19">19</a></td>
<td class="lc">20</td>
<td>21</td>
<td class="lc">22</td>
<td>23</td>
<td class="lc">24</td>
</tr>

<tr>
<td class="lc">25</td>
<td>26</td>
<td class="lc">27</td>
<td>28</td>
<td class="lc"><a href="#" title="29">29</a></td>
<td>30</td>
<td class="lc">31</td>
</tr>

</tbody>
</table>

/* ———————————————-- Стили Календаря ———————————————-- */
.calendar {
width:560px;
border-collapse: collapse;
border: 1px solid #c0c589;
margin: 5px 5px 5px 0;
}

.calendar thead th{
background:#9a2559;
height:80px;
font-size: 30px;
color:white;
}

.calendar thead td{
background:#fbf6e3;
border-bottom:1px solid #c0c589;
height:40px;
}

.calendar thead td, th{
text-align:center;
vertical-align:middle;
font-weight:bold;
}

.calendar a{
display:block;
}

.calendar th, td{
width:80px;
height:60px;
font-weight:bold;
}

.calendar tbody td {
border:1px solid #c0c589;
text-align:right;
width:108px;
padding: 9px;
vertical-align:top;

}

td.lc {
background:#fbf6e3;
}

/* ———————————————-- //Конец стилей календаря ———————————————-- */

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