473,320 Members | 1,746 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,320 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?
Nov 22 '05 #1
2 854
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?

Nov 22 '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?
!
Nov 22 '05 #3

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

Similar topics

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...
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...
7
by: AnnMarie | last post by:
My JavaScript Form Validation doesn't work at all in Netscape, but it works fine in IE. I made some of the suggested changes which enabled it to work in IE. I couldn't make all the changes...
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...
4
by: Sangwoo Im | last post by:
Please take a look at my code. I made a script to scroll the contents of DIV tag. It works in IE, but not NN. I tried to use document.getElementById(id) function. It didn't work at all. I just want...
13
by: Julia Peterwitz | last post by:
I have a function that works with explorer but not with netscape. The problem is the function at line 5. 1 fSetSelectedDay(myElement){ 2 /* 3 ... 4 */ 5 var elementText =...
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: Norman Swartz | last post by:
OS system is Windows XP Pro SP2. The following works perfectly in IE but not at all in Netscape: <tr> <td valign="middle" background="dull.gif" onMouseOver="this.background='bright.gif';"...
26
by: Roger Desparois | last post by:
Hi, I need help : I found the simplest and most precise way to open and close submenu layers. it works perfectly with IE, but for some odd reason NS won't recognize it. Can anyone tell me why...
7
by: David Laub | last post by:
I have stumbled across various Netscape issues, none of which appear to be solvable by tweaking the clientTarget or targetSchema properties. At this point, I'm not even interested in "solving"...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.