DonationCoder.com Forum

Main Area and Open Discussion => General Software Discussion => Topic started by: kalos on March 03, 2012, 04:32 PM

Title: website loading area
Post by: kalos on March 03, 2012, 04:32 PM
hello!

any idea how to create this kind of webpage:

http://www.hhdsoftware.com/

where you hover over some boxes and a view area appears?

thanks!
Title: Re: website loading area
Post by: rgdot on March 03, 2012, 05:08 PM
onmouseover javascript, it's like a customized version of this (see bottom of page)

http://www.wallpaperama.com/forums/how-to-show-picture-on-mouseover-with-javascript-tutorial-t6984.html
Title: Re: website loading area
Post by: app103 on March 03, 2012, 05:34 PM
It's done with Javascript: onmouseover event.

It uses that to change the content shown in one area when the mouse is over another.

There is a simple example at the bottom of the page here (http://www.w3schools.com/js/js_events.asp) that you can play with to see how the code works. Notice how the text changes depending on which object in the image you are hovering your mouse over.
Title: Re: website loading area
Post by: kalos on March 03, 2012, 05:38 PM
thanks

is there a ready to use code for that specific type of onmouseover stuff to upload in my wordpress site?
Title: Re: website loading area
Post by: kalos on March 18, 2012, 09:27 AM
my choice for cms will be that which will have a plugin for that kind of website behaviour, do you know which would be that cms ?

thanks!