internet-explorer-7

What are some client-side tricks to get around IE7's absurd 32-stylesheet limit?

I just worked out, by trial-and-error, that IE 7 has an upper limit of 32 stylesheet includes (i.e. tags). I'm working on the front-end of a very large website, in which we wish to break our CSS into as many separate files as we wish, since this makes developing and debugging much easier. Performance isn't a concern, as we do compress...

IE7 DIV expands to fit TABLE, ignoring HEIGHT% directive

I'd really appreciate a hand getting my fixed-header table scrolling in IE7. In IE7, my tall data table is forcing its containing DIV to expand vertically, and preventing that DIV's scrollbar from showing. I'm using the excellent cross-browser (including IE7) scrolling, fixed-headers table layout solution from: http://www.sitepoint.co...

drupal, Jquery plugins and IE6/ IE7

Hello. I have a number of Jquery plugins being called through my Drupal Acquia Marina theme .info file. They work fine in all popular browsers with the exception of IE6 and IE7, in which they don't appear to load at all. Some of the plugins are very basic, like the following slidetoggle, which like all of them, exists as a a .js file ...

Under What Circumstances Would Javascript Performance be Worse in IE8 than IE7?

I work for a company that built interactive seating charts using Javascript. Here's an example: http://seatgeek.com/event/show/457624/miami-dolphins-at-new-york-jets-2010-12-12/. In many ways they mimic the functionality of Google Maps. We're dealing with an odd problem--performance for the maps is fine in all browsers except IE8. I'...

Migrate website / application from IE6 to IE7 / IE8

At the moment I have to migrate a web-application (ASP.NET 2.0 with Masterpages) from IE6 to IE7/IE8. Where can I find hints and guidelines for this topic? The webapplication looks fine in IE6 but completely awful in IE7 and IE8. In IE8 I cannot see the compatibility button. ...

jquery, IE7 and iteration

I have an array of classes and IDs and am trying to iterate through and append to those elements. The code below works in all browsers apart from IE7 and below. IE7 and below throw an exception telling me that 'length' is null or undefined. Been wrestling with it for a while now. Any ideas? Code is here: http://gist.github.com/651456 ...

How to fix this IE7-dropdown menu problem?

Hi, This is the CSS for the dropdown menu I create, the problem is that the menu disappears as soon as I hover the children items. It gets fixed If I set Height:30px and line-height: 30px but I do not want to adjust height. I want it to auto adjust. I can't get it to work in IE7. This is my CSS #menu { display: block; width:...

my span can't stay in a div element

Firefox , safari and chrome works fine but not IE ... Here is my HTML <div id="sc-footer">Total<span id="sc-total">$0</span></div> css #sc-footer{ font-size: 1.6em; line-height:1.5em; position:absolute; bottom: 20px; padding:9px 5px; height:20px; background: #dadada; color: #545454; } #sc-total{ display:inline; float:rig...