Forum Moderators: not2easy
Seems the ITS has a "hidden" button that they "hide" with the following CSS:
.hiddenButton{
position: absolute;
left: -1000px;
} It seems to think that a 2000-pixel button is what is needed, so it throws it across the entire screen.
I changed it to
display:none, but, if it's an issue, I'll make it width:1px Just figured I'd share this.
The reason I ask is that I use Son of Suckerfish menus on many of my sites, and that hides the submenus until mouseover by using a absolute positioning and a negative margin.
It's working fine in IE7 on XP, but I don't have access to Vista yet so I can't test it. If you have time, could you see if it happens with the Son of Suckerfish menus or is it seen only on (form?) buttons?
I'm even more concerned now that I realize how often I use negative margins, my entire layouts are often glued together with them.
IE7 XP had some odd intermittent quirks with those menus to (submenu's failing to close sometimes), hopefully the fixes added cover the Vista oddities.
[edited by: Fotiman at 8:48 pm (utc) on Jan. 18, 2007]