irishgrizzly macrumors 65816 Original poster Oct 27, 2010 #1 What would be the best way to create this popup menu? I'd like to be able to place a gif/png with transparent edges behind the menu. What is the best starting point java script? Attachments menu.gif 2 KB · Views: 218
What would be the best way to create this popup menu? I'd like to be able to place a gif/png with transparent edges behind the menu. What is the best starting point java script?
angelwatt Moderator emeritus Oct 27, 2010 #2 Most that is just HTML/CSS. Getting the little left arrow might be able to be done with CSS. You can style based on first-child.
Most that is just HTML/CSS. Getting the little left arrow might be able to be done with CSS. You can style based on first-child.
Y Ygn macrumors member Oct 27, 2010 #3 Something like this possibly? PM me if you want any help setting it up. 😛