EmoticonBar

By IzzySoft Last update Nov 2, 2011 — Installed 1,212 times.

Photobucket 'Account inactive' ...

in
Subscribe to Photobucket 'Account inactive' ... 2 posts, 2 voices



makondo User
FirefoxWindows

... images - is it possible to simply don't show anything there instead of that huge white thing?
As you could've imagined it already ... i styled it! Yes, sir, i made it transparent. However, since i know nothing about scripts and have no idea how to edit them, i can't do anything about those white things. My guess, the images are not available on the site (photobucket?) and it shows the warnings instead. I'd rather it didn't show any thing at all. Is it possible?
TIA, Izzy! Smile

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!

 
IzzySoft Script's Author
FirefoxWindows

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?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel