ok
i might have some issues because i have implemented a javascript gallery which runs in the background of my site, the bg div with the images in the background has images changed dynamically when the gallery is live.
Ideally i need to have the blur applied to the image when the page loads and then when the view gallery button is pressed i need to be able turn the blur off, the gallery can then be viewed and then blur swiched back on when the return to content button is pressed.
Is there any way to apply it to a background image or will i need to rethink my design.
If so could i show you my dev site?
Thanks
-s-
Main Topics
Browse All Topics





by: hieloPosted on 2008-02-21 at 10:59:06ID: 20950697
If you look at the source code of that page, it is very clear. Basically, if you replicate the HTML markup, you would only need to use the appropriate URL to your image. However, you need this to work on a background, you would need your content to be on a div with absolute position and a z-index large enough so that it appear on top of your image. So strictly speaking your image will not really be a background image. It would just give the impression that it is a background image.