Hi! A reader has just brought to my attention that IE7 on Windows XP Professional, ver 2002, SP 2 displays pages such as http://beachpaper.com/issues/current/page28.html to look like beachpaper.com/zimgnav/bperror.jpg, by pushing the large JPG to the right. However, the home page, beachpaper.com, displays correctly for him and it's built...
Hi,
I have two elements. One is a searchbox that has to be positioned relatively. The other is an image I would like to overlap part of the search box and it has to be positioned relatively as well. No matter what I set the z-index to, IE7 won't overlap the image. It goes underneath the searchbox. It overlaps and works in Firefox thou...
Hi all
I got a regex-validator on my asp.net page, which validates a password. The regex is
^(?=.*[0-9])(?=.*[a-zæøåA-ZÆØÅ])[a-zA-ZæøåÆØÅ0-9]{6,}$
.. Now, it works fine in IE8 and FF3, but it validates to false no matter what I try in IE7. Are there any knows bugs, I should know about here? :S
Thanks in advance..
...
When there is a JS error in IE7, the text displayed is not helpful mainly because it says "error at line X" but the line doesn't really correspond to anything if you start including multiple javascript files.
Is there an option or add-on that could maybe improve this?
...
form:
<form id="defineForm" method="POST" action="api/test">
<fieldset>
<legend>Generale</legend>
<input type="text" name="id" size="60" maxlength="60"/>
<input type="text" name="descr" size="60"/>
<textarea name="longDescr" cols="62" rows="10"></textarea>
using cols="62" for "longDescr" and size="60" for...
This issue is obviously bigger than I thought! Using the VS2008 form designer for web pages, it'd a doddle to lay everything out using pixels. In fact, as far as I can tell, it's very hard to use absolution positioning and anything but pixels.
So my webapp has developed nicely until somebody mentioned the 120DPI issue and I've wandered ...
I'm working on a site and having compatibility issues with IE7 (not working) vs IE8/Firefox (working). Can someone take a look at the following CSS and Screenshots and tell me why my site is broken in IE7 and what I can do to fix it?
The site in question is live here: CollectionTree
and my css part for that view is
#landingMainContai...
The following code demonstrates the issue I'm encountering:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style>
p
{
background-color:#FFF;
}
</style>
</head>
<body>
<img src="http://www.google.com/intl/en_ALL/images/logo.gif" style='float:left;'>
<p><e...
Hi all!
I have a problem with the Masonry plugin to jQuery.
If you take a look at this link: http://iloveinternet.org/kunder/omk/ and scrolls down to the brown field with a pink line on top. Can you see the div boxes there? They are supposed to be stacked next to eachother in rows of three with the masonry plugin. This works fine in m...
One of my users has an HP Pavilion DV4-1430us laptop running Windows Vista Professional 64-bit. She is using the latest version of the Silverlight Plug-In, downloaded on 24 July from microsoft.com/silverlight.
While typing in a text box in a silverlight web application my company developed, all three browsers will occasionally crash. Ni...
I have a form:
<form>
<div id=content> form content (fields, etc) </div>
<div id=buttons>
<table>
<tr>
<td>submit button</td>
<td>cancel button</td>
</tr>
</table>
</div>
</form>
When I display error messages, the content div gets a bit bigger in height to fit in the error messages.
The weird thing is, in IE...
UPDATE
i noticed this occurs only when i use slideUp/Down. if i use show/hide everythings ok
END UPDATE
in my site i am developing/designing, i have 2 issues
in IE7, the sliding menu seems to not show, until i move the mouse abit.
in IE8, after a menu slides up, the margin seems to be removed
the JS (if required)
$(function(...
I wrote a quick and dirty logger as a jQuery plugin
(function($){
$.log = function(debug) {
if (console.debug) {
console.debug(debug);
};
};
})(jQuery);
It works fine in Firefox, but in IE7, I'm getting the error
console.debug is null or not an object
How do I perform a function exists in Jav...
The following code, on Vista with Internet Explorer 7, opens two windows (the one I create, and then a second one when Navigate is called, which is the one that the file appears in). This doesn't happen in Internet Explorer 8, or on XP as far as I know. Any idea how I can stop it doing that?
SHDocVw.InternetExplorerClass ieObject...
Hello, I'm having a problem that's intriguing me. I decided make a few changes (in a link and inserting metatags) in the index.php file from my company's site: http://www.expresssignproducts.com and after I uploaded the header pictures were all misaligned in IE7 (others were fine). So I uploaded the previous version of the file... same b...
We need to clear the authentication cache in IE with Javascript. On IE6 we use: document.execCommand('ClearAuthenticationCache'); and it works. On IE7 it doesnt work.
what can i do? thanks...
...
We need to clear the authentication cache in IE with Javascript. On IE6 we use: document.execCommand('ClearAuthenticationCache'); and it works. On IE7 it doesnt work.
what can i do?
thanks...
...
Hello there,
I've been trying to get Sifr3 to work for hours now, it works fine in Safari and Firefox, but doesn't in IE6 & IE7.
I've checked the Flash version + found somewhere the problem could lay in media="" definition which i added.
Here are the codes I use:
sIFR.prefetch({
src: 'myriad.swf' }...
Here is how my menu looks right now:
Here is how I want it to look:
Right now I have the following css:
#menu
{
position:relative;
width: 940px;
height:90px;
}
#menuItem
{
position: absolute;
bottom: 0px;
padding-left: 50px;
float: left;
width: 600px;
}
.titleText
{
float: right;
color...
I have this site (http://techlipse.net/test/agb) with a css layout. The PNGs with transparent backgrounds (they are saved as is from Fireworks as FW png) cycle with fade effect while theres another div behind it with clouds moving (telerik rad rotator) .. Transparent images create this black outline around them. If anyone explains me wha...