Web Hosting Talk







View Full Version : something causing links to not work


boeing747fp
03-22-2010, 01:08 AM
i have installed a photo plugin for Joomla and the navigation links/breadcrumbs have stopped being clickable in Firefox/Chrome. but they still work in IE... im assuming it is css or javascript related. link is below. any help would be appreciated.

http://steamboatscene.com/index.php?option=com_hwdphotoshare&Itemid=101

boeing747fp
03-22-2010, 01:11 AM
more specifically, the breadcrumb links "HOME // ...." and the Categories and Groups tabs

bear
03-22-2010, 07:36 AM
If you visit the page using Firefox with the Firebug plugin, you would be able to see that the div containing the logo is overlaying those links, preventing access to the click. This code:
<div id="logo-bg-area"/>
and
<div id="logo-surround">

With those two CSS values reduced to 90px from 180px in template.css, the links now work.

16574

boeing747fp
03-22-2010, 10:28 AM
awesome. thanks!

bear
03-22-2010, 10:58 AM
No problem, happy to help.
Firebug is an incredibly helpful browser addon.