May 28, 201214 yr I have a disjointed rollover that is working, but the text should appear in the same place, however, it is appearing in a vertical stacked area. I've tried, syncing the x and y coordinates, but with no luck. I bet is something small that I am over looking - I've probably been looking at it to long and need some fresh eyes. Any help would be much appreciated. Here's a link to the working rollover, with the stacking effect that I'm working on... http://khaus.com/Alexis_Agency/TAAI/our_team-old.html
May 29, 201214 yr Instead of using 'visibility: hidden' on the hidden divs, try using 'display: none'. This will completely remove the elements from the display so the visible one will stay at the top.
Create an account or sign in to comment