We’re almost ready to take this site live but there is something odd going on that I’d love some help with.
If you visit that site, you’ll notice that the links to the left of the phone automatically cycle or you can hover over them to update. But if you quickly move the mouse over more than one link and then immediately move your mouse out of that area with the links, it adds spacing to the dark area beneath. The extra spacing disappears once the autocycle code kicks in.
I’m stumped, any ideas?
Try this:
and get rid of the min-height style.
When you switch from showing
#textMessagesto#defaultMessage, the#textMessagesdiv has a slight delay after the#defaultMessagebox is shown, so both are briefly visible. This causes the#content-phonediv to expand downward pushing the footer content farther down the page.It’s probably a mistake in how you’re hiding the
#textMessagesdiv after hovering out of the list, but explicitly setting the height should fix it.