Gorgeous template and perfect for my website – thanks for your great work!
Problem I’m having I have had with other templates.
It’s only happening in Firefox –
When you go to http://www.beautifulhome.com and click *Project Directory* on the top horizontal menu, a google map loads beneath the cateogories.
If you scroll down to view and roll over a google map marker, the page jumps back to the top position.
I’m pretty sure it’s because of this CSS code which hides some code above the browser’s top margin –
ul.accessibility {
position: absolute;
top: -100%;
}
When I change position to *relative* the jumping stops – BUT – the 4 lines that should be hidden appear and the whole template gets pushed down –
How to solve?
Thanks for any tips –
REVISED – just fixed the problem by removing the 4 lines of code for ul.accessibility – hope that doesn’t cause problems later but the site seems to be working okay now –