Jamesso wrote:
I just checked this on a brand new Vista64 laptop with IE7 and I did not experience the same problem. Please clear your temporary internet files and see if it's okay afterwards. If not, try reinstalling IE7. Let me know how that works out.
Regards,
Jim
If the above quote is directed at me...all I can say is my jaw totally hit the floor when I read that, with all due reguards of course.
Though I don't have this package of code to inspect all the files, which believe it or not is something I rather enjoy, let me if I may, get you up to speed on windows Vista and IE7 issues.
First off - IE7 is part of the OS in Vista. It's not a separate application that can be removed. I beg that you take that new lappy of yours and go and try to find out how to uninstall IE7 or google "uninstall IE7 vista", and please get back to me if you find out how. This is why after you do all that, you will dig deep into the bowels of your vista IE7 and find a nifty little "reset" button that actually works, unlike that reset option in XP versions which doesn't repair the registry.
Secondly, one of the only times I see issues such as this - and I'm trying to be as PC as possible here, is when folks use FRAMES such as what is being used in your demo areas (not so uncommon) and code that IE7 doesn't understand - IE6 specific CSS browser tweaks without the appropriate IE7 specific browser tweaks in tow, for example this little funloving tidbit/* clearing & floating */
/* http://www.positioniseverything.net/easyclearing.html */
/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/#comment28 */
.clearfix { display: inline-block }
.clearfix { display: block }
* html .clearfix { height: 1% }
* html .floatbox { width:100% }
.ie_fix_floats {
width: 100%;
padding: 0 1px 0 1px;
margin: 0 -1px 0 -1px;
overflow: hidden;
}
.
Third globally known issue is that bloody phishing filter. See support here:
www.microsoft.com/downloads/details.aspx...21896&displaylang=en
...or google "IE7 breaks up website" perhaps.
Forthly, if I still cannot get IE7 to display properly on vista systems I move to this tacktic called the "User Agent String Utility" -The User Agent String Utility makes Internet Explorer 7 appear to be Internet Explorer 6 to sites that mistake Internet Explorer 7 for an out-of-date version. It is intended to be a temporary workaround until the site owner has addressed the issue. Because the browser is still Internet Explorer 7, use of this tool is not guaranteed to solve functionality or rendering issues on these sites. You should contact the site owner if this utility allows you to properly use their site in IE7.
Without the code base to survey (other then with firebug), I really cannot tell you what or why. I can tell you that I keep my browsers in a well oiled condition and have 3 vista x64 rigs and 1 xpprox64 rig the majority specifically built for testing websites and internet applications. ..and if it's happening on all 3 of my vistax64 rigs, then you really need to do some more testing on multiple vista systems and keep an eye on all the IE7 CSS tweaks and hacks you can get your hands on, if you care to resolve problems such as this in the future.
I wish you the best in your quest for resolution to this problem.