Page 1 of 1

Weird non clickable links [SOLVED]

Posted: Fri Jul 08, 2011 8:57 pm
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.

Re: Weird non clickable links

Posted: Fri Jul 08, 2011 9:20 pm
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

Re: Weird non clickable links

Posted: Fri Jul 08, 2011 9:33 pm
by swarfega
excellent, thanks Jos.