Hi all,
I would like to know whats Maximum Upload size in IE ,in my rails application am able to upload only upto 1.5GB ONLY uisng IE but using chrome am able to upload 10 gb without any fail ,Why it is so..I am running mongrel as server
...
I have this code:
$('<img>').attr('src',pages[i]['src']).appendTo('#cache');
which should create an <img> element from an array entry and append it to the element with an ID of cache.
However, IE reports the error:
'attr(...)' is null or not an object
FF, Chrome and Safari have no issues.
Thanks.
...
I am looking for something similar to CSS's <!--[if IE]> decaration for JavaScript. I don't have time to find out why a line of code is not working in IE, and commenting it out doesn't break the page, so I am thinking "stuff IE" and looking for a way to comment the line out only for IE.
Any ideas?
...
Hi,
I have some html code as follows:
<div id="wrapper">
<div id="items">
<div class="item">Item 1</div>
<div class="item">Item 2</div>
<div class="item">Item 3</div>
<div class="item">Item 4</div>
<div class="item">Item 5</div>
</div>
</div>
and css as such:
#wrapper {
overflow:hidden;
width:500px;
hei...
Ok, this one is driving me crazy.
I have a html table with about 100 rows. I want the rows to change color when you move the mouse above it.
I tried :
:hover in CSS,
onmouseover/onmouseout events in javascript
jquery .hover
jquery .mouseover/.mouseout
mouseover on the table with e.target etc
All work perfectly fast in Firefox, an...
IE has trouble with #&8302;(Actual character references) be interpreted as white space
with multi byte
OK:http://tmp.zeg.la/shift_jis.html
OK:http://tmp.zeg.la/euc-jp.html
NOT OK:http://tmp.zeg.la/utf-8.html
Do you have any solution of it?
...
hi everyone
I want to reduce opacity of "PNG" images in IE. Alpha filter works well in mozilla but in IE there is black outline around image.
I dont want transparent PNG image for IE. I want to set opacity of PNG image in IE.
Thanks alot for help
Regards
...
I'm trying to write an MSIE only HTML page (which I'll call the "Title Page") that allows someone to save a generated HTML webpage (which I'll call "New Page") with a click of a button.
What I found out is that the "Save As" dialog box that appears does not allow for the "New Page" to be saved as UTF-8 without BOM. It is instead, being...
I am trying to create a fully-automated test suite for a web application, using Selenium RC and test cases written in Java. However, I have encountered a few problems that I have not been able to solve. Please let me know if you have a suggestion about any of these issues.
Single window mode. I would like to run single window mode beca...
Hi,
I'm using ASP.net/C# and trying to build an image gallery. My images are stored as byte data in the database and im using an axd file like so, getDocument.axd?attachmentID= X, to set an Image object which is then added to the aspx page on page load.
In IE most of the images are rendered to the page however certain images arn't rend...
Here is the code:
<html><head>
<style>
*
{
margin: 0px;
padding: 0px;
border: 0px none;
}
#left
{
float: left;
height: 90%;
width: 100px;
margin: 0px;
padding: 0px;
border: solid 1px Black;
}
#right
{
height: 90%;
mar...
The trouble is that everything works fine on every browser except IE. I get content from xml and I am able to print it, but on IE it gives empty.
After some googling the problem might be width this header("content-type:application/xml;charset=utf-8");
Where am I suppoesed to put that? On the xml file start or?
Thanks.
...
http://pastebin.com/YyDzQ4Bk this is a plugin for right click context menu, anyone know why it doesn't work in IE?
Not only that, it's breaking many of my other jQuery things, such as fancy box and some jQuery hover functions.
...
CSS Problem with my topNav in IE6
HTML Page:
http://www.faressoft.net
...
Hi.
I'm using this script to set my site has home page on IE (I know it is not possible on FF and CH):
if (document.all) {
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('myurl');
}
But this function shows always a confirmation prompt.
Is possible to setHomePage without showing the prompt...
Hi,
I have got an HTML Element with content in it and height: "auto";
No I try to get its height with jQuery:
height = $('#inhalt').css("height").replace("px", "");
In Safari and Firefox it works and gives me a number depending on the amount of text in the element. IE however returns "auto" which is right but obviously makes it h...
IE7 deletes a tag and randomly places another one a few lines after the tag. This makes zero sense to me haha. Hopefully someone understands the workings of old IE better than me. Thanks for helping!
Here is the actual code:
<LI><LABEL>Comments (extra card readers, other questions, etc.) </LABEL><TEXTAREA></TEXTAREA></LI>
</UL>
<TABL...
Hi, I need to change the title bar icon of the Internet Explorer. Iam using IE v.6.
I tried using Favicon but its changing only the address bar icon and if we add the page to the favorites or bookmark its displaying the icon!!! but its not changing the title bar icon of the IE.
Note : I want the icon to be changed programatically not ma...
I'm new to the realm of web/plugin development and I'm not sure what I need to be researching.
What I need is to develop a C++ app/dll/control/something that will install as a browser plugin and can be embedded and ran within IE when <object>...</object> tags call it (or any HTML tag that will embed something of the sort). Exactly ho...
What is happening behind the scenes with css3pie that makes it so IE can use css3 features?
...