Me again...I'm sure there is a simple solution to this but I cannot figure it out for the life of me...
I have a spry alignment problem again with my vertical menu in IE. Basically the entire menu just shifts a little bit, and also the pop up menu is not correctly aligned.
Can you point me in the direction that I should be looking to fix this?
Re: Spry Alignment in IE by Richard Williams on Dec 3, 2008 at 8:49:48 pm
Hiya Sandy,
What do you mean it shifts a little bit?
the alignment is controlled by the CSS,
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
margin: 0% 0 0 95%;
if you play around with these two percentages it will move the alignment for you
Re: Spry Alignment in IE by sandy rangs on Dec 3, 2008 at 9:34:55 pm
I was messing around with the margins, but I will keep trying. What I meant is that in Firefox the vertical menu is exactly where it should be, along with the pop up navigation. When opened in IE, the vertical menu shifts down and right, while the pop up navigation also shifts up. Strange stuff.
Re: Spry Alignment in IE by Richard Williams on Dec 3, 2008 at 11:05:35 pm
also... some advice...
If you build a table, and fit your site into its cells, you will not have to play around with the spry CSS position so much thus preventing these little bugs.... Just an idea