Hello, I have saw a website and i am interested to create similar or the same expression as on this website http://design3.co.uk/ . I want rollover over a button and image to appear in the middle of the screen when mouse over. How can i do this ? is there a tutorial for this ? King regards...
hi, I have a javascript for it. If you need it, just let me know and I can provide you more details. krisztian
It looks like a disjointed CSS rollover. I suggest you search on Google for "disjointed CSS rollover" and pick a tutorial.
It is javascript enabled disjoint rollover. you can use macromedia fireworks(demo)/dreamweaver to get this done. Check out the CSS enabled one here - http://pmob.co.uk/pob/disjointed1.htm
I prefer to change classes instead of changing the visibility. Something like document.getElementById("name").className = "blah" Or even by changing the innerHTML.