B
Bernt Fischer
Hello
I want to render a datagrid with transparent borders (cellspacing = 1) so
the underlying background shines through. Unfortunately, ASPNET renders the
<table> tag with a 'rules="all" attribute, causing Netscape 7.02 to draw
black borders in spite of the border=0 setting:
<table cellspacing="1" rules="all" cellpadding="2" border="0"
style="border-width:0px;border-style:None;width:468px;">
Does anyone know of an elegant (or even not-so-elegant) solution to this
problem that also works with Netscape 4.78 (this being the original reason
for the design with cellspacing = 1 and a background color)?
Any help would be greatly appreciated!
Thanks,
Bernt
I want to render a datagrid with transparent borders (cellspacing = 1) so
the underlying background shines through. Unfortunately, ASPNET renders the
<table> tag with a 'rules="all" attribute, causing Netscape 7.02 to draw
black borders in spite of the border=0 setting:
<table cellspacing="1" rules="all" cellpadding="2" border="0"
style="border-width:0px;border-style:None;width:468px;">
Does anyone know of an elegant (or even not-so-elegant) solution to this
problem that also works with Netscape 4.78 (this being the original reason
for the design with cellspacing = 1 and a background color)?
Any help would be greatly appreciated!
Thanks,
Bernt