I don't know how cross browser this is, but you can make something invisible but still clickable by using CSS and doing "visibility: hidden;", I think. I would also assume that you can set the opacity to 0. I'm wondering if I can make something visible, but not clickable. For say, in the holiday spirit, having it be snowing on you website. It would be really lame if there was a snowflake that went over a button as you clicked it, so you ended up dragging the snowflake. If there is no simple way to do this, I could always copy every element in the page, set the opacities to 0, set the z-index to something high, and sandwich the snowflakes in between. That would be awful. Can I do it any other way?
Thanks,
Stephen
Bookmarks