Click here to Skip to main content
16,008,183 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: window.open function acting strange Pin
Guffa22-Aug-06 8:55
Guffa22-Aug-06 8:55 
Question[need help] mysql question [modified] Pin
Sam 200620-Aug-06 4:09
Sam 200620-Aug-06 4:09 
AnswerRe: [need help] mysql question Pin
Guffa20-Aug-06 4:42
Guffa20-Aug-06 4:42 
GeneralRe: [need help] mysql question Pin
Sam 200620-Aug-06 4:48
Sam 200620-Aug-06 4:48 
QuestionThree column layout without tables Pin
gantww19-Aug-06 18:12
gantww19-Aug-06 18:12 
AnswerRe: Three column layout without tables Pin
Boro_Bob19-Aug-06 22:46
Boro_Bob19-Aug-06 22:46 
QuestionTable column border in HTML Pin
cj433118-Aug-06 8:05
cj433118-Aug-06 8:05 
AnswerRe: Table column border in HTML Pin
Boro_Bob18-Aug-06 11:09
Boro_Bob18-Aug-06 11:09 
Yes, using CSS.

Give your table an id for example id="MyTable"

Then in your style sheet create a style for the columns in that table

#MyTable td{
border-right:1px solid #CCC;
border-left:1px solid #CCC;
border-topBlush | :O ;
border-leftBlush | :O ;
}
You can replace the #CCC with which ever colour you want, and set the width of the border. You can also try 'dotted' or 'dashed' instead of 'solid'.

Words fade as the meanings change, but somehow, it don't bother me.

GeneralRe: Table column border in HTML Pin
cj433121-Aug-06 2:27
cj433121-Aug-06 2:27 
QuestionHelp implementing Gradient Wipe Transition Filter on BUTTON ! Pin
deadstone_ssb18-Aug-06 4:54
deadstone_ssb18-Aug-06 4:54 
Questioncool ! how to make this website -design the picture online Pin
nitty.stone18-Aug-06 1:59
nitty.stone18-Aug-06 1:59 
AnswerRe: cool ! how to make this website -design the picture online Pin
Hy Chanhan18-Aug-06 2:17
professionalHy Chanhan18-Aug-06 2:17 
GeneralBUT I SAVE THE PIC,PIC IS REALY ADD FRAME? Pin
nitty.stone18-Aug-06 18:58
nitty.stone18-Aug-06 18:58 
GeneralRe: But I save the pic,pic is realy add frame? Pin
Guffa19-Aug-06 22:05
Guffa19-Aug-06 22:05 
QuestionCan Java script be used to change the items in an ASP.NET drop down list? Pin
Red_Wizard_Shot_The_Food17-Aug-06 21:58
Red_Wizard_Shot_The_Food17-Aug-06 21:58 
AnswerRe: Can Java script be used to change the items in an ASP.NET drop down list? Pin
Guffa17-Aug-06 22:07
Guffa17-Aug-06 22:07 
QuestionAddress bar Pin
rajmani17-Aug-06 19:31
rajmani17-Aug-06 19:31 
AnswerRe: Address bar Pin
_AK_17-Aug-06 19:45
_AK_17-Aug-06 19:45 
AnswerRe: Address bar Pin
alexey N17-Aug-06 20:42
alexey N17-Aug-06 20:42 
QuestionImages not loading for test Pin
Jagannatha10817-Aug-06 11:25
Jagannatha10817-Aug-06 11:25 
GeneralRe: Images not loading for test Pin
manowj17-Aug-06 18:00
manowj17-Aug-06 18:00 
GeneralRe: Images not loading for test Pin
Jagannatha10817-Aug-06 18:18
Jagannatha10817-Aug-06 18:18 
GeneralRe: Images not loading for test Pin
_AK_17-Aug-06 19:51
_AK_17-Aug-06 19:51 
QuestionHELP WITH TRANSPARENT TABLES Pin
Joey Picerno17-Aug-06 9:01
Joey Picerno17-Aug-06 9:01 
GeneralRe: HELP WITH TRANSPARENT TABLES Pin
Boro_Bob17-Aug-06 10:30
Boro_Bob17-Aug-06 10:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.