<span>'s in ASP.NET

C

C

Hi,

I have a link on an aspx 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
 
G

Greg Linwood

I thought that <span> was IE specific & not recognised by Netscape..

Regards,
Greg Linwood
SQL Server MVP
 
K

Kirk Allen Evans [MVP]

Can you show some code? I am betting that this is purely a JavaScript issue
and Netscape rendering inline elements. What if you change to DIV instead
of SPAN? Since DIV is a block element, does this affect rendering?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,138
Messages
2,570,798
Members
47,347
Latest member
RebekahStu

Latest Threads

Top