473,659 Members | 2,980 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Strange IE problem - unclickable links

Hello,

I've just done a redesign of website, and it's gone terribly wrong for
Internet Explorer 6. I have a two column layout, and for some reason
links in the right hand column cannot be clicked - it's almost as if
the left column is covering the right - an attempt to click a link
will select text in the left column.

I've tried setting the right margin (of the left column) to 300px; but
to no avail. I don't want to set the size of the left column, which
presumably would fix it, since the whole point is to have a fluid
layout. It works fine in Firebird 0.8.

Here's an example:
http://www.golisten.co.uk/retrieve.php?messageID=648
Jul 20 '05 #1
9 6688

"Stephen Melia" wrote...
Hello,

I've just done a redesign of website, and it's gone terribly wrong for
Internet Explorer 6. I have a two column layout, and for some reason
links in the right hand column cannot be clicked - it's almost as if
the left column is covering the right - an attempt to click a link
will select text in the left column.

I've tried setting the right margin (of the left column) to 300px; but
to no avail. I don't want to set the size of the left column, which
presumably would fix it, since the whole point is to have a fluid
layout. It works fine in Firebird 0.8.

Here's an example:
http://www.golisten.co.uk/retrieve.php?messageID=648


Hello Stephen,

Using the w3c validation service, I discovered that your page does not have
a document type declared:

http://validator.w3.org/check?uri=ht...tern+Europe%29

This is important. If a 'doctype' is not declared, web pages can do funny
things. Refer to this:
http://www.alistapart.com/articles/doctype/

Decide which doctype best applies and revalidate your document. Fix any
errors that the validation service returns and then see if that fixes your
troubles.

Good luck,
Jim Roberts
Jul 20 '05 #2
On 3 Apr 2004 08:03:02 -0800, sj*****@yahoo.c o.uk (Stephen Melia) wrote:
I've just done a redesign of website, and it's gone terribly wrong for
Internet Explorer 6. I have a two column layout, and for some reason
links in the right hand column cannot be clicked - it's almost as if
the left column is covering the right - an attempt to click a link
will select text in the left column.

I've tried setting the right margin (of the left column) to 300px; but
to no avail. I don't want to set the size of the left column, which
presumably would fix it, since the whole point is to have a fluid
layout. It works fine in Firebird 0.8.

Here's an example:
http://www.golisten.co.uk/retrieve.php?messageID=648


FWIW: links operate normally in IE 6 here (Windows XP). Odd, but in IE
almost anything is possible.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #3
> Decide which doctype best applies and revalidate your document.

Heh, almost immediately I posted my plea for help, I remembered that
I'd put in a doctype to try and validate towards - and removing the
doctype solved the problem. (I'll have to work for compliance another
day :)

Thanks very much for your help!
Jul 20 '05 #4
Hello

I also have a problem with links. Am only learning CSS. I have several divs
on my page and the links of the third and fourth (called "valikko" and
"paapalsta" ) only work if the fifth one (bottom picture) is positioned very
far down from it, something like 400 pixels. For the moment it's at the
distance I want it to be. The link in the div "paapalsta" (the words
"sivujen tekijän") curiously begins to work if I position div "bottom" very
far down.

What could be the problem? It didn't help to add a document type.

http://www.geocities.com/fennomaani

There's nothing behind the links for the moment. I have to finish the first
page before working on others. I'll paste my css here-below.

Thanks!

P.

/* basic elements */

body {
font: 10pt/10pt courier new;
color: #725712;
background: #ffffff url(tausta.jpg) repeat-y top center;
margin: 0px;
}

p {
font: 10pt/10pt courier new;
color: #725712;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 5px;
text-align: justify;
}

h1 {
font: normal 18pt courier new;
font-weight: bold;
letter-spacing: 0px;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 0px;
color: #725712;
text-align: center;
}

h2 {
font: normal 10pt courier new;
font-weight: bold;
letter-spacing: 0px;
margin-top: 10px;
margin-left: 15px;
margin-bottom: 0px;
color: #725712;
text-align: left;
}
ul {
list-style-type: none;
margin-top: 10px;
margin-left: 15px;
}

a:link {
font: 12pt/12pt courier new;
font-weight: bold;
text-decoration: none;
color: #725712;
}

a:visited {
font: 12pt/12pt courier new;
font-weight: bold;
text-decoration: none;
color: #ff9f2c;
}

a:hover, a:active {
font: 12pt/12pt courier new;
font-weight: bold;
text-decoration: underline;
color: #725712;
border: none;
}

div#valikko a span {
display: none;
}

div#valikko a:hover span {
display: block;
position: absolute;
width: 215px;
top: 185px;
left: 0px;
margin-left: 15px;
z-index: 100;
font: italic 10pt/10pt courier new;
text-decoration: none;
color: #725712;
background: transparent;
}

div#kielet a span {
display: none;
}

div#kielet a:hover span {
display: block;
position: absolute;
width: 215px;
top: 205px;
left: 0px;
margin-left: 15px;
z-index: 100;
font: italic 10pt/10pt courier new;
text-decoration: none;
color: #725712;
background: transparent;
}

div#paapalsta a:link {
font: 10pt/10pt courier new;
font-weight: bold;
text-decoration: none;
color: #725712;
}

div#paapalsta a:visited {
font: 10pt/10pt courier new;
font-weight: bold;
text-decoration: none;
color: #ff9f2c;
}

div#paapalsta a:hover, a:active {
font: 10pt/10pt courier new;
font-weight: bold;
text-decoration: underline;
color: #725712;
border: none;
}

div#alareuna p {
text-align: center;
}

/* specific divs */

#top {
background: url(puunrungot. jpg) no-repeat top center;
position: absolute;
top: 0px;
left: 136px;
width: 700px;
height: 255px;
margin-top: 0px;
margin-bottom: 0px;
}

#kielet {
background: #ff9f2c;
position: absolute;
top: 255px;
left: 136px;
width: 700px;
}

#valikko {
width: 230px;
position: absolute;
top: 270px;
left: 136px;
margin-top: 8px;
background: #CDCDCD;
}

#paapalsta {
width: 455px;
position: absolute;
top: 270px;
left: 366px;
margin-top: 10px;
}

#bottom {
background: url(puunrungot2 .jpg) no-repeat bottom center;
position: absolute;
left: 136px;
top: 440px;
width: 700px;
height: 900px;
}

#alareuna {
background: #ff9f2c;
position: absolute;
top: 1340px;
left: 136px;
width: 700px;
}
Jul 20 '05 #5
"Pastis" <fe*********@ya hoo.com> wrote:
I also have a problem with links.


Please check the answer I gave in the Finnish group sfnet.viestinta .www.
It is far too early to consider styling details, before the basic
structure is right. Besides, the problem you mention seems to result from
an attempt to create a CSS imitation of the title="..." attribute, quite
unnecessarily.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Jul 20 '05 #6
> structure is right. Besides, the problem you mention seems to result from
an attempt to create a CSS imitation of the title="..." attribute, quite
unnecessarily.


Aha, that's a piece I've copied from somewhere. Thanks.
Jul 20 '05 #7
Is there a way to position the bottom picture and colored strip not
absolutely but automatically just below the previous div, however long the
text is?

Pastis
Jul 20 '05 #8
Pastis wrote:
Is there a way to position the bottom picture and colored strip not
absolutely but automatically just below the previous div, however long the
text is?


img {
display: block;
clear: both;
}

It will appear below previous page contents that aren't absolutely
positioned.

--
Jim Dabell

Jul 20 '05 #9
> img {
display: block;
clear: both;
}


Thanks. I will try that. It would be the ideal solution as the text may be
longer on some other pages using the same style sheet.

In the meanwhile, I found a solution to the link that didn't work when the
following div was too close. I still don't understand why it didn't work. It
DOES, however, work now that I put the div with the link inside the div with
the background picture.

Curiously, the link referred to the same page became clickable but lead to
an error message when I wrote <a href="blabla"> but works fine when I write
<a href="index.htm l#blabla> even though both the link and the target are on
the same page.
Jul 20 '05 #10

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

Similar topics

7
4715
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 that it's completely outside the parent div (to the left of its parent, in a left-side margin area). The child div contains hyperlinks. Explorer 6 (on Windows) has no problem with this. However, in Netscape 6, the links are unclickable. I...
7
1659
by: M O J O | last post by:
Hi, I'm developing a asp.net application and ran into a strange css problem. I want all my links to have a dashed underline and when they are hovered, it must change to a solid line. Sounds simple, but it's not working. I've cooked down my output code to show you what I mean. If you run the code below, there's no line under the link, but if you either remove the
0
839
by: Vlad Koby | last post by:
Hi All I have a strange problem on my portal. I have an email-blasting page on the portal that uses FreeTextBox to edit the message body. There is also a subject field and a couple of drop down lists to select a group or a person to send an email to. There is also a Send button that initializes an email message and calls a WebMail function to send this message. Everything works perfect except one small detail.
4
2132
by: ben.dixon | last post by:
Hi, I'm using links for navigation on a test page, so each link will go to a question in the test e.g. Question 1, Question 2 etc. For each link i am using an Outer Border, Middle border and Inner border, each with their own color depending on the status of the question (e.g. Read, Answered, Viewed etc.) so that the user can distinguish between questions they've answered and one they haven't answered.
5
2456
by: mdburton | last post by:
How exactly is this possible? I have messed around with some javascript to try to do this before, but what I used never seemed to work like after the user clicks it once, it becomes unclickable or vanishes completely would also be fine with me This is just one irritating thing I can't get to work for me and non of the examples I've found onliny work either
3
1750
by: iddoacanadian | last post by:
<Span style="text-align:center;position:absolute; background-repeat:no-repeat; height:400px; width:100%;left:0px;top:200px; background-image:url(http://i30.photobucket.com/albums/c335/iddoacanadian/bradlee1.gif); background-position:center center;">&nbsp;</Span> I'm assuming since my gif is just going transparent, that is why I can't click on the links that are underneath it. Is there a way to combat this, like having the gif disappear...
6
2359
by: 85ssp | last post by:
I have a server applicatoin that has a multitude of labels related to the clients connected to it. When I have a number near 50 clients and i recieve a updatated status from each of the clients at once the labels are updated to the current status. (basically a label color is changed depending on status), this operation causes the mainform to freeze until it can process all of the messages recieved. I have tried everything possible to make...
5
2428
by: ioni | last post by:
Good day, fellows! I have a strange problem – at my site there is a flash strip, that loads data dynamically. It works fine (grabs data from the remote server and presents it), however in IE7 and its clones I encounter a strange problem where I can hear clicking sound non-stop (like the page is being reloaded non- stop), whereas the page is not reloading.
0
8428
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8747
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8627
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7356
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5649
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2752
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.