473,445 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Netscape cannot see my links but IE can. please help

I have a site

http://www.allaboutpets.org.uk/dogindex1.html

Now on all of the cat doh horse index pages when using netscape
browser ( all versions ) the download links in the left column do not
work.

If you try using PC Explorer ( all versions 4 and above ) the links
work fine.

I have no idea why Netscape cannot see these links.

My guess would relate to the css rules which define the placement of
layers such as;

..indexColumnOne {
position: absolute;
width: 345px;
left: 15px;
top: 140px;
z-index: 1;
visibility: visible;

}
..indexColumnTwo {
position: absolute;
width: 345px;
left: 385px;
top: 140px;
z-index: 2;
visibility: visible;

It is the links in .indexColumnOne that are not focussed.

Can anyone please help me with this one

Many thanks

carl Cross blue cross animal charity
Jul 20 '05 #1
1 1658
ca********@bluecross.org.uk (Carl Cross) wrote:
I have a site

http://www.allaboutpets.org.uk/dogindex1.html
Don't multipost. If you can't pick one newsgroup, crosspost to a
limited number and pick one of them to receive the replies.
I have no idea why Netscape cannot see these links.
Because they're underneath the second column.
My guess would relate to the css rules which define the placement of
layers such as;

.indexColumnOne {
position: absolute;
width: 345px;
left: 15px;
top: 140px;
z-index: 1;
visibility: visible;

}
.indexColumnTwo {
position: absolute;
width: 345px;
left: 385px;
top: 140px;
z-index: 2;
visibility: visible;


No. Your actual styles are

..indexColumnOne {
position: absolute;
width: 345px;
left: 16px;
top: 141px;
z-index: 1;
}
..indexColumnTwo {
position: absolute;
width: 742px;
left: 14px;
top: 139px;
z-index: 2;
height: 62px;
}

the important bit being the left and z-index values for
indexColumnTwo. This places the second column on top of the first
column. Hence you can't click on the links in the first column. Set
left to at least 360px instead.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #2

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

Similar topics

1
by: mark.reichman | last post by:
First off.. Thanks to Grant Wagner for help in a previous thread related to this one. I am at a total loss... I have multiple fields in a form with the same name. Lets call the fields with the...
9
by: rez | last post by:
I find it rather frustrating that Netscape 4.x is "no longer supported:" http://help.netscape.com/products/client/communicator/reflib.html Same seems true with IE. How am I ever supposed to...
4
by: Treetop | last post by:
I have code that works in IE but not Netscape 7+. This code allows me to have a list of links that bring up an image and description in an iframe. This works great in IE, however I have users...
1
by: LJL | last post by:
Greetings: I have a question regarding the system time and Netscape 7. I am running Win98SE. When Netscape 7 first loads it seems to store the currently set system time zone information. If...
25
by: Treetop | last post by:
I have seen some codes that can test for the browser and give values accordingly. I tried to read the FAQ, but was unable to find a simple version of this. What I want is If Netscape-test {...
1
by: Carl Cross | last post by:
I have a site http://www.allaboutpets.org.uk/dogindex1.html Now on all of the cat doh horse index pages when using netscape browser ( all versions ) the download links in the left column do...
14
by: Gerald S. | last post by:
Hello, I am trying to set the space between the bullet and the first word in a UL, without any luck. My Lists look like: x Item 1 x Item 2 x Item 3
30
by: Adam Siler | last post by:
i want to display a series of inline, fixed-width DIVs that will wrap into columns - a table, basically. i can do it under Internet Explorer, but the same code under Netscape or Opera does not...
7
by: Jonas Smithson | last post by:
Hello all, I have an absolute positioned parent div, and nested inside it is an absolute positioned child div -- I mean the div *code* is nested inside, but the child is physically positioned so...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.