Hi,
I have a radio button with long labels that wraps to the next line, it is displaying correctly in Firefox and IE8, but not in IE7 and IE6.
Basically, what I want is shown below (where o is the radio button):
I/we authorise WITHDRAWALS from my Investec account to and DIRECT
DEBITS from this designated account
I/we authorise WITH...
I'm working on this page here:
http://noasimon.co.il/
It looks fine in firefox, chrome, opera and IE8
But when I turn on the "compatibility view" in IE8, the menu images go below the text.
Another problem which happens only in this view is in this page:
http://noasimon.co.il/exhibition2010
The thumbnails go too far left outside the v...
Hi,
I'm tidying up another developer's work who seems to have done a shoddy job with the CSS.
There is the main "wrapper" div on the page, and inside this is a logo and images for the navigation. The images are using "position: absolute" and using the CSS "top" property to offset them. However, Firefox and IE seem to start their offset...
If you check out this site: www.pensardevelopment.com/TEST/ you'll immediately see what's happening. In IE7 (don't have to accommodate for 6 thank god), the image animation is visible when it's supposed to be masked whereas all other browsers hide it. What gives?
...
How to detect IE7 with jQuery possibly using jQuery.browser?
...
Does $('#idOfLememt').outerHeight(); yield same result for all browsers? Any thing different for IE7?
...
I was creating a form validator for a client and ran into this weird error ONLY in Internet Exploder (Explorer) 7/8....
'return' outside of function, line 1, char 1
Of course, there was no code whasoever on line 1, it was a simple commented statement. And there was nothing wring with it in any way. So I knew it was just a debug miss-di...
I have several pages with a background image applied to the body of each one of them (same background image for all pages).
When I go from one page to another it looks like IE7 renders the image again, which looks like flickering.
In Firefox 3.6.3 it does not flicker.
How this flickering can be solved for IE ?
...
I have two divs inside a container, the first one has absolute positioning. In ie7, the second div apparently ignores the top margin. Padding seems to work fine, but for visual reasons I have to use margin.
I know the culprit is the absolute positioned div because if i remove it the following div works fine.
This is only happening in i...
I have a list and each list element is inline. I add border to the li a elements, but every row except the first row, it cut out the border and padding. It works in every browser, except Internet explorer 7. Do you have any solution?
<div class="container">
<ul>
<li>
<a class="temakor" href="*" >??</a> x 12</li>
<...
Hi I am facing an issue with IE7 browser if i launch any URL with .svg or any page with svg content its asking for file download and trying to open with MS Office.
is ther a fix for this?
...
The signup form on right hand side of my page:
www.land2build.co.uk
Looks great in Firefox but is messed up in IE7
The Title "Enter you email for our FREE Hot Plot Alerts" has shifted over to the right by about 20px and is now hiding the word 'FREE' under my report icon.
Also the Input Field Labels are not lining up correctly?
Help I'...
Does anyone know why IE6 and IE7 add a white border between a button border and the background?
Here is my CSS and HTML:
#reportButton{
background:#fefcda url(buttonback.png) repeat-x bottom left;
border-top:2px solid #fffff8;
border-right:2px solid #e3b40c;
border-bottom:2px solid #e3b40c;
border-left:2px solid #ff...
I am getting a javascript error on a page with this code.The error is "parentNode is null or not and object"
The error is in this line: theParent.parentNode.removeChild(theParent);
Is there some other code I can use to replace this or jquery that
will work instead?
var path = location.pathname;
if( path == "/SearchResults.asp"
||...
<object id="page" type="text/html"
data="index_test.html"
width="565" height="500">
<p>Oops! That didn't work...</p>
</object>
This is what I have and works in Firefox, but IE7 has scrollbars. How do I get rid of them?
...
I have this very peculiar IE issue where the .attr() function will not select anything.
var tabID = $(selectedTab).attr('id');
selectedTab is a variable passed from an onclick method of a div like below:
<div id="WhatisaDog" onclick="handleSelectedTab(this);" class="tab tabPassive"></div>
The issue I am seeing in the IE developer t...
Does the 2k length limit for URLs on IE still exist for IE 7 and IE 8? (the post IE 6 era)
...
So, I've got a problem using style="overflow:auto; on IE6 / 7 browsers. It just doesn't work there.
I've tried some jquery, but it was fail plaguins ... I can't get them work properly.
So what will you recommend to me to make overflow working for IE6,7 ?
thank you.
...
I've coded myself into a CSS corner. I have a list of images that I display next to each other using an unordered list. The unordered list is placed inside a fixed width div, so that each 3 images, the next 3 images will display on the next "row".
Each li in the ul does not just display the image, it displays all kinds of stuff, like so...
Because a customer requested it, I've changed a div to
position: absolute;
top: 5px;
bottom: 5px;
overflow: auto;
min-width: 945px;
which basically works fine in all supported browsers (IE7, IE8, Firefox 3+): It makes the div fill out the available area vertically, and show a vertical scrollbar if it doesn't fit. Note that without the...