Ask a Question related to ASP, Design and Development.

  1. #1

    Default <span>'s

    Hi,

    I have a link on an asp page.

    When the user clicks on this link I make a <span> visible.

    Within my span I have a series of textboxes.

    In Netscape 6.0 and 7.0 these textboxes are invisible.
    When I set focus to them and start typing they come
    visible. Any ideas why this is? I can see teh cursor
    flashing in the textbox but the textbox is invisile.

    Having type something and tabbed out the become visible?

    Any ideas?

    Thanks,
    C
    C Guest

  2. Similar Questions and Discussions

    1. Span and Div names
      Hi, I've been getting used to Dreamweaver - I'm not much of a coder any more, so I am using the basics. I downloaded the CourseBuilder extension...
    2. Annoying span
      Hi, Ive a annoying problem when creating Custom WebControl. When i create this sample control in codebehind. It renders as: <span...
    3. DataGrid (body only) contained in <span>...</span> tags
      Hi, I have a DataGrid control that displays many records. As such, I have been given a requirement to contain only the body of my DataGrid...
    4. <SPAN> Tag
      I know this is not FW related, it's just a quicky anyway: I noticed that Dreamweaver sometimes applies the <SPAN> tag to my text. But at other...
    5. DIV vs SPAN
      In my quest to get my page working I'm noticing I have a choice of either <DIV> or <SPAN> tags. I'd like to use nested layers and am wondering will...
  3. #2

    Default Re: <span>'s

    C wrote:
    > Hi,
    >
    > I have a link on an asp page.
    >
    > When the user clicks on this link I make a <span> visible.
    >
    > Within my span I have a series of textboxes.
    >
    > In Netscape 6.0 and 7.0 these textboxes are invisible.
    > When I set focus to them and start typing they come
    > visible. Any ideas why this is? I can see teh cursor
    > flashing in the textbox but the textbox is invisile.
    >
    > Having type something and tabbed out the become visible?
    >
    > Any ideas?
    >
    Look for a newsgroup with "dhtml" in its name. ASP is
    server-side code and cannot respond to events taking place on the client
    machine.

    HTH,
    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows 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