Hello I wonder how to create a new screen like in: Salesforce](null)

Cek the contact us button: If you click it a big form screen appears. How to create such a thing ?

Also, if you ever fill in a form, they know your name etc., do they save visitors information from cookie ?

Recommended Answers

All 3 Replies

Here's couple of pop up screens: http://fancybox.net/
You can find lot of these on google: jquery popup screen

And yes the information are stored in cookies

It is a modal window, and my recommendation is jQuery UI for this. It is the most widely used JavaScript framework, and calling a modal window is super simple.

I setup an example once for someone else for calling a login form that uses a modal window here http://jsfiddle.net/pixelsoul/AsyCt/ and here is another good example http://jsfiddle.net/pixelsoul/RDb4C/

Or u can just try some few tricks with css3's box-shadow, border-image, position, overscroll, and canvas for the menu header. Hope u understand that

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.