topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 6:22 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: website loading area  (Read 3096 times)

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,820
    • View Profile
    • Donate to Member
website loading area
« 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!

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: website loading area
« Reply #1 on: March 03, 2012, 05:08 PM »
onmouseover javascript, it's like a customized version of this (see bottom of page)

http://www.wallpaper...-tutorial-t6984.html

app103

  • That scary taskbar girl
  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 5,884
    • View Profile
    • Donate to Member
Re: website loading area
« Reply #2 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 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.

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,820
    • View Profile
    • Donate to Member
Re: website loading area
« Reply #3 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?
« Last Edit: March 04, 2012, 12:35 PM by kalos »

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,820
    • View Profile
    • Donate to Member
Re: website loading area
« Reply #4 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!