Hello,
We are planning to develop a browser plugin for IE and Safari to stream video in a proprietary video Player. We are investigating for the required technologies and various design approaches.
Could someone help by answering the following questions?
What are the various aspects we need to focus while designing the plugin?
What i...
Hi,
The following code works in Google Chrome and Firefox, but don't work in IE8. I don't know why, it's a tooltip and uses jQuery. It's not my code. When you run on Chrome or Firefox, hover over the element, the tooltip shows. In IE the tooltip doesn't, seems like a problem with the hover statement.
I tried step by step debugging but j...
Hi,
i am having a server control (Asp:Label) and i want to apply the css class dynamically
but it is applying to the label in all browsers except in IE7
in all browsers the dynamic css classes are applying but in IE7 it is not applying
can u give any solution or any alternate solution
Thanks and Regards,
Vara Prasad.M
...
I have a CMS where people can paste the code to embed a YouTube video. The problem is, the CMS uses jQuery lightboxes as modal popups to edit things, and the YouTube embeds are appearing over top of the popup window.
I have read in many places that elements don't respect the z-index property and just stick themselves on top of everythi...
I'm building a Flash-based (AS3) website that incorporates Facebook Connect through a combination of the AS3 API and the Javascript API. Everything is working fine in Firefox; users are able to authenticate / login via the site, and I can make calls and receive userdata from Facebook without a problem.
However, in IE (7 & 8, at least),...
This demo only Works in IE6, IE7, and IE8.
http://www.impressivewebs.com/css3-rounded-corners-in-internet-explorer/
What technique is being used in this?
...
I am wondering why the following code does not create two of my activex object. When the object tag is directly in the HTML it works fine, but for the life of me I can't dynamically create the object item. Is this a security issue or something? I am finding a difficult time finding documentation on this problem.
<%@ Page Language="C#"...
Okey, here it goes. I have a block of code that repeats it self twice. But it doesn't display the same, it is on the same page. I've checked everything is the same the html and the CSS. I realy can't wrap my head around this. This code is part of joomla module. I have to note that this is not my code!!! But i have to fix it so..
<di...
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 am having a problem developing a web page, http://prime-mmorpg.tk/templetetest.php is the page, if you look at the footer in IE, it is 20 times bigger then it should be, like it is in FireFox. What is wrong with this? I am using no sizing CSS or anything for the footer, it is the same as the body, and yet it is huge. Any ideas?
...
I have a layout like this:
[left-image] | [title-------------------------------------]
(width up to 150) | [left-floated-p -----------[right-floated-p]
|
| lots of text................................
the only way I could implement this is by using float:left on the "lef...
I have this problem in IE8 that ignores my first stylesheet link. I don't understand why. It doesn't matter which stylesheet it is, if I switch them it's always the first that doesn't show up and the others work so it is not an error in the stylesheet.
You can see it here on my site:
http://apphacker.com
I created an extra empty style...
I'm a beginner here so I apologize if this question is badly worded.
I have an XmlTreeLoader that is loaded up every time a row is clicked in an Ext.grid. It works fine in Firefox and Chrome, but whenever I try to run it in IE I get the error:
Wrong number of arguments or invalid property assignment
I tried using the developer to...
With this code the "TEXT" doesn't show up in IE 7. I think its behind the input? Giving it a zindex dosn't help, and i can't use position:relative because it messes other stuff up.
any ideas of how to fix?
<!DOCTYPE html>
<input/><span style='margin-left:-50px;'>TEXT</span>
...
Hi,
I know how to target IE, but that's only in HTML (which means I need to create another CSS file for IE bugs). Is their anyway, how I can implement the fixes in the same CSS file. This mean I target IE with CSS code?
...
I'm doing an automation job with InternetExplorer object.
...
I'm having a few issues with my Indexhibit site rendering in Internet Explorer. Compare to Safari and Chrome, which render accurately.
http://whoisbenbusch.com/
1) The menus in the nav do not expand as they should
2) The section titles in the nav do not change color on hover (#000 to #F00)
I would greatly appreciate any help! Thanks...
Maybe HTML/CSS gurus can explain? I find it somewhat ironic given the focus of the site.
http://www.vowsjs.org
...
Basically how this is supposed to work (and does in firefox, safari, and chrome) is that there are three links in a list and when you click one, its class is used to find a div with the same name but in an id. That div is then faded in after all divs with a certain class are faded out (this div has to class as well as a catch all).
here...