php - same page transparant intro -


we looking place semi-transparent welcome image on clients wordpress main index page, http://www.editionsof100.com/.

i suspect has been created using jquery, possible create similar adding css or index.php on wp?

this quite simple, pointless imho:

create div wherever want image located:

<div id="hello"><img src="http://tonkapark.com/projects/hello.png"></div> 

then use .fadeout() on element. standard & simple jquery

references:


Comments