Keyword

[SOLVED] Links and alts not working in category description

  • Paul Jameson
  • Paul Jameson's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago - 10 years 6 months ago #125917 by Paul Jameson
I have an odd problem that is demonstrated here:

www.theprt.co.uk/love-teesside/teesside-photo-of-the-month

I have an image in the category description, but hovering over it does not show the tooltip and a right click does not show the usual browser menus for an image (Save Image, Copy image etc)

Also in the description I have a link. It appears as a different colour as though it is a link, but clicking on it, nothing happens.

This happens on any links I include in any category descriptions - links elsewhere on the page, outside the category description work fine!

I also notice my RSS feed icon doesn't link either, but on a page where I do not include the category description like the one below, the RSS feed icon works fine!

www.theprt.co.uk/love-teesside/archive/teesside-news-archive

Any ideas anyone? It's driving me mad! It's probably something obvious but I just can't figure it out...
Thanks in advance =)

Quick Edit - someone suggested adding the following to my CSS, which fixed the link problem:
#k2Container  a {
        position: relative;z-index: 999;
}

Still have the image problem but that's not so much of an issue and I guess a similar solution....


Follow up:
The following fixed the image issue...problem solved =)
#k2Container  img {
	position: relative;z-index: 999;
}

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum