This is a problem with the hyperlinks on a webpage.It is a CSS issue where the unnecessary style was being applied to all the links in that page and so a wiggling effect is observed when the link is clicked.
It opens fine in google chrome but the problem is with firefox and IE. All the hyperlinks seem to wiggle when clicked (which doesn’t happen with chrome) some move up and down when clicked and some move quite a bit.I understand it is a css issue but I dont know what I need to correct.I tried using firebug in firefox but wasn’t ale to quite figure out.
Thanks.
This is a problem with the hyperlinks on a webpage.It is a CSS issue
Share
In your
/themes/mix_and_match/css/custom.cssfile, there’s a declaration for#main-wrapper li a.active, #main-wrapper .first a:activethat sets thedisplaytoblockand puts a width on active links. It looks like you are using thefirstclass in 2 places so it’s being applied in an unintended fashion. The<div id="block-system-mainblock has a class of first which will make any active links below it pick up this style.