internet-explorer-7

Why does onChange crash Internet Explorer 7?

We just released an online shop. On this page the selectboxes crashes Internet Explorer 7 on some computers. Never on my computer. Does anybody knows why? Live link: http://velour.se/collection/women/tops/eloise Update: turns out that the first like I posted did not crash. But the following does: http://velour.se/collection/women/outer...

IE7 CSS/Js Bugs...Help!

I'm helping a friend do a little jquery, and along with that is some simple CSS work...but I'm no CSS expert, and things (as usual) are acting a fool in IE7--I think they are fine in IE8, but the client needs it to work in IE7...ahem. I forgot to mention specific problems: The Main nav contains a drop-down. In IE7 it doesn't work. Th...

IE7 CSS Float Issue

Hi. I have a problem with a page. Its using CSS floats. Everything looks fine in IE8 and 6, and Firefox, Chrome etc but in IE7, the bottom 3 boxes "float" above some of the main content box. I cant for the life of me figure out how to stop this. Ive tried a few things such as adding clear:both; below the main content div, and also differ...

HTML tables not working in Internet Explorer 7

I have a HTML table where I: Include explicit table width. Include explicit width on the first <td> row. I have images in the columns but I include height and width tags on the images so the browser should know in advance the sizing. Using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm...

How to fix difference in logo position within IE 7 and other browsers (IE8, FF, Chrome)

Hi there, I am discovering css and I found a problem I can't fix. My logo has a different position in IE7 than in other browsers like IE8, FF and chrome. This is IE7: http://www.prestashop.com/?ACT=29&amp;fid=9&amp;aid=16515_Awto8qE0tmhdhVFv8yWF&amp;board_id=1 While IE8 and others show it correct, between the black and grey borders. ...

IE8 in IE7-compatibility mode with extended CSS support

When IE8 is in IE7-compatibility mode it behabes like IE7 in quirks mode, which means there is no support for the new CSS features that IE7 supports (e.g. object selectors --child selectors, adjacent selectors, etc..). How can I make IE8 to emulate IE7's standard mode rather than quirks mode?? Note: The purpose of this is not to find...

jquery dynamically adding button element with 'type' attribute failed in IE7.

The code var comment = $('<div>') .addClass('comment') // problem in IE7 .attr('id', 'comment-'+item.id) .appendTo($('#comments-list'); The problem When program executes to .adddClass in IE7, got error message Object doesn't support this action I got this error from IE debugbar. Any fixes? [correctio...

IE-7 Problem with rendering

I have embedded openwysiwyg editor in web application. The things work perfectly fine in firefox. So the exact scene is I select a drop-down option for email and text area shows up. This text area is replaced by openwysiwyg editor for email formatting. So this looks perfect in firefox, but doesn't work correctly in Internet Explorer 7. I...

How to find/detect any textarea in page in javascript

(document.getElementById('textarea').length > 0) doesn't work. Does anyone know anything else other than this? Will Here is the scenario from my previous question which was unanswered. I have Rich text Editor(Openwysiwyg) which is loaded into textarea when I go to that particular page where textarea is placed. The function uses textare...

Styling <select> options via CSS and IE 7

I want to style the actual items in a list box based on certain user input (adding new items, editing existing items, and then making them active/inactive). One thing I wanted to do was use bolding (for active) and italics (for edited items), by simply adding a css class to the list item in question (or taking it away as appropriate). ...

IE6 and 7 bug causing a big headache

Hey guys, I've spent hours looking at this, and am hoping a fresh pair, or even a more experience pair of eyes on this may help get it solved. Whilst IE6 support isn't especially needed, IE7 is, and that's causing problems for my image scroller. Can anyone possibly take a look and see what's causing the massive spacing above and below t...

Styling a hr for internet explorer

Hey, in my quest to create as image light a site as possible, I'm looking to create two tone hr's. I've achieved this in modern browsers, but want to achieve the same effect in ie6 and 7. The current code I am using is hr { border-bottom:1px solid #FFFFFF; border-top:1px solid #dcdcdc; clear:both; height:0; bo...

IE6+7 showing problems with an ordered list

IE6 and 7 seem to like to push the list left, and cut off the numbers at www.qwibbledesigns.co.uk/preview/aurelius/about.html , near the bottom. Does anyone know whats going on? ...

Template won't work in IE7

Hi there, The top menu on my website www.dhtherapies.com doesn't work in IE7 - any ideas. I've tried adding padding, which is how it was fixed in firefox when it was doing the same thing, but can't workout how to do it for IE7 - ideas? Cheers This is the css for IE7 /* CSS Document */ div.moduletable div { zoom: 1; } div.moduletabl...

IE 7, IE 8 etc multiple tab browser session problem

Hi, I have a problem with all multpile tab browsers due to session object. I have a requirement that whenever user opens a new browser I need to show different values, so I thought of using Session as in IE 6 every browser creates a new session. But all other multiple tab broswers IE 7 and IE 8 and FF shares the session(If user has alre...

Internet Explorer 7 css/html float bug

The problem is a footer on a web page that seem to not follow the correct flow like it does in FireFox. The problem feels like it is an Internet Explorer related bug, because the layout will "magically" snap into place when i move the mouse over the link "Legg til i handlelisten". On pages where the "description" part of the page is long...

Elements disappearing on IE7 window resize

I am coding this web page. http://www.nomizine.com/misc/tbs/default.html It renders well everywhere except for IE7. When I resize the browser window, top navigation, the compass on the left and subscribe block on the right disappears. Any idea how to fix it? BTW, I have already tried HasLayout tricks like zoom:1, clear:both etc but not...

jQuery Drop down disappears when hovering over text (IE6/7 only)

EDIT: I've voted to close this as I was never able to determine the exact cause of the issue and the test links below no longer exhibit the issue since changing to use the Superfish menu. I'm using this simple jQuery drop down menu on a small site but I'm having an issue where the menu disappears only when the mouse hovers over text in ...

jQuery hide/show method behaviour in IE7

Hi, I'm having a problem with the jQuery hide() and show() methods. Below is a snippet from a project I'm currently working on. This code comes from a multi-page form which is loaded in it's entirety, then jQuery is used to show and hide the various pages. I should metion that this technique works in every broswer except IE7. //Hide al...

Missing Left-Border in IE 7

For this report created in HTML & CSS the left borders are disappearing in IE 7 & 6. They show up correctly in IE 8, Firefox, Chrome, Opera, etc. I am applying the style with three different CSS classes: .LeftBorder { border-left: 1px solid black; } .LeftBorderHeadingShaded { background-color: gray; color: black; tex...