I'm attempting to create a tooltip-like system where a mouseenter event causes a div to show up which will overlay content. Unfortunately the issue I've run into is that content later in the DOM is not disappearing in IE7, while content earlier is disappearing correctly behind the z-indexed element.
Here is some sample code which illust...
Hey,
I'm having an IE7 issue with a website i'm working on - www.mini-meals.co.uk
Basically, the background image is not showing on behind the form on the 'Free Trial'
panel, and is disappearing when I scroll down on the others.
I've tried adding position:relative; on a bunch of elements but it doesn't seem to
make a difference.
Any ...
Have tried to fix this on my own and so far failed.
The yellow auto-completion divs that show up as you start typing in the subject or location field appears below the other text in IE7. This is the website:
http://www.universitytutor.com
Setting a higher Z-index didn't fix it. Works in all other browsers (IE8, FF, Chrome, Safari) b...
Is there a way to detect the actual width of an image in IE7.
Currently we have an Image that changes (we don't know the dimensions in advance at present) and can also be zoomed by the user (changing its $('#img').height()). In IE8 and firefox we can call removeAttr on height to reset the image to its natural size and then calculate bas...
Hey Guys!
Here is one extremely anoying bug.
I expirience this bug when sending a Post request on IE6/7 within the admin interface.
E.g. when I select all items (shown on change_list page) and hit the "delete" action. The IEs just drop the connection. Firefox works fine.
Here is a link which i think is related to this problem:
http://...
I've wasted too much time on this and am begging, begging, I tell you, the stackoverflow community for help!
I'm a new jqGrid user, and have my grid working as I want it to, but at the moment, cannot get a row to highlight in IE 7 as the mouse is hovered over it. Our shop is currently running IE7, so changing browsers/versions is not a ...
TLDR: Tell IE6/7 users to leave in a nice way :) whilst blocking them from all content.
Basically I do not need people using IE7/6 lower on my web app. Was thinking of just doing a doc.write after load to wipe the page with a message of "Sorry your browser is outdated" has anyone done similar and found a nice friendly way to tell them ...
The problem is when I try to set height: 20px to all rows this breaks the natural width: 100% from a block element. This bug only occurs on IE7 (tested on FF, Chrome and IE8).
HTML
<div id="container">
This must be adjusted to content
<div class="row">row 1</div>
<div class="row">row 2</div>
<div class="row">row 3</div>
...
I am writing an HTML Application (HTA) that runs fullscreen and allows users to browse a list of selected websites. I notice that sometimes when you click on link to load an external website, there is no feedback to the user that the browser has accepted the request and has started trying to load the page.
In Internet explorer, you get ...
(Tried to find simular questions / duplicates, failed)
I develop on a mac. I love my mac. I develop using Chrome, Firefox, and Safari. I love them all for different reasons.
But I have to develop for Internet Explorer users as well.
I know, I am not unique here.
I enjoy using the webkit inspector / firebug to mess with CSS. One of t...
Hi there. I wanted to make simple form, without awesome div's and CSS - it structure is like:
<form id="cform" action="/" method="post">
<fieldset>
<label class="first" for="name">Nazwa firmy: </label><input id="name" name="name" type="text" />
<label class="first" for="email">Email: </label><input id="email" name="email" type="text" />...
i have a page with a sort of tag cloud section on it.
the markup for said cloud is something similar to this..
<div class="ContentColumnB">
<div class="tagcloud">
<p>
<span style="font-size: larger;">Office 2010 Issues </span>
<span style="font-size: x-large;">Windows 7 </span>
<span>SharePoint </span...
I've been looking for a better way to count values of selected checkboxes in IE8, because at the moment it's painfully slow.
My issue is:
I have 60 checkboxes arranged in a grid
Each checkbox has 4 values (each value represents a market segment)
The user can check any of the checkboxes
I need a running count of the totals for each segm...
I'm trying to create a set of custom buttons that include a button with a "down arrow" icon to indicate that when you click it a drop-down menu will appear underneath it. The functionality works fine in all the browsers I'm supporting (IE7+, FF3+, Chrome, Safari 4+, Opera 10+), but the appearance is screwed up in IE7.
I can deal with th...
Hello,
Wondering why I get this alert to work in Firefox and Safari but not Opera or IE... any insight much appreciated!
$().scroll(function() {
var scrolledpx = parseInt($().scrollTop());
if (scrolledpx < 375) {
alert('true');
}
});
...
I am using following structure.
<div style="background:#000 url(images/heading/bg.gif) repeat-x 0 0; height:28px; color:#FFF;">
<div style="float:left; width:4px; background: #000 url(images/heading/left_curve.gif) no-repeat 0 left; height:28px;"></div>
<span style="margin: 0 4px;">asdkjhkhasf</span>
<div style="float:ri...
Hi,
I'm working on a website with simple jquery effects, like show, hide...
http://emilione.altervista.org/works.html
This page works well with IE8, FF3.6 and Chrome 5, but there are some problems with IE7.
How to reproduce the problem:
-click on "x" thumb -> the content relative to the thumb is shown
-click on the same thumb -> con...
Trying to figure out why in IE7, the nested input element is taking on the margin of the parent div. So in essense the margin is being doubled.
<style>
<!--
h1.redsubhead{font-size:14px;}
.accountInfo,.loginInfo{-moz-border-radius: 6px 6px 6px 6px;background: #EBFBFF; border: 1px solid #8DCAD9;margin-bottom: 30px;padding...
Below are the code pieces in one jsp page, the function is to jump back to previous page, it works on Firefox 3.5, but does not work on IE7, at IE7, it will jump back to main index page.
how to enhance it to support IE7/Firefox at the same time?
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO...
In IE7, my order sample button "#itmSampl" isn't vertically aligned with the ".add-to-cart" button to the left of it, although in FF3.6 and Chrome 5 it is. I need it to be aligned correctly in IE6-8. Does anyone see what I'm missing?
<style type="text/css">
#buttonbox { position:relative; width:326px; }
#accounting #box-accounting .ima...