Ive seen sites where things like a login box will apprear, and the rest of the page will fade, buit the box stays the same. How is this done? Can someone please give me an example? Thanks!
A:
Check link text
And add following code on head section for faded background
<script language="Javascript">
$(document).ready(function() {
$.facebox.settings.opacity = 0.2
});
</script>
Mubeen
2010-10-27 04:28:55
Thanks, but ive already figured it out,
Diesal11
2010-10-27 04:38:54
ill mark it as the answer anyway,
Diesal11
2010-10-27 04:39:54
A:
You can use any of the jquery lightbox /modal scripts to achieve the effect. There's lot of scripts that do what you are trying to achieve. My personal recommendations would be SimpleModal (if you need something just for a login window) or ColorBox (if you need multiple overlays and require a lot of customization)
mirza
2010-10-27 04:38:54