[jQuery] blockUI + negative text-indent FF2 Mac
Just wanted to share something that I discovered today while
troubleshooting a weird issue on FF2/Mac. I created a modal pop-up
window using blockUI which has product details, including 2 buttons.
Got it all styled up and looking good and then when testing on FF2
Mac, I discovered the content of the modal window was not showing and
the box itself extended to the left of the screen. After a solid 45
minutes of hunting down the cause, I discovered it was because I had
negative text-indent on my buttons (for image replacement). As soon as
I removed the text-indent, all was well. I just wanted to share in
case anyone else came across this since I couldn't find anything
related on the web.
-peace