JavaScript - Transparency Fix?
Hi Guys,
I have a fading slideshow as a banner on my site. I want to remove the background so it's just transparent. When I tweak the code and get rid of the background the transitions stay visible after they've cycled through. This is the site it's happening on (the 'Home' page): http://www.thenativedrum.com/website_revamp_2 On line #53 if I delete the background attribute it solves the background issue, but the first image stays on the screen when the second one displays. I imagine it's a quick fix - but Im not sure where to find it! Javascript code: http://thenativedrum.com/website_rev...deslideshow.js Thanks in advance! Similar TutorialsI have a 16x16 solid color yellow image - .gif type. I'm using it as a background for a div. I'd like to make it transparent but can't figure out how to do. I have Paint.net and follow its instructions to make the image 50% transparent but afterwards, it's completely clear with no hint of yellow. How can I make a transparent solid image? I'd like it about 50% transparent. Thanks... PHP Code: .xstooltip { visibility: hidden; position: absolute; top: 0; left: 0; z-index: 2; font: normal 8pt sans-serif; padding: 3px; border: solid 1px; /*background-color: #DBDBDB;*/ /*background-color: #FFFF77;*/ background-repeat:repeat; background-image:url(/yellow_help.gif); } |