Re[3]: ie6 / Safari alignment problems
2008/08/02 18:49
Viewed 4179 times
Replies: 1/4

I have a similar problem. In both IE and Safari I had a ~10px offset of the popup below the main menu. I fixed this in IE by surrounding the menu with a relatively positioned div, but the problem persists in Safari. Any ideas?

Re[4]: ie6 / Safari alignment problems
2008/08/07 23:19
Viewed 5383 times
Replies: 1/3

Still haven't found an answer to this one. In fact, the problem has gotten worse. I am trying to add some menus to a sidebar. This sidebar is nested within a number of divs with both relative and absolute positioning and different paddings and margins. Works fine in Firefox, but IE6 renders the popup about 5px lower and IE7 renders it lower and to the right. I noticed that if I remove padding from parent elements, the popup positions closer to where it should, but not perfect. Obviously I don't want to have to affect the rest of my layout to get this working though. Is there any way to get the popup to position properly in all browsers?

last
Re[5]: ie6 / Safari alignment problems
2008/08/07 23:43
Viewed 6842 times
Replies: 1/2

Have verified that it is the padding throwing things off horizontally. If I declare * {padding:0 !important} in my stylesheet to disable all padding, everything lines up horizontally. There is still, however, a vertical gap in IE6/IE7. Is this a known issue? Any updates coming soon to fix this? Kind of renders the menu useless to me if I can't nest it within divs on my site.

last
Google