datagrid: rendered with 'rules="all"' causes trouble in Netscape 7.02

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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....
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139