Click to See Complete Forum and Search --> : About Pop Up menu


mukulrocks
January 20th, 2008, 01:26 AM
Can me u tell me small coding and technique for creating pop-up menu or flashing menu in big size when mouse is dragged over a pic......

Plzz reply

PeejAvery
January 21st, 2008, 12:40 PM
Remember that ASP.NET is a server-side framework. What you are looking for is more of a JavaScript implementation.

What all do you want this menu to entail? Can you be specific?

Yeorwned
January 23rd, 2008, 11:40 AM
In most circumstances, users don't like content shifting, flashing, or popping up. You need to take your target audience into consideration when designing. However, you can make the item bigger simply by using CSS (a:hover). DHTML can make it flash but is often incomptiable with various browsers.