Hi,
The following piece of code does not work on FF and Chrome but works on IE. I want to replace this part to make sure it works on all browsers.
Anybody, any idea?
Code below:
<td width="50%" style="FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#163866,endColorStr=#8bc9f3); HEIGHT: 38px;">
...
i have the following function, which works fine in firefox, but will do nothing in IE8
function print(url) {
var w = window.open(url);
w.onload = function() {
w.print();
};
}
i want to open a webpage and immediately open the print dialogue.
...
Hey guys,
I'm having problems getting JW Player to autostart videos that are in a colorbox modal in any Internet Explorer browser. It appears that the player does indeed load as a black box displays with the JW Player watermark. Also, the watermark fades away as if it thinks its playing the video, however, it just displays a black block...
I'm trying to remove the user control (only show the video frame) using Windows Media Player inside Chrome, but without success.
The code I use:
<EMBED TYPE="application/x-mplayer2" SRC="..."
NAME="MediaPlayer"
WIDTH="400"
HEIGHT="238"
autosize="0"
stretchtofit="0"
ShowControls="0"
ShowStatusBar="0"
...
As per my knowledge we can disable ctrl+N key for new window with the following javascript code :
document.onkeydown = function() {
alert(event.keyCode)
if ((event.keyCode == 78) && (event.ctrlKey)) {
alert ("No new window")
event.cancelBubble = true;
event.returnValue = false;
event.keyCode = false; return false;
}
}
In my cas...
Well I have, I think, kind of unusual question. Well I have a web page with starting div with absolute position.
.head_warp
{
width:100%;
display:block;
height:238px;
margin:0 auto;
padding:0;
position:absolute;
text-align:center;
background-image:url(images/demo6_fon.png);
background-position:center;
background-position:top;...
Hi I am trying to add background image to my button. The image contains two states,
A and A:hover.
a->background-position:bottom and a:hover=>background-position:top. It works fine in chrome and firefox but IE sucks so bad and display total height of the images (two states together). I was wondering if anyone know how to fix it. Thank...
Does the 2k length limit for URLs on IE still exist for IE 7 and IE 8? (the post IE 6 era)
...
When IE does Ajax, does the 2k length limit still apply for URL? (or is it only for the URL on the address bar)
What about URL with the hash portion together exceeding 2k but without the hash, it is less than 2k?
...
The URLs exhibiting this behavior is here:
http://culturewithinaculture.org/introduction.php
http://culturewithinaculture.org/about.php
user: cwac
pass: cwac2112
The site has not been launched officially. But my problem is on the right side, Japanese copy. I have my document type set to UTF-8 which is what I thought it should be. On...
I have a website in which every page is served via HTTPS. On one of the pages I have a form whose action attribute is set to a relative URL.
The page with the form can only be accessed via HTTPS and the page the form posts to can only be hit via HTTPS, yet in IE I get a security warning telling me I'm about to switch to an insecure con...
I'm trying to make a page with an image meant for being loaded in an iframe. But there is 4px of space at the bottom of the body tag that I can't seem to get rid of. Heres my simplified source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
...
Hi,
I have written one VSTS data driven test case. Where I need to update IE proxy setting for individual test cases. I have written following line of code to change proxy
RegistryKey reg = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections", true);
string va = reg....
i dont claim in any shape or form claim to be a Flash Activist, but apart from its obvious annoyances and discrepancies, any fool can see its couple of uses, that are in a big way reasonably important to the right consumer and website.
There has been a lot of talk that HTML5 and CSS3 is the future of the web, so much so that ie9 is actu...
In an answer about CSS, a user said:
Internet Explorer has is said to have a limit of 4096 CSS rules per file. Reference
Also, it has a limit on the number of style sheets you can embed in a single document. I think it is 20.
While the reference on MSDN seems to confirm this (and there's a blog post which confirms this in IE7...
This is not a dupe of permission-denied-ie-iframe but it is very closely related.
I have a page hosted at http://www.enviroissues.com/comments/bpa_i5/default.aspx. This page is being displayed in an IFrame at http://www.bpa.gov/corporate/i-5-eis/ecomment.cfm.
I am NOT trying to access dom elements on one domain from the other. My pag...
Hi,
I am trying to fire a mouse event in IE at a particular coordinate. All the coordinates are set right before firing the event. But when the event gets fired, the client point gets changed and gets the value same as offset point.
i.e., I created a mouse event with ClientPoint = (583,438) , offset= (585,481) and screen = (585,589). Th...
I am using the Prototype javascript framework. I have included it in a javascript code snippet that I allow people to copy and paste onto their websites. There is a possibility that their website already includes Prototype or they wanted to include the snippet multiple times. In both cases, Prototype will be defined twice and, as a resul...
I have a page that looks perfectly at http://esolar.ca/calculator
But when I embed it into an iframe at http://esolar.ca/how-to-profit-from-microfit/microfit-income-calculator/
The Request An Assessment button in Internet Explorer 8 is too far to the left. How do I make the contents of the iframe appear the same after it's been iframe...
Hi,
In certain websites we receive a dialog window(from browser itselft) which asks us to enter the user name and password. I've entered a user name and I need to clear it from history. I tried lot of options and was not successful. Can someone please help me?
...