HighDots Forums  

Links cannot be clicked in right DIV

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Links cannot be clicked in right DIV in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CEP Webmaster
 
Posts: n/a

Default Links cannot be clicked in right DIV - 04-11-2006 , 03:17 PM






Hi all

I've searched ye olde web as well as this and other groups. There are
many solutions but none which work for my situation.

I am webmaster for the CEP (http://www.thecep.org.uk/index.shtml) and
on the front page I have a DIV floated to the right. The links on this
DIV can be clicked if you use IE but the cursor doesn't even change to
a hand in Firefox.

I have validated the document as strict HTML 4.01 and it passes (with
warnings) the CSS.

Do you guys have any ideas?

Thanks, Gav


Reply With Quote
  #2  
Old   
Jim Moe
 
Posts: n/a

Default Re: Links cannot be clicked in right DIV - 04-11-2006 , 03:38 PM






CEP Webmaster wrote:
Quote:
I am webmaster for the CEP (http://www.thecep.org.uk/index.shtml) and
on the front page I have a DIV floated to the right. The links on this
DIV can be clicked if you use IE but the cursor doesn't even change to
a hand in Firefox.

Get rid of all those "z-index" rules.
.content overlays .right-navigation preventing access to the form. In
fact .content overlays almost everything on the page.
To aid troubleshooting add a border or a background color to the <div>s
so you can see how they interact with each other.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
  #3  
Old   
CEP Webmaster
 
Posts: n/a

Default Re: Links cannot be clicked in right DIV - 04-11-2006 , 04:24 PM




Jim Moe wrote:

Quote:
CEP Webmaster wrote:

I am webmaster for the CEP (http://www.thecep.org.uk/index.shtml) and
on the front page I have a DIV floated to the right. The links on this
DIV can be clicked if you use IE but the cursor doesn't even change to
a hand in Firefox.

Get rid of all those "z-index" rules.
.content overlays .right-navigation preventing access to the form. In
fact .content overlays almost everything on the page.
To aid troubleshooting add a border or a background color to the <div>s
so you can see how they interact with each other.
Thanks for your v. prompt response. I admit I only added those in a
desperate hope that I could fix it that way!

Now that they're gone, though, it is still not working.

I understand that .content covers the rest of the page, but I want it
to be as wide as possible (to fill the rest of the screen). I didn't
think the DIVs were supposed to overlap as per
http://www.bigbaer.com/css_tutorials....text.wrap.htm... Am I
wrong?

Thanks again, Gav



Reply With Quote
  #4  
Old   
CEP Webmaster
 
Posts: n/a

Default Re: Links cannot be clicked in right DIV - 04-11-2006 , 04:27 PM




CEP Webmaster wrote:

Quote:
Jim Moe wrote:

CEP Webmaster wrote:

I am webmaster for the CEP (http://www.thecep.org.uk/index.shtml) and
on the front page I have a DIV floated to the right. The links on this
DIV can be clicked if you use IE but the cursor doesn't even change to
a hand in Firefox.

Get rid of all those "z-index" rules.
.content overlays .right-navigation preventing access to the form. In
fact .content overlays almost everything on the page.
To aid troubleshooting add a border or a background color to the <div>s
so you can see how they interact with each other.

Thanks for your v. prompt response. I admit I only added those in a
desperate hope that I could fix it that way!

Now that they're gone, though, it is still not working.

I understand that .content covers the rest of the page, but I want it
to be as wide as possible (to fill the rest of the screen). I didn't
think the DIVs were supposed to overlap as per
http://www.bigbaer.com/css_tutorials....text.wrap.htm... Am I
wrong?

Thanks again, Gav
Scratch my last -- I found the problem (and thanks to your suggestion)
-- a sneaky position:relative was in the .content DIV. Dunno how that
got there.

Thanks a lot, Gav



Reply With Quote
  #5  
Old   
Tony
 
Posts: n/a

Default Re: Links cannot be clicked in right DIV - 04-11-2006 , 05:50 PM



CEP Webmaster wrote:
Quote:
Scratch my last -- I found the problem (and thanks to your suggestion)
-- a sneaky position:relative was in the .content DIV. Dunno how that
got there.
Probably put there by a sneaky relative...


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.