DirectoryMix Blog » General, phpLD Templates » Blog article: 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)

Code

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.

Code

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.

Add to Yahoo Add to Google Furl this Add to Spurl Save to Del.icio.us Digg IT!

1 Comment »

  1. Mike
    Comment - December 6, 2007 @ 10:18 pm

    yeah, my file doesnt even have a “style.css” file… ???

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.