Floating Menu CSS/Javascript issues
- by Ron Cassel
I'm new to all this so thanks for being patient.
Ok so I'm building a site with a Floating Javascript menu.
The original code is from: Jtricks Absolute Floating Menu
Here's the issue:
When viewing the site in a mobile browser, zooming in initially caused the floating javascript menu to leave the far left of the page and cover content on the page. I fixed this by locking it into a fixed width div on the left side of the page.
Now the issue I have is, I don't want the fancy animation of the javascript. A simple CSS script for a fixed window is fine. The only issue is, everything I've tried has done the same "free floating" thing when zoomed in on mobile browsers and I can't seem to find a fix.
Anyone have any ideas?