472,371 Members | 1,479 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Problems with Netscape and ASP.NET

Joy
Hi,

I recently created a website in ASP.NET and it looks great in IE but in Netscape there is a strange dark blue background behind all the asp:tables. Since I set the background for these tables as transparent, I am at a loss as to why this is happening. When trying to resolve the issue, I began to see disturbing comments in newsgroups concerning how ASP.NET renders their html. According to many people ASP.NET renders html code very poorly thus making it very difficult for other browsers to understand and render it. I'm not sure if this is the source of my current problem which I would like help resolving, but I would also like to learn more information about this serious issue. I can not continue to use ASP.NET if it will only work with IE. I would appreciate any response concerning these problems. Thank you!!

Joy
Jul 21 '05 #1
2 1531
My experience (which isn't a lot) is Netscape is less forgiving than IE
(make sure to validate you pages using a validator, some items will never
validate but I have found that it helps a lot). Also some of the style
properties are different so you have to see how each handles your pages and
make adjustments to your code/styles/templates. For example the size of a
dropdown box. In IE width= will do the trick where in Netscape you need to
use size= for small boxes. Border properties are different also. For colors
I use hex codes instead of names. Seems to work fine in both. You just have
to view your pages in both an make the adjustments. It isn't that hard.
That is my 2 cents.

"Joy" <si***********@yahoo.com> wrote in message
news:F7**********************************@microsof t.com...
Hi,

I recently created a website in ASP.NET and it looks great in IE but in Netscape there is a strange dark blue background behind all the asp:tables.
Since I set the background for these tables as transparent, I am at a loss
as to why this is happening. When trying to resolve the issue, I began to
see disturbing comments in newsgroups concerning how ASP.NET renders their
html. According to many people ASP.NET renders html code very poorly thus
making it very difficult for other browsers to understand and render it.
I'm not sure if this is the source of my current problem which I would like
help resolving, but I would also like to learn more information about this
serious issue. I can not continue to use ASP.NET if it will only work with
IE. I would appreciate any response concerning these problems. Thank you!!
Joy

Jul 21 '05 #2
This really isn't an ASP.NET issue, it's an issue that has existed since NS
and IE were created. They don't always agree on how HTML should be
rendered. The solution is to learn more about how NS and IE differ with
respect to HTML and adjust your ASP.NET code accordingly.

I think you'll find that this will solve whatever rendering issues you may
be having. One question, you say that you set your tables to have a
transparent background. What do you mean exactly by this? NOT specifying a
background (doing nothing) is the default and this is what you should have
if you don't want any background.
"Joy" <si***********@yahoo.com> wrote in message
news:F7**********************************@microsof t.com...
Hi,

I recently created a website in ASP.NET and it looks great in IE but in Netscape there is a strange dark blue background behind all the asp:tables.
Since I set the background for these tables as transparent, I am at a loss
as to why this is happening. When trying to resolve the issue, I began to
see disturbing comments in newsgroups concerning how ASP.NET renders their
html. According to many people ASP.NET renders html code very poorly thus
making it very difficult for other browsers to understand and render it.
I'm not sure if this is the source of my current problem which I would like
help resolving, but I would also like to learn more information about this
serious issue. I can not continue to use ASP.NET if it will only work with
IE. I would appreciate any response concerning these problems. Thank you!!
Joy

Jul 21 '05 #3

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

Similar topics

6
by: Ingmund Sjåstad | last post by:
Trying to make a dropdown menu. I working nice in IE6 but when I try a link in Netscape 7 nothing happens. Can anybody help me? <html> <head> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0...
13
by: Dan R Brown | last post by:
I have a large form that is generated dynamically in a jsp using xml / xslt. So, to break up this form into several "tabbed" sections, I break up the form using <div> tags. Each <div...
3
by: Laiverd.COM | last post by:
Hi everybody, Since today the pages at http://www.laiverd.com/groundzero/anima have problems with the hover-styles in Netscape 7.1 (no problems in Mozilla, Firefox and IE on Windows). I am not...
2
by: ALuPin | last post by:
Hi, when I try to see the effect of the following script I do not see anything when using Netscape Navigator whereas InternetExplorer ist ok. In Netscape Javascript is activated. What could...
2
by: Vik | last post by:
1. In IE 6.0, I can open a Web page http://localhost/MySite/MyPage.aspx, which connects to an SQL Server without asking for log in. In Netscape 7.1, the page requires log in. Provided the Windows...
2
by: Joy | last post by:
Hi, I recently created a website in ASP.NET and it looks great in IE but in Netscape there is a strange dark blue background behind all the asp:tables. Since I set the background for these tables...
1
by: kevin.a.sweeney | last post by:
I would like to open an application from a hyperlink on a webpage. 1. the webpage is located on my local machine. 2. the application is located on my local machine. 3. the application will run...
9
by: Tuy Solang | last post by:
I download four scripts that are used to display Khmer PGN for Khmer Chess. It works fine with Netscape 7.1 on MS Millenium, but it gave me an error(Java Script console) with Netscape 8.1 on MS...
10
by: jodleren | last post by:
Hi I know, that there are a lot of people having problems with orkut.com, errors like "object expected" and named objects missing. When loading the site can generate some 10 errors, and still...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.

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.