I have a problem with border in IE7.For some reason the border shows only from the left and the right side:开发者_StackOverflow中文版
I\'m working on a site that has a wrapper element, with a left and right sidebar, each floated within the wrapper. The left sidebar (which contains navigation) is clearing the right sidebar and pushin
I am having some problems getting this layout to work properly in IE (开发者_如何学Goboth 6 and 7). It, of course, works fine in Safari and Firefox.
I have some mouse-tracking code that isn\'t working as expected in IE that basically boils down to the HTML below. I\'ve tried this in both IE7 and IE8.
I\'m using jQuery+drupal and some jQuery plug开发者_C百科ins. All is ok with Firefox. But in IE\'s i\'m receiving problem like this.
The scenari开发者_C百科o is a bunch of divs with flash content inside; clicking on a menu will show / hide these flash-filled divs. Problem is IE7 plays these divs before I \"show\" them. How can I ma
I\'m using jQuery to created a linked TOC that appears in a dialog box. The function I wrote to do so finds all the h4\'s in the page and
I\'m trying to replicate a Facebook wall-like effect where hovering over a feed item displays a \"Delete\" button. The button is invisible on page load, but hovering over the item displays that partic
I am using the following 开发者_JAVA百科CSS class to hide a textbox in an asp:UpdatePanel to accept input from a USB card reader.
I\'ve got an unordered list that is sort of a nested javascript helpbox.You click on the help topics, and a scrollable div appears with the help items.Those help items are the unordered list.