0
votes
2answers
35 views
How to get ‘text’ out of <p>Text<input type=”… </p>
Hello,
I can't get this to work in IE:
This is what the HTML code looks like:
<p class="red">Red: <input type="text" id="red_input" value="0"></p>
id is in thi …
0
votes
1answer
25 views
IE doesn’t support Q tag but you can style it.
I am puzzled with the statement that IE does not support <q> tag but it renders just fine on IE as an inline element so if it doesn't support it, so what? We can just style i …
0
votes
0answers
21 views
why is downthem all like functionality not built into firefox? [closed]
does firefox downloader implement multi-part downloading? why is such a functionality not built into the browser. what about chrome, ie.
1
vote
4answers
60 views
Why does select with onfocus not work in IE?
I want to highlight a select element with a background color to indicate, it is mandatory. When the user opens the menu by clicking on it, I want to remove the background color, so …
0
votes
1answer
23 views
Text in disabled and css styled button shows movement in IE
Hi.
It's pretty much what the title says. I have disabled and css styled buttons. In Firefox, disabled buttons do not move at all when pressed (which is what is expected), in IE, …
0
votes
2answers
17 views
How do I reset or override IE CSS filters?
I'm using the proprietry MS 'filter' property to try and create a non ugly equivelant to css3 text-shadow and box-shadow;
I was actually doing really well until i hit this problem …
0
votes
2answers
22 views
jeditable performance in IE
I am seeing very poor page set-up time in IE using jeditable.
The page has a table in which each row has 13 span elements to which jeditable is applied as follows:
$(document).re …
-2
votes
1answer
22 views
jQuery1.3.2 change multiple same name class only use css(name, value) method. don’t use css(name)
looking at the snippet.
If you want to use jQuery css method change class LabelHeader both IE and FF, you only use
each mehtod + css(name,value).
$("document").ready(functio …
0
votes
1answer
12 views
Current tab in IE 6 horizontal list navigation stretching to fill rest of div
I'm currently working on getting my top nav to work in IE 6 - my site is
located here.
The tabbed item is the "current" selected menu, and its width is stretching to fill the re …
0
votes
0answers
31 views
IE 5.5 Float Drop in css div layout
Hi,
I'm testing a site for a friend and I've got it to work in all browsers, except IE 5.5 (Looks great in Adobe Browser Lab for all Browsers.)
You may ask why I care about IE 5. …
0
votes
1answer
15 views
IE Cache Settings
What does the following IE cache setting do: "every time i visit the webpage"
Does it cause the browser to ignore the Expiration and other Cache related http headers? Is it at the …
0
votes
1answer
13 views
ActiveX Print a web page
I would like to find or write an Internet Explorer ActiveX control that will allow me to print a web page to a specific printer without a dialog box. The problem that I am having i …
1
vote
1answer
47 views
CSS working only in Firefox.
I am trying to create a search text-field like on the Apple website.
The HTML looks like this:
<div class="frm-search">
<div>
<input class="btn" type="image" …
0
votes
0answers
36 views
IE doesn’t wait for result of $.post(
Hi!
I'm developing an upload form. It works fine with Firefox, but not with IE.
Here is the code:
if(hasError == false) {
$(this).hide();
$("#uploadForm").append('show an …
0
votes
1answer
36 views
TinyMCE in Internet Explorer does not load
My TinyMCE init looks like this:
var tinymce_advanced_options = {
mode : "textareas",
theme : "advanced",
editor_deselector : "mceNoEditor",
th …
