I have a web application, which uses Iframe. When I try to inspect element in IE developer toolbar, the Iframe node gets highlighted and it stops there. I can see an expand icon near the Iframe node. But when I double-click it, nothing happens.
After getting annoyed after many trial and errors, I tried testing it by creating a sample i...
Hi,
i have this page.
login: [email protected]
password: m
As you can see in IE7 the selects for the age, and radio buttons are not well organized. In FF and IE8 no problem.
Any idea?
Regards
Javi
...
I can see a vertical scroll bar without scroll when I open my IE 7.
I is not so weird to see but it is not obeying my web page rules.
I cannot see this kind of strange behavior in any other browser.
...
I have a problem that I can't figure out what to do next. I have a website using JQuery Galleeria in an HTML page and 10 pictures autoplay scrolling at the top of the page. It is using the Classic theme and is very basic functionality.
I tested it on my local IIS server and on an internal build server in IE7, Chrome, Opera, Firefox and...
The DOM looks like this:
<table>
<tr>
<td>a</td>...<td>g</td>
</tr>
<tr>
<td colspan="3">
<table>
...
</table>
</td>
</tr>
<tr>
<td></td>...<td></td>
</tr>
</table>
Any idea why this wouldn't work in IE? I tried setting width:auto on the TD holding the inner table, and table-layout:fixed...
I have a site that is working fine, except in IE7 there is a massive horizontal scroll bar.
I would have to paste the entire html code and css code so I will refer you to the page source.
You can see the site here.
Any assistance would be greatly appreciated.
Thanks.
...
OK, so I had this issue with my jQuery subnav in IE7 where it was scrolling down behind the main content after the header. Did a fair bit of research and found a great fix involving simply applying a z-index value to the header, and one to the main content.
All was well. Or so I thought.
Turns out IE7 is still messing up the subnav z-i...
How do I modify IE7 to allow my application to clear the cookies?
WatiN has a clearcookies() method that don't work because of IE's security.
...
Hi
I have a parent container which is 100%. It contains 2 floating divs which are width:50%. The children conintans only text. The problem is that the children on get as wide as the text, and not 50% of the width of the parent container. It is only ie7 that is a problem. Maybe also ie6, but I don't care about that browser.
ball (width...
Here are two test files:
http://gutfullofbeer.net/good-table.html
http://gutfullofbeer.net/bad-table.html
The markup on those two page is all almost the same. There's a table with two columns. The <th> and <td> elements of one column (the second one) are all given the class "junk".
In the "good" page, when you load it you'll ...
Hi people,
I am working on this site and encountered the following problem when i opened on IE 7.
Case I am seeing default windows colours for the links. (Blue for unvisited and purple for unvisited links) because the "Use windows Colours has been enabled". I have looked at the
LoVe HAte concept too. I am not using them.
I also tried...
I have wierd CSS displaying problem with IE7 and IE6.
http://www.photopoint.ee there are three UL LI list-menus which doesn't have CSS style in IE7.
With IE8, Chrome, FF, Opera everything works as expected.
I validated CSS and HTML with w3.org validator, there were no "critical errors" which could be the source of the problem.
I'm ou...
Please take a look at this website using IE 7.
On the right side there is a small set of li elements inside a box.
The "website:........." line is not inside the white box. I want it to be inside the box like the email content.
Can someone help me in this regard by checking the source code. IE gives me a lot of pain :(
Thanks in adva...
Hi Guys,
I have a simple function which attempts to calculate height and width of an image using jQuery for a slideshow box. The problem I am seeing in IE7 is the really strange effects padding seem to have on width/height.
I have an image in Firefox and value returned is 450 x 324 [width / height] with CSS values of
border:0 none;
f...
I have a JS Object called CoolThing that exists in the top window.
I have an iFrame, same domain as top window, that needs to access a property, CoolProperty, in CoolThing.
The javascript in the iFrame to access CoolProperty, which works perfectly in FF, webkit, and IE8, is:
<script type="text/javascript" charset="utf-8">
with(windo...
In Internet Explorer, there is unnecessary padding that occurs to the left and right within the button when the button name is large. As a result of this, the known solution is to add "width: auto" and "overflow:visible" to the button style, but doing so will inadvertently make the text in the button disappear when the user scrolls the p...
Stumped...my menu shows up about 25% of the time in IE7. It appears to be a stacking issue: I can see the menu at first but once the header image and the rest of the page loads, it disappears. I've tried setting the z-index in both the menu and its parent elements, but nothing's working...
Here's the site: http://www.hospiceofmissoula...
Hello,
I have the following code:
eval($(this).text());
Now this.text() contains about 50 lines of JS with ''s and ""'s and various JS code. Now, FireFox, Safari and Chrome have no problem executing this code. However, IE7 reports:
Error: Expected ')' Code: 0
Now, I assume this is some "",'' or () ie syntax problem... however, I can...
Trying to do a basic XML retrieval. The code works as expected in Firefox and Opera, meaning it alerts with the text value of the "title" node from the XML document. But in IE7, I am getting "object required" from this line.
x=xhttp.responseXML.getElementsByTagName("title")[0].childNodes[0].nodeValue;
alert(x);
Btw, it was wor...
For my understand. I need to put div 2 in front of div 3. How can I do this in IE6 and IE7. All of others browsers works normal. Here is my code.
CSS
div {
position:absolute;
}
#div1 {
background:#0F9;
top:0;
left:0;
width:500px;
height:400px;
}
#div2 {
back...