PDA

View Full Version : Border Colors wuth tables


Jason.K
08-17-2002, 01:14 AM
Is there anyway of getting border colors for tables to work in browsers other than IE?

Thanks, Jason

Nightfire
08-17-2002, 01:17 AM
Use images and/or background colours in certain cells to make a "fake" border

brothercake
08-17-2002, 01:51 AM
if you use css it will work in all except netscape 4

<style>

.red_border { border:1px solid red; }


</style>

<table class="red_border" ...