Photobucket 'Account inactive' ...
![]() ![]() |
... images - is it possible to simply don't show anything there instead of that huge white thing?
Oh, also! Is it possible to make it show on mouseover or a button. That is, hidden until you hover over the area under those textboxes. Or maybe have a button to show/hide them? TIA! |
![]() ![]() |
Hi makondo, first my apologies for the delay - I just returned from vacation... As for the "account inactive" stuff: I'm afraid this is beyond my knowledge to be fixed "automatically". But what I can do is to remove those 3 emoticons causing it. Btw, I thought about something to make those emoticons configurable not via editing the script directly, but using a menu (GM_config and its extender), but I'm not sure how soon I find time to do so... Regarding your mouseover question: You're talking of the entire area to show on mouseover only? Or what do you mean? In the first case: You are familiar with styling (more than I am). You could simply insert an element before #IzEmoticons (I know this is possible with CSS, but I don't know how) - say a single emoticon, and let's call that element #IzEmoticon. Then: #IzEmoticons { display:none; }
#IzEmoticon:hover + #IzEmoticons { display:block; }
How about that? |


