I have an h2 within a div. Both of them have borders. The h2 has a height attribute and a margin. When I view my page in IE6, IE7, or IE8 compatibility view, the h2 is all the way at the top of the di
I have two relative positioned DIVs A & B. a has a DIV as child element called A\' which is absolute positioned and has a z-index of 1000. DIV B\' is a child element of DIV B and positioned absolu
I am almost done with my project, but have one final looming problem that I\'d like some advice on. Info on the CSS \"margin transference bug\" relating to ie6 and ie7 can be found here and here.
Our website www.phototulip.com displays fine in Safari and Firefox but not in IE7. The main content seems to display on the bottom right hand side an开发者_如何转开发d the nav bar shifts slightly to
If I am using many js files in my project and get JavaScript errors in IE 6 or 7\'s status bar, then how can I trace, find and solve those errors in Firefox? I know how to trace a problem in IE with v
Suppose, I want to have a link or a button that when user click it, will close the browser without any confirmation dialog box.
I\'m currently using the following jQuery plugin: jQueryOEmbed.This plugin works great in FF, Chrome, and Safari.However, I am having an issue in IE7.I have stripped my code down to very bare-bones, b
I have a page with an ASP.NET Gridview on it...this Gridview is located in a child DIV inside a parent DIV.That Gridview can often go wider than the parent DIV width set.In IE6 the MAINDIV (Parent DIV
I am using the ASP.Net Charting Controls and ASP.Net MVC. I am trying to have a chart displayed on a page, the user can change various data associated with this chart and then press a button which w
In ie6 and ie7, the margin-bottom from the p is being applied to both the p AND the div just below it.