How do I use javascript to black out all content except a single html element?
This is Chrome-specific app so CSS3 can be used.
|
|
How do I use javascript to black out all content except a single html element? This is Chrome-specific app so CSS3 can be used.
|
||
|
|
|
|
Use one |
||
|
|
You could iterate through all the elements of a document and set their background color to black, except the one with a certain ID. You don't need CSS3 for this at all. |
||||
|