The idea:
When the <BODY> of index.html is in focus (<BODY onFocus="...), I need to "light(this)" to a <DIV>.
When <BODY> of index.html is in blur (<BODY onBlur="...), I need "dark(this)" to a <DIV>.
How do I assign this effect from the BODY to the DIV?
Also, there is an iFRAME in the page. I need to make sure if someone clicks on the iFRAME, the index.html will still be in focus. I'm thinking if you click on the iFRAME it will set focus to itself and blur the index.html...
Can someone help me on this?
When the <BODY> of index.html is in focus (<BODY onFocus="...), I need to "light(this)" to a <DIV>.
When <BODY> of index.html is in blur (<BODY onBlur="...), I need "dark(this)" to a <DIV>.
How do I assign this effect from the BODY to the DIV?
Also, there is an iFRAME in the page. I need to make sure if someone clicks on the iFRAME, the index.html will still be in focus. I'm thinking if you click on the iFRAME it will set focus to itself and blur the index.html...
Can someone help me on this?

Comment