What I would like to do is fairly simple, yet I don't know exactly how to do it Here is what I am trying to do: I want my users to enter mydomain.com > and see a home page that is divided in 2. Say a side on the left (blue) and a side on the right (red) I want there to be a nice graphic so that when users hover on the left side( blue) side it highlights or does some cool animation to indicate the hoovering, same goes for the right side. There will only be 2 options (blue & red) clicking on the blue side will take you to LINK A and clicking on the red side will take you to LINK B Can anyone help me with this? Thanks!
This would be a simple example of what I am looking for: http://wemakemotion.com/ except of course with a little bit more graphic / design to it
Are you familiar with coding of a website? If you are then all you need is to use CSS to create two divs for each half of the screen then using the CSS #links a:hover property to access the animation that you require. If you need anymore help PM me and I can explain further. Regards, Toycel