Closed (fixed)
Project:
Drupal.org site moderators
Component:
Drupal services
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2010 at 01:33 UTC
Updated:
18 Dec 2010 at 22:50 UTC
I came upon http://drupal.org/hosting today and found the images not clickable. This seemed like a pretty obvious thing to do. I was going to go ahead and just do it but wanted to see if there was a reason it wasn't like that way first.
Any objections?
Comments
Comment #1
webchickOh, weird. They're CSS background images..? Well, count me out for fixing this then. :) I only know how to make
<img>tags clickable. :DComment #2
mr.baileysFixed this by explicitly setting a height and width on the links that were already there (but zero-width so not showing up).
Comment #3
webchickCool, thank you!