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

workaround for Netscape 4 overlaying text with black

I'm following the recommendation:

<link rel="stylesheet" type="text/css" href="stuff_all_browsers_cope_with.css">
<style type="text/css">
@import url(stuff_netscape_4_wobbles_with.css);
</style>

which nevertheless produces pages on which the text can't be read
since they and the background are black in Netscape 4. I've read about
the don't do

background: transparent;

and it's in the stuff_netscape_4_wobbles_with.css, so should be
ignored. Honest, guv.

Template so far is

http://is5.cs.man.ac.uk/cs-about.html

What am I doing wrong? There's a worrying large proportion of hits
from sites proclaiming themselves as Mozilla/4 in my logs, so I need
to address this problem rather than just saying "to hell with old
browser users".

Thanks for any suggestions.

--
Daf Tregear
Manchester, UK
Jul 21 '05 #1
1 1251
Daphne Tregear wrote:

... produces pages on which the text can't be read
since they and the background are black in Netscape 4.

http://is5.cs.man.ac.uk/cs-about.html

What am I doing wrong?


In _base.css you have:
body { background: url(/images/logoleft.gif) no-repeat 9px 51px;}

You have not set a color, only an image, so results are indeterminate
regardless of browser. NS4 just does weirder things than most other
browsers. ;) Assuming you want a white background, change to:

body { background: #fff url...}

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 21 '05 #2

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

Similar topics

2
by: Fearless Freep | last post by:
I know there's a PIL mailing list but I thought I would try the question here as well. I'm using PIL on Python 1.5.2 (stop laughing, it's what the ISP has for CGI and I don't have a choice) ...
2
by: Adrian | last post by:
How can i get this menu to work in NS 7.1 ???? See example here: http://www.ascc.com/testmenu.cfm Thanks,Adrian! <HTML>
1
by: Alex Peng | last post by:
I have the following code. For IE 6, I can get link one and link two in two separated lines, but not in Netscape 7. I try to set display:block for A.ccMenu; however, the hyperlink excess ccMenuBox...
3
by: Mr. T. | last post by:
Hello, i have a page where i have a white box centered on the screen. Now in IE everything shows fine, but in FireFox and Netscape the background of the box isn't white. But all the positioning...
6
by: christian9997 | last post by:
Hi I would be very helpful if someone could help me with this code. It works fine in IE but when I display it in Netscape or Firefox and I move the mouse from one menu to the other the gap...
3
by: Rick | last post by:
I have an interesting problem when I run the following code in Netscape (7.02) vs. IE. This page works great in IE and all my controls bring up the validation summary dialog box if the required...
7
by: johnny15 | last post by:
I have used below the following parameters in my stylesheet.This give me a grey background around my tables that contains the sites content. This works fine using Microsoft Internet Explorer but...
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: 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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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
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.