Viewing 4 replies - 1 through 4 (of 4 total)
  • When working with javascript, it might be useful to get a developer toolbar extension to your browser(s) or use a browser that has developer tools integrated (like Opera, Chrome…) which includes a script console and error logging.

    This usually gets you more information on script errors that are occurring on your site. In this case:

    Syntax error at line 56 while loading: expected '}', got <end of file>
    t_dropdown/down.png";
    --------------------^

    Hopefully, that tells you something. If not, you might want to study up on some javascript basics (please do not take this to be sarcastic, just a general pointer) before jumping in the deep end 😉

    But even with more than beginner understanding of javascript, you might run in to difficulties, trying to change the Skype code without breaking it in some way. As I remember it, it’s a bit of a code soup and hard to figure out what’s what. So, good luck!

    Thread Starter Anachoreo

    (@anachoreo)

    Hi Ravanh,

    Thanks for your help. I just missed that closing tag when I copied the script. It is working now, but the image won’t align. The default width is 143 + 30 px, but I replaced the original image width a custom one that is 160 + 30 px. Changed all the other pictures in the dropdown menu to 190 px and added align="right" to the small arrow pic without much effect. Somewhere there is a fixed width attribute but I don’t see where.

    Any ideas?

    Thread Starter Anachoreo

    (@anachoreo)

    It does work when I shrink and replace the new image to 143 px. I guess I can modify the image to make it look good, so this topic is basically solved. Still it is strange that I did not find the dimension attributes apart from skypeDropdowntransparent.style.display = "block"

    Maybe if I enlarge all the images to the same real width it would work too. Anyway time for a beer.

    Cheers! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Skype Online Status] Custom image in transparent dropdown’ is closed to new replies.