Borders
by "Insurance Squared" <gcooke(at)insurancesquared.com>
|
| Date: |
Wed, 14 Feb 2001 16:58:42 -0500 |
| To: |
<hwg-techniques(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
Two questions I'm hoping the more experienced can answer quickly:
1) I'm trying to put a 1 pixel wide white border on the left and bottom of
some table cells. Like this:
.navcell {
background-color: #336666;
margin: 0;
padding: 0;
color: #FFFFFF;
border-top-width:0;
border-left-width:1;
border-right-width:0;
border-bottom-width:1;
border-color: #FFFFFF;}
Works great in MS, terrible in NS. Is there any way to make this work
cross-browser?
2) Any good/detailed resources on what works and doesn't in tables for the
various browsers (so I can look this kind of stuff up). It seems that NS
doesn't handle the border attributes well at the cell (TD) level.
Thanks for your help. I am working on my first paid job and the folks on
this list are really saving my bacon as I learn :-).
glenn
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.