|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Firefox problem with recent photos
Hi,
I have http://photos.foto-biz.com . I use Firefox 9.0.1. I can't click on the recent photos in Firefox. The mouse pointer converts to a hand (link), but pressing does nothing. The only add-on is tab-mix-plus for multiple tabs. * It works when I use Google Chrome from the 12.x to 16.x (current). * It works when I use: IE8. So I must be doing something wrong with my FF configuration. Any idea as to what to look for? Thanks |
|
|
|
|
#2
|
|
|
panasonikon
|
Something in your customizing (what, I don't know) as when I remove your CSS using Firefox WebDev tool, I can click on the photos fine.
EDIT: It's something in here .recentPhotoForceLarge { float:none !important; margin:8px 9px 6px 9px !important; display:inline-block !important; display:-moz-inline-stack !important; *display:inline !important; /* IE */ vertical-align:bottom; /* safari: for overlap */ cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */ zoom:1; /* IE: kill space between horizontal tabs */ } #recentPhotosBox .boxBottom { height:350px; overflow:hidden; } which is why this post got moved to SmugMug Customization from SmugMug Support forum |
|
|
|
|
#3
|
|
|
Software developer
|
Change the .recentPhotoForceLarge section to this:
Code:
.recentPhotoForceLarge {
float:none !important;
margin:8px 9px 6px 9px !important;
display:inline-block !important;
*display:inline !important; /* IE */
vertical-align:bottom; /* safari: for overlap */
zoom:1; /* IE: kill space between horizontal tabs */
}
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| "Recent Photos" again displaying recent crops & moves instead of truly recent photos | WinsomeWorks | Bug Reporting | 22 | Feb-11-2012 12:21 PM | |
| Recent Photos | Aaron Jors | SmugMug Customization | 4 | Oct-18-2011 02:35 PM | |
| How to hide Recent Photos on Homepage | JohnnyYuma | SmugMug Customization | 2 | Oct-30-2010 07:26 AM | |
| Firefox & Java upload problem | WinsomeWorks | SmugMug Support | 20 | Oct-26-2010 06:54 PM | |
| Move photos problem | batts | SmugMug Support | 9 | Apr-08-2008 11:38 AM | |
| Thread Tools | |
| Display Modes | |
|
|