While designing for web, when should I use a light-box and when should I direct the user to a new page? For example, if the user clicks the "contact" link, should I open a small form in a light-box or send them to new page on the site?
closed as off topic by Alex, Eight Days of Malaise, phwd♦ Jul 5 '12 at 2:05
Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It depends on the type and amount of content. For a photo gallery, I think a Lightbox-like pop-up is wise but for "contact", it depends on if it's a form or simply details. Too much content should have its own page and too little should not be worth popping up. It's worth considering mobile users and your URL structure before you put everything into a Lightbox. Will everyone be able to view this content and should they be able to visit it directly via a URL? Your contact page; yes. A specific photograph in a gallery? Maybe not. |
|||
|
|