Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

memco

macrumors 6502
Original poster
May 1, 2008
259
2
On this page the link to the store in the footer is unclickable. As far as I know all the floats should be cleared and I threw all kinds of space at it to push it away further, but the link click area is pretty much non-existent. On Firefox, it's possible to click it when you hover at the very top of the image. Any ideas?
 

memco

macrumors 6502
Original poster
May 1, 2008
259
2
I've been able to isolate it as a problem with the <q> tag in the paragraph below it (which is currently commented out). Now it's just a matter of fixing the q so it's not overlapping the button.
 

angelwatt

Moderator emeritus
Aug 16, 2005
7,852
9
USA
It's in style.css
Code:
q {
	padding : 2em;
That padding is causing the overlap. The q tag shouldn't really use padding in most cases because it doesn't effect it's parents' tag, in this case the p tag.
 

memco

macrumors 6502
Original poster
May 1, 2008
259
2
Thanks that did it. I didn't look at the documentation first to know that <q> is an inline element.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.