Publicidade
|
|
Page 1 of 1
Ajuda com tabela quero fazer igual ao que estou mostrando
#1
Posted 19 April 2004 - 10:17 AM
Ae pessoal, conheço pouco sobre tabelas, mas tipo... gostaria que quem quiser me ajudar, salve este SITE e abre no dreamweaver e olha essas tabela que envolve as festas na parte de cima, elas tem a borda preta, vc vai apagando o que tem dentro (textos e foto ) e olha que a tabela pode diminuir e aumentar, mas a borda continua e não foi feita como colocar borda na tabela, preciso fazer isso, me ajudem. (n sei se fui bem claro) Valew!
#2
Posted 19 April 2004 - 12:00 PM
isso eh feito com CSS:
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}
ae vc aplica na td:
<td class="linha"></td>
T+
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}
ae vc aplica na td:
<td class="linha"></td>
T+
#3
Posted 19 April 2004 - 12:29 PM
| QUOTE (Marcus VBP @ 19/4/2004 11:04:43) |
| isso eh feito com CSS: .linha { border-width: 1px; border-style: solid; border-color: #000000; } ae vc aplica na td: <td class="linha"></td> T+ |
Cara, n entendi muito bem, tipo...ex: o código da tabela é esse:
| CODE |
| <table width="200" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table> |
, como ficaria com esse css? posta o código aí pra mim? Valew
#4
Posted 19 April 2004 - 12:32 PM
coloca assim entre as tag <head> e </head>
<style type="text/css">
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}
</style>
depois na tabela
<table width="200" border="0" cellspacing="0" cellpadding="0" class="linha">
<tr>
<td> </td>
</tr>
</table>
<style type="text/css">
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}
</style>
depois na tabela
<table width="200" border="0" cellspacing="0" cellpadding="0" class="linha">
<tr>
<td> </td>
</tr>
</table>
#5
Posted 19 April 2004 - 03:17 PM
| QUOTE (deividy @ 19/4/2004 11:04:02) |
| coloca assim entre as tag <head> e </head> <style type="text/css"> .linha { border-width: 1px; border-style: solid; border-color: #000000; } </style> depois na tabela <table width="200" border="0" cellspacing="0" cellpadding="0" class="linha"> <tr> <td> </td> </tr> </table> |
valew deividy, como sempre você me ajudando, me ajudou muito cara!
Share this topic:
Page 1 of 1
Similar Topics
| Topic | Forum | Started By | Stats | Last Post Info | |
|---|---|---|---|---|---|
|
textarea
Component |
Flash & ActionScript |
Anderson
|
|
|
|
Donde comprar Dexamethasone online sin receta, coste de Dexone 0.5mg en peru
|
Eventos | Guest_GoroGOFTDeego_* |
|
|
|
Bloqueio à web no Egito impulsiona disseminação da informação
|
Notícias |
Notícias
|
|
|
|
Banner carrossel...
Gostaria q alguem me ajudasse a criar um.. |
Flash & ActionScript |
GianCarlospf
|
|
|
|
Guestbook com aprovação
como fazer? |
PHP |
pedrorafaelvidal
|
|
|
|
Restaurando o sistema com o Windows
|
Notícias |
Notícias
|
|
|
|
Removendo itens do Combo Box
|
Flash & ActionScript |
Natan
|
|
|
|
Memorial de ataques de 11/9 em Nova York inaugura museu on-line
|
Notícias |
Notícias
|
|
Publicidade
|
|

Help













