473,395 Members | 1,581 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

<span>'s in ASP.NET

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
Nov 17 '05 #1
4 1304
A simple solusion is to use <asp:Literal> instead of <span>

"C" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
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

Nov 17 '05 #2
I thought that <span> was IE specific & not recognised by Netscape..

Regards,
Greg Linwood
SQL Server MVP

"C" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
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

Nov 17 '05 #3
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?
--
Kirk Allen Evans
Microsoft MVP, ASP.NET
www.xmlandasp.net
Read my web log at http://weblogs.asp.net/kaevans

"C" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
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

Nov 17 '05 #4
<span> is part of the HTML Standard.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

"Greg Linwood" <g_*********************************@hotmail.com > wrote in
message news:Or****************@TK2MSFTNGP12.phx.gbl...
I thought that <span> was IE specific & not recognised by Netscape..

Regards,
Greg Linwood
SQL Server MVP

"C" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
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


Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Alexander Ross | last post by:
I have an html snippet, and I want to remove any <span> tags that have a specific attribute (class=none) ex. The quick brown <span class="animal">fox</span> jumped <span...
13
by: Mikko Ohtamaa | last post by:
From XML specification: The representation of an empty element is either a start-tag immediately followed by an end-tag, or an empty-element tag. (This means that <foo></foo> is equal to...
3
by: Andrew Tang | last post by:
Hi. I'm having problems with the following code. The last line seems to be in the wrong place, its been moved down slightly by about 3 pixels in IE6. <html> <head> <title>Lorem Ipsum</title>...
18
by: Timothy Casey | last post by:
Thanks in advance... =~= Timothy Casey South Australia worloq@iprimus.com.au Formerly: casey@smart.net.au
9
by: Wang, Jay | last post by:
Hello, all, I would like to enable some text between <SPAN url="http://www.testserver.com/">WORD TO BE DRAGGED </SPAN>. I put some javascript and it will extract http://www.testserver.com/ from...
2
by: xhe | last post by:
I met a very headache problem in javascript, I think this might be difference between IE and NS / Safari. I have a text area <form> <textarea name='tex1' onkeyup='displayit();'></textarea>...
1
by: shivani anand | last post by:
Hi.. I have a doubt. I have some code.. <span class="test1"> my screeen </span> I simply changed it to. <h2 class = "test1"> my screen </h2>
5
by: Brent | last post by:
Take this small HTML fragment: span.theClass{float:left;width:100px;cursor:pointer;cursor:hand;} ------------------------ <div> <span id="1" class="theClass">&nbsp;<span> <span id="2"...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.