CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] Superfish IE and png transparent
Morten
Permalink to comment
#
March 2011
Hi
Hope you can help me
I´m trying to use at transparent png file as background i a dropdown menu using the superfish script.
In IE I have this problem:
A small delay before the background img get transparent ?
http://demo.reo-pack.com/node/2
-> menu "Test"
supperman
Permalink to comment
#
March 2011
I think you can reduce the size of the png, by making it 1px height and width in PS.
*edit*
Nevermind. This seems to be completely other problem.
Morten
Permalink to comment
#
March 2011
Found a solution
http://forum.jquery.it/topic/jquery-transparent-png-backgrounds-with-superfish
$('ul.sf-menu').superfish({
animation : { height : 'show' }
:-)
Add a Comment
Hope you can help me
I´m trying to use at transparent png file as background i a dropdown menu using the superfish script.
In IE I have this problem:
A small delay before the background img get transparent ?
http://demo.reo-pack.com/node/2 -> menu "Test"
*edit*
Nevermind. This seems to be completely other problem.
$('ul.sf-menu').superfish({
animation : { height : 'show' }
:-)