The following code shows what I expect in Firefox and Chrome:
a small white square in a big green rectangle.
I don't see the small square in IE7.
How can I make it appear?
<!DOCTYPE ...
|
Hello i'm developing a pocket ie site.
Im runnning pocket PC 2003 SE emulator with pocket ie.
i have a and want to reference it from javascript.
getElementById and document.getElementsByTagName don't work.
In an ... |
This video explains the problem best: http://www.screencast-o-matic.com/watch/cQ1Oc9f1L
Basically the directory is located here: http://www.ipalaces.org/uploaderprogress/grrrrrr.html
Is the problem piece using YUI.js as the uploading script. The YUI updates the table's ... |
How to enable hover only on one particular DIV for IE 6 through javascript. I want to enabe hove on one div only I found some script on net to make ... |
All,
Here's what I'm trying to accomplish.
I have a Flash SWF that's embedded in a DIV. Depending on the user's interactions with that SWF, I'd like to dynamically adjust the height of ... |
I have the following setup. 1 column with a left floated inner column and a right floated inner colunmn. Works very well on firefox. IE does something strange.
I have parts ... |
once again, IE is proving to be the biggest pain in the world, on headset.no, we have a small blue search field, when you type for example "jabra" into ... |
|
I want to make an empty div react to click.
HTML
<div id="closeButton"></div>
CSS
#closeButton {
height:100px;
position:absolute;
right:0;
top:0;
width:100px;
z-index:1000;
border:1px solid blue;
}
Javascript
$('#closeButton').click(function() {
alert("yo");
});
This works perfectly in Firefox, but not in Internet Explorer. Why? ... |
I'm trying to build a simple crossfade effect. I use two divs containing images. Both have "position: absolute" attribute and a negative z-index.
I apply a tween-function to the opacity style-attribute ... |
I have a simple problem where I dispay a picture above a div of text. In Internet explorer only there is a gap between the picture & the div of text ... |
I have pretty much the same markup for all pages of the website, and most of them are done via php includes (in other words, the largest chunk of the code ... |
I went to the facebook developers webpage to get the code for a like button on my website.
Now I got the code and included it in my body element. Now I ... |
I am having trouble getting IE to resize my div in an onload function. onload is definitely firing and the alerts below are showing the right values, but it isn't ... |
Altering style attribute of a div via link, not working in IE. I'm attempting to make a much smaller, simpler version of a Pop Up box (ex: Lightbox, iBox, thickbox). So far I have a window.onload() function that cycles through the links, finds any links with the rel attribute set to "alertBox" and when finding one, creates a new alertBox object ... |
The IE7 :hover bug can be mitigated by placing a hidden div behind the element. Use javascript to make the div visible if the browser is IE 7. The div needs to be wider & higher than the element and must have a background-color. Add filter: (opacity=1) if you don't want the div to be seen. The net result here is ... |
|
| The ... |
|
I added a semi-colon, but that didn't help. It's not being called until you hit a key, and by then the function is already loaded. (Unless, of course, you start typing it while the page is loading) If you try it, you'll notice that it does actually call the function. It just never styles the div. What I find strange is ... |
In my web page there is near about 13 to 15 check boxes are there and there are some images in the web page as well. Now when check box will be checked then images will be displayed associated with that check box and hide when check box is unchecked. Now, this functionality is working fine on Mozilla, but it's not ... |
Hello, I have a layout with a div layer and I want to read it's size in order to resize another layer accordingly. I found about 100 ways to do this in Mozilla, but not one that works in IE. One of the ways is var hoehe = document.getElementById('spacer').height; 'spacer' is an image placed in the div, with 100% height. I ... |
|