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 | |
|---|---|---|---|---|---|
|
Achat En Ligne Sulfadoxine - Pyrimethamine Online Pills A Pontault-Combault
Obtenez Cher Fansidar Abordable A Noisy-Le-Grand |
Eventos | Guest_Leaskelenny_* |
|
|
|
Performance do sql server
Lock de tabelas e registros |
SQL Server / Access |
Anderson Nunes
|
|
|
|
Problemas com o Google Analytics
Alguém sabe o que pode estar acontecendoi?? ;/ |
Dúvidas Gerais |
Nai :)
|
|
|
|
Dúvida com formulário
|
Flash & ActionScript |
Luan_Arima
|
|
|
|
Colunista do Folhateen compara expectativa sobre iPad com Obama, leia íntegra do bate-papo
|
Notícias |
Notícias
|
|
|
|
Cientistas criam robô que expressa emoções
|
Notícias |
Notícias
|
|
|
|
Dúvida: ActionScript 3 + PHP, como recebo um Get ?
como reber um get com as3 |
Flash & ActionScript |
Make
|
|
|
|
Site indica, via GPS, quem está por perto
|
Notícias |
Notícias
|
|
Publicidade
|
|

Help













