[thelist] PAGE OPTIMIZATION: source readability v. download weight

D. Bruce Saurer g1notami at zoominternet.net
Wed Jun 12 21:56:01 CDT 2002


----- Original Message -----
From: "James Aylard" <evolt at pixelwright.com>


>     If you want to adjust the cellspacing to a value other than zero using
> CSS, you are out of luck with IE/Win32. However, with browsers that
support
> the border-spacing property (which IE/Win32 does not), you could use this:
>
> table {
>   border-collapse: separate ; /* IE 5+ */
>   border-spacing: 3px ; /* Unsupported in IE/Win32 */
>   padding: 0px ;
> }

this works (Win IE 5.x /6, Moz 1, Opera 6)

body {
color: #000 ;
background-color: #fff ;
}
td {
border: 2px solid #fff ;
padding: 3px ;
}

bruce
g1notami at zoominternet.net





More information about the thelist mailing list