Chrome: First Link(s) on Some Pages Don't Work--Why? -
My problem: Links work in IE 7 and Firefox, but in many cases on a site I work on updating I do not have the first link (link) on a page working in the Chrome browser even though they do it from the "View source" page, I have seen for clear code problems and no one can find what I'm losing? Something is up, but what? Thanks for your help.
OK, I try to find out my blood pressure roof And I did it, so I will help answer this question. What you need to do is find out your key element in which there are links which are not working, then put one's z-index on that div box. For example, if it is a menu, then it is not working as a z-index of 1 in my menu CSS ....
#leftmenu {position: absolute; Top: 300px; Left: 14px; Width: 100%; Background color: transparent, z-index: 1; }
This will push all things up and your links will work. Voila ...
Comments
Post a Comment