Hulk phpld Template Firefox clickable links FIX
If you're new here, you may want to subscribe to our RSS feed, or get updates by e-mail . Thanks for visiting!
Few days ago I got an e-mail from someone using the free Hulk phpld Template , he said that links on in the sidebar in Firefox were not clickable. So below is the fix:
Due to a rendering bug in Firefox, the links in the sidebar aren’t clickable. This problem has been resolved. Make the following two changes and it will work fine, in all browsers:
1. Open top_bar.tpl
2. Find the following three lines and cut it from there: (note: you’ll be pasting this code in another file)

3. Save and close the file
4. Open footer.tpl and search for:

5. Just above that line, paste what you just cut, i.e.

6. Save and close the file
7. Open style.css and find:
#contentcontainer {
float: left;
margin-left: -225px;
width: 100%;
}
8. Replace that with:
#contentcontainer {
float: right;
margin-left: -225px;
width: 100%;
}
9. Save and close the file.
You are done.





