hello,
i use a sIFR title in a list on my website. i fade list-items out and in. works fine. but in IE when i fades, the sIFR title suddenly has a black background. but just during the fade-animation. saw that also on other websites...
any ideas or former posts? thanks!
...
I'm having an unexpected "annoying" popup in IE7 (and possibly other versions). As expected IE prompts you about unsaved form data when closing the window which is fine. But I have a form inside a div and now when I toggle the display CSS style between none and block, IE thinks I'm closing the form with unsaved data and shows the warning...
Hi,
Not sure how to fix this or where to look in resolving how Facebook content that has been laid-out using Blueprintcss looks so poorly spaced in IE7.
Is there any guidance on this?
...
At first, caching didn't work in all browsers. Then I made it work in all browsers but IE (IE8) by adding .pdf extension to the url. Servlet stopped being called after that.
I display pdf file inline on the webpage via EMBED tag that loads the following url:
http://localhost:7001/app/viewFile.pdf
Which is generated by java servlet wi...
I am loading data from external html files within my domain into a div on my webpage using a load content method in jQuery. I take the div out of the new page whilst hiding the div in the current page by fading this out and fading the new one in. There is a png image in both of these divs and it is creating horrid black blobs in IE, work...
I'm using the following code for star rating. The code works fine in firefox but it sucks (as usual) in IE6. The stars doesn't even show up in IE6, though they work perfectly.
it uses sprites to display the stars. Also, I've fixed the PNG transparency issue with IE6.
<div id="ajaxratemasuga"><div class="ratingblock">
<ul style="widt...
I've been looking arround the web, and I'm fairly sure I already know the answer ("no"), but I'd like to check:
Does IE support importNode() yet? Is there a better alternative than walking the DOM and creating nodes? (I've seen the clasic article by Anthony Holdener but its more than a year old now, and I'm hoping that either IE has evo...
I think the myth that IE is a nightmare for web designers its true. IE7 is adding me some mysterious padding or margin on the left and right side of my div#image (the gray div) and the paragraph in the div#content is suffering from the CSS propieties of the h2 tag. Thanks in advance!
edit: I even tried Eric Meyer's CSS Reset but it didn...
I am trying to debug the reason why my ajax get/post is not working in IE 7/8
Here my code:
$.ajax({type: "POST", dataType:'html',url: "/places/set_member/add/",data: "place_id="+place_id ,
beforeSend: function() {$("<span class='notice'>Saving...</span>").prependTo('body');},
success: fun...
For some reason when I load a page with uploadify, in IE 8 I get this
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Sun, 29 Nov 2009 01:36:52 UTC
Message: Object doesn't support this pr...
I have several pages and one stylesheet.
The page bodies get two classes: Their name, and the language.
For example:
<body class="contact english">
Now, in the stylesheet, I have an special rule for the german version of the "expertise" page:
body.expertise.deutsch .container
{
width: 590px;
}
In IEs 6, 7, and 8, this styl...
I have a html page, on this page there are some images, when the user clicks on one of these images, a different image replaces it.
<img style="cursor:hand" src="../_Img/click_me.png" onclick="ChangePic();">
The ChangePic() function:
function ChangePic() {
var el = event.srcElement;
el.src = '../_Img/Clicked.png';}
I also have a l...
Hi,
I've got a problem with showing images triggered by a MouseOver (see: http://camera.vu.nl/v2)
In Safari and Firefox it's ok. In IE when you move of the text onto the Visible background layer with the blob-image, the layer is turned on and off leading to flickering.
I build it using the standard options in Dreamweaver CS4.
Can anyone...
Html=>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
<div style='border: 1px solid red; width: 100px;'>
<a href="#">foo</a>
<a href="#"style="border-color: blue; float: ri...
Wanting to play with jQuery, Orbited, and FasterCSV, I made a Rails chat application.
You can browse to a URL and there is a chat window that is similar to IRC. You can also export the contents of the chat window by visiting the same URL but adding a ".csv" extension to the URL.
HTML version: http://host.name/channel/sweetchatroom
CS...
Due to IE's inability to fade transparent PNG's I have decided to change my fucntion to simply show PNG's if the user is using IE but to fade them if they are using any other browser. The function below works fine in IE and does what i expect it to but in any other browser i.e. Firefox, Safari it doesnt do anything, am i missing somethin...
Is there a way to do http logging in this like I can do in fiddler?
...
We have a fairly robust ASP.NET app using quite a bit of AJAX, jQuery & CSS.
After opening a new instance of the browser using CTRL+N, when entering data into textboxes, if users want to enter "foobar" it dups every key they hit. So they get "ffoooobbaarr" instead.
We're not able to isolate this to a consistent debugging environment th...
I have IFrame with a button in it, and it's onclick is:
new window.parent.UI.Image('xyz').addToCart();
In Firefox, I don't have any problems with this code. In IE, however, I get a "permission denied" error.
Is there a different way I should be accessing the JavaScript in the parent window?
...
(Note, this is not the double-margin bug. I'm calling this the double-vertical-padding bug for now unless someone else has a more clever/documented name for this?)
Just when I thought I'd seen all the quirky IE CSS bugs, I've produced a simple test case that continues to confuse me. The page below looks and works great in FF, Opera, et ...