Ask a Question related to ASP.NET General, Design and Development.
-
Bernt Fischer #1
datagrid: rendered with 'rules="all"' causes trouble in Netscape 7.02
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
Bernt Fischer Guest
-
Netscape 7.2 error: "is not a function"
Calls to Flash Player functions GotoFrame and SetVariable work fine in Safari, IE, and Netscape 7.0. But in NS7.2 they produce the error "is not a... -
PDF displays "L" and rules incorrectly
You may be suffering from a bug with the pdf library used with Acrobat6 and CS1 apps, where it treats i and l as lines. This is known to happen when... -
possible bug with "DataGrid" and "Alert" when refreshinggrid and more
I've re-written the code to this basic code ( what I've posted below ) The code I've posted is a basic version of what I bumped into earlier last... -
Javascript menus show "under" .SWF files need Netscape code!
I recently found the parameter code to allow Javascript menu's to display "Over" a .SWF file, however it only works in the Internet Explorer browser.... -
Netscape wants username and password for ""
"artane" webforumsuser@macromedia.com wrote: Sounds like a password protected directory. Did you have IE store the password and then forget... -
Natty Gur #2
Re: datagrid: rendered with 'rules="all"' causes trouble in Netscape 7.02
Hi,
Non elegant one : Use Response filter to remove it.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

