My app sends out email to users (upon signup, welcome etc.) and they show up blank in IE.
Fine in IE8, Firefox.
The content-type for the email is set to html. The email has links.
Any pointers on how to solve this or workaround this, greatly appreciated.
Update:
If I change my gmail view to 'basic html' in IE7, then the email gets disp...
I'm using window.print() from inside an iFrame. This works flawlessly in FF, but not so great in IE7. In IE7, it brings up the Print Dialog, however, the dialog itself is slow, choppy and unstable.
I'm having troubles understanding this problem, and any help would be greatly appreciated.
...
I have a page that renders fine in IE6/7 and Firefox 3.5. Both IE6 and Firefox 3.5 have no problems printing the page, but IE7 does. When the page is printed, the first half of my content div is not visible, with the exception of two tables that do show up. The content begins to reappear mid-sentence, where there is no tag or break of an...
http://blog.helpcurenow.org
I'm working on the development of this blog and it seems ie7 and ie8 both are displaying the content so that the container seems to be ignoring the "margin:0px auto;" rule.
It could be something else I'm just not getting, but either way the effect is that the content (as well as the navigational links) are f...
I am pulling my hairs out over an invalid argument error in IE7, maybe all IE's...
The site is: http://www.karencaldwelldesign.com/fashion
IE says it is an error on line 12, but if I open up Script Debugger it says the problem is with some code in jQuery. I don't buy that.
So, I looked at my script (http://www.caldwellsnyder.com/__da...
Hi,
I have a small css problem that i can't seem to find a solution for. I have 2 problems:
url to site: http://www.umono.nl/test/
The OL in the red box "Zoek en
boek" is wrong in IE7
The css popup menu in the header
"home, alle steden, etc.." is not
aligned right in IE7.
Can somebody please help me out?
Thx,
Kevin,
...
I have the following code:
<html>
<style type="text/css">
DIV { display:inline; border: solid red 1px; }
.editable { background:yellow; }
</style>
<div class="editable" contentEditable="true"> This is test text. This is test text.This is test text.This is test text.This is test text.Thihis is test text.This is test text.</d...
I am generating dynamic PDF reports in PHP and having some issues with links to the web.
My links are to a PHP script that forces the download of a file attachment. This script works perfectly in all browser when accessed via the browser. It also works from the PDF in all browser except Internet Explorer.
Instead of IE seeing the fil...
Hello,
I got list. In every browser looks good. But in IE7 there's no line-break after displaying three elements.
Any hacks?
...
I'm having problems using a table inside a ContentPane. It seems to work fine in Firefox but is invisible in Internet Explorer 7. The html below demonstrates what I mean. In Firefox you get:
Before Table
This is the table
After Table
In Internet Explorer 7 you get:
Before Table
After Table
No table at all. Does anyone know the cause ...
Can you define an [if IE7] in the actual stylesheet? Or must you do it in the html to pull a different SS?
Thanks! (Google isn't being kind to me =/)
...
I am trying to show name-value pairs in a table cell as shown below in IE8 compatibility mode (with outlines - DIVs are red, SPANs are green, TDs are orange).
Markup and CSS:
<td width="40%">
<div class="info_row">
<asp:Label ID="lblWSPONumber" runat="server" Text="WS PO Number"
CssClass="edit_control_label...
In a jquery hover event I use the following code to drop down a menu:
clearTimeout(hTimeout);
$('#lowermenu').queue('fx', []);
$('#menucenter .current').removeClass('current');
$(this).children('a').addClass('current');
dTimeout = setTimeout(function($item){slidelower($item)}, 200, $(this)); // This is the bad line
function sl...
EDIT: The code and examples have been changed, see the progress below.
I'm working on a menu that uses Jquery to animate the display of the dropdown/flyout lists.
The idea is, to have a menu that works well without javascript but when it is enabled we can had a bit of flair with Jquery, adding a alternative stylesheet and some animatio...
I have an Excel Add-In file I'm publishing on an intranet (plain ol' HTTP download, not an attachment in Sharepoint, etc.).
With IE 7, the user click the link and selects "Save", only to have the file renamed from "myaddin.xla" to "myaddin.xls". Firefox and Chrome work fine.
Since they are trying to overwrite an existing file in the Li...
I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it's "bleeding" into the second div. (Sometimes in front of it sometimes behind it.) When I scroll, it fixes itself. When I refresh it does it again. This is only happening in IE7. Bug? code below
#sidebar {float...
I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack
if ($("#midRight:contains('Quick Links')").length == 0) {
$("#midCenter").css({'width':'298px'});
}
html is basic
<div id="midRight">
bunch of text
</div>
the starting css is
#midRight {width:440px;}
IE7's jav...
I have verified that after installing the .Net Framework 3.5 SP1, when the User Agent string exceeds a certain number of characters, the user agent is defaulted to 'userAgent string:Mozilla/4.0 (compatible; MSIE 6.0)'. I've verified this behavior on several machines but can't seem to find a suitable workaround. This is preventing some Si...
I have a Flash application that uses SharedObject to save and read some data locally. As it is said everywhere Flash saves the data from the shared object to disk when the application is closed. And indeed it does when I test it with the stand-alone Flash Player or all of these browsers: Firefox, Opera, Safari, Chrome, Flock... But it do...
IE7 does not resize the images properly with CSS
My page looks perfectly fine in FF and IE8 - exactly like it should. But for some reason on IE7 it does no properly resize the images down to 100% of the parent container, which is set at 30% of the page width.
The images are just 100% width of the full image. How do I make it look like ...