Weird non clickable links [SOLVED]

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
swarfega
Forum Members
Forum Members
Posts: 174
Joined: Mon Sep 06, 2010 10:51 am

Weird non clickable links [SOLVED]

Post by swarfega »

Recently I noticed that in one section of my website, the links aren't clickable, whereas the very same links in another section are.

I wonder if its something either in the template or global settings, but Im not sure.

links not clickable: http://thriplow.org.uk/cms/index.php?page=home-4
links clickable: http://thriplow.org.uk/cms/index.php?page=news

any help would be appreciated.
Last edited by swarfega on Fri Jul 08, 2011 9:34 pm, edited 1 time in total.
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: Weird non clickable links

Post by Jos »

It's this line in your stylesheet:

Code: Select all

#gcmain_container { height: 100%; width: 100%;margin: 0 auto; position: absolute; top: 0px; z-index: 1; }
make the z-index: 0 or leave it away completely
swarfega
Forum Members
Forum Members
Posts: 174
Joined: Mon Sep 06, 2010 10:51 am

Re: Weird non clickable links

Post by swarfega »

excellent, thanks Jos.
Post Reply

Return to “The Lounge”