473,394 Members | 1,658 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,394 software developers and data experts.

netscape 7.1 colors

I have a .net application that works great in IE,
however, in Netscape 7.1 the background colors are not
comparable to IE. Has anybody else experienced this? If
so, have you found a solution that does not interfer with
IE?
Jul 19 '05 #1
2 1473
This site will give you some insite.

http://www.w3schools.com/html/html_colors.asp

"beverly" <bk*********@dllr.state.md.us> wrote in message
news:00****************************@phx.gbl...
I have a .net application that works great in IE,
however, in Netscape 7.1 the background colors are not
comparable to IE. Has anybody else experienced this? If
so, have you found a solution that does not interfer with
IE?

Jul 19 '05 #2
Hello Beverly,

Thanks for posting in the group.

Firstly, please use a simple page to reproduce the problem and then view source to find out which part causes the difference.

If there is no way to change output, my suggestion would be to render different outputs to different browsers. You could add
runat="server" to the BODY tag, then add a reference in your code-behind to the ID you assigned to the BODY tag declaring
the control as an HtmlGenericControl. Then in your code behind, you can do the following...

Assuming your BODY tag in the ASPX page looks like:
<body id="myBody" runat="server">

Your code-behind could do the following:
myBody.Attributes["bgColor"] = "#003366";

You can find out what browser they are using with the Request.Browser object.
You can specify which browser you'd like to target the HTML output toward by using the Page.ClientTarget property.

By the way, you could also paste Netscape related browser issues at:
http://devedge.netscape.com/community/newsgroups/

Hope that helps.

Best regards,
Yanhong Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
!Content-Class: urn:content-classes:message
!From: "beverly" <bk*********@dllr.state.md.us>
!Sender: "beverly" <bk*********@dllr.state.md.us>
!Subject: netscape 7.1 colors
!Date: Tue, 19 Aug 2003 08:09:19 -0700
!Lines: 5
!Message-ID: <00****************************@phx.gbl>
!MIME-Version: 1.0
!Content-Type: text/plain;
! charset="iso-8859-1"
!Content-Transfer-Encoding: 7bit
!X-Newsreader: Microsoft CDO for Windows 2000
!X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
!Thread-Index: AcNmY9zwhEfiWpkBTOutCW1X8vYbMw==
!Newsgroups: microsoft.public.dotnet.general
!Path: cpmsftngxa06.phx.gbl
!Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:105016
!NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
!X-Tomcat-NG: microsoft.public.dotnet.general
!
!I have a .net application that works great in IE,
!however, in Netscape 7.1 the background colors are not
!comparable to IE. Has anybody else experienced this? If
!so, have you found a solution that does not interfer with
!IE?
!
Jul 19 '05 #3

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

Similar topics

3
by: Simba | last post by:
Hi, I've written some javascript routines for Internet Explorer and Opera. Could you tell me the Netscape and Mozilla equivalents? Thanks ------------------------- //this works with...
2
by: SabMan | last post by:
I understand that document.layers is no longer supported in Netscape 7.1 but I am not sure on how to fix the code so that it will work with Netscape 7.1. I understand that document.all is no...
2
by: beverly | last post by:
I have a .net application that works great in IE, however, in Netscape 7.1 the background colors are not comparable to IE. Has anybody else experienced this? If so, have you found a solution...
2
by: beverly | last post by:
I have a .net application that works great in IE, however, in Netscape 7.1 the background colors are not comparable to IE. Has anybody else experienced this? If so, have you found a solution...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.