у миня такая проблема как сделать в css чтобы цвет границы отображался не только в отдельной ячеики а полностью во всей таблице! как было раньше в теге bordercolor...
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Boriss
у миня такая проблема как сделать в css чтобы цвет границы отображался не только в отдельной ячеики а полностью во всей таблице! как было раньше в теге bordercolor...
вот пример
<table width="90%" border="1" cellspacing="0" cellpadding="0" align="center" class="table">
<tr height="50">
<td width="30%"> </td>
<td width="60%"> </td>
</tr>
<tr height="50">
<td width="30%"> </td>
<td width="60%"> </td>
</tr>
<tr height="50">
<td width="30%"> </td>
<td width="60%"> </td>
</tr>
<tr height="50">
<td width="30%"> </td>
<td width="60%"> </td>
</tr></table>
style
.table{border:#DDDDDD;}
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
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.