Forum Moderators: not2easy
website content is shown on a crt screen imitating graphics. The content has the effect of refresh frequency.
Method tried:
I displayed the content, text, links, images, etc, in a div.
directly on top of it I positioned an another div element with higher z-index. The content was nicely filtered with the divs background image "horizontal lines, which could be animated".
Problem:
The higher z-index element prevents any interaction with the content by mouse.
Question:
Is there any way to accomplish this?
Better to protect content by monitoring for anything stolen and then doing C&Ds and DMCAs.
Ultimate goal is to achieve graphical interface with a filter layer on top of the content.
example.
layer 0
the content, text, images, videos etc.
layer 1
png-image gif-animation.
Layer 1�2 function is to have a such effect that it resembles the old ctr flickering. See the skeleton at <snip>
One suggestion that i have tried yet is that I lock an 1x1px div at the top left of the "screen" and allow the image to span over the div�s border. Might not work.
Also i have seen on some websites a falling snowflakes across the display. Those are accomplished by javascript i presume?
Anyone tried anything similar? Help is appreciated!
No URI's please, see TOS [webmasterworld.com]
[edited by: limbo at 3:58 pm (utc) on April 3, 2009]
So if you want a flicker effect you will have to find a java script to do so. But think twice about doing so. Most people don't like visiting a site with "too much going on".
But if you want to go static you will be doubling your work (content, css, images) neat effect but not really wise for file size and upkeep. Maybe think about doing it on just sections of your page.