internet-explorer-7

jquery ui datepicker doesn't disappear in IE7 after selection

Hi all! Got the jQuery UI datepicker plugin working wonderfully, however, when using IE7, the calendar doesn't fade away after you make a selection like it does in FF, Safari, etc. Here's the URL http://www.mchenry.edu/insideApp/OIRPprojectrequest/oirpprojectrequestform.aspx I hope it's something silly, 'cuz IE7 is the only browser I...

IE7 Bug where text gets cut off inside a child div

I have been struggling with this issue for a while. I have a problem with text inside a child div being cut off in IE7 or 8. Works fine in other browsers. parent div - float left child div - no height, text gets cut off I have tried a few hacks and methods I found googling but nothing works, please help! Thanks ...

IE7 glitches with building tables cells dynamically

I am working on jQuery plugin. It building tables dynamically. // ... ... var currentTBL = document.createElement('table'); $(currentTBL).attr('width', _width).attr('height', _height); var currZoneIndex = 0; for (var y = 0; y < limitRow; y++) { var currentTR = document.createElement('tr'); var currentWidth = 0; for (var x = 0; x < l...

IE6/IE7 and transparent background bugs - What is a practical fix for all of them?

I am getting a number of strange rendering issues in IE6/IE7 when there are transparent backgrounds applied to the elements involved. They have included but are not limited to: When scrolling back up a page a background image appears moved as if padding is applied. When hovering over a link the background image applied to its containi...

Share cookies between sessions in IE7

Hello All, I'm trying to get IE7 to share its cookies between sessions. I found that if i set the expiration date, it will share the cookies. However, i can't use this method because i am trying to control login to my application (users may only login once). Is there another way to get IE7 to share? Thanks ...

IE7 / IE8 z-index problem

Running in compatibility mode the calendar below renders behind the textboxes below. IE8 displays the calendar how I need it to. My CSS .MyCalendar .ajax__calendar_container { border:1px solid #7F9DB9; background-color: #ffffff; z-index : 1004 ; width:190px; } the textboxes which are overlaying the calendar don't have their z-...

Object doesn't support this property or method validation.js line 124

hey , I know that a lot of people ask this before , am using really easy field validation with prototype , its very nice script , but the problem that i use this thing in an ajax form . i know that your answer will be to extend the elements in my js code , the problem is not in the validation.js code itself but in another function tha...

I am having two CSS problems with IE7 and IE8.

The webpage is www.voteforvan.com In firefox of course it is perfect. In IE7 the menu isn't showing up and the search box disappeared all together. In IE8 the search box is out of place. Can someone help me find an answer to this. ...

Dojo ItemFileWriteStore issue with IE7

I have a grid that is embedded within a ContentPane which is in a tabContainer. When loading the itemfilewritestore IE7 pops an error. Code: var theData = {identifies : id , items[]}; var theStore = new dojo.data.ItemFileWriteStore({data: theData}); console.debug(theStore); // this throws some weird error error: {close:function(_81)i...

jquery, fancybox, ie7 and a random white box i can't explain

there's a random white box showing up in my ie7 below the footer. looks fine in firefox/safari 4/chrome. i used debugger to inspect and it's showing up as a fancybox div. thing is, i don't think i'm using fancybox anywhere. confused. http://bit.ly/bT2CI ...

ie7 Png transparency image

PNG image transparency does not work on IE7. It look like this on IE7: http://websitehelp.techgrowthglobal.com/bc%5Fdevelopers/index.html In the column right portion of the body there is a curved image on top-a1 In the center it was the repeat png background and at the bottom was a curve also a3 It doesn't work on IE7. ...

Floating DIVs in IE7 vs. IE8, Firefox, Chrome and Safari

Hi folks, I'm a bit stumped on this one. I am referring to this page - http://savitarbernese.com/welcome.aspx. At the moment it looks okay on IE7 but I can't seem to get it to work on other browsers. As it stands now I had to wrap a couple of DIVs within tables to make the background extend behind the full content. I'm guessing this has...

IE 7 not showing my custom 401 page

I created a 401 page, which is html, and within an accessible directory. It displays in IE 6, Firefox, Safari, but not IE 7. Here is the .htaccess file for setting the authentication on the directory and location for the 401 page. KrbServiceName HTTP KrbMethodNegotiate On KrbMethodK5Passwd On #KrbVerifyKDC on KrbSaveCredentials off Kr...

jQuery and IE7 layer problems

When using jQuery with internet explorer 7, i cannot get it to display a popup page, the screen goes grey, the popup is there but not highlighted. I have not modified any of the code, so i know i have not messed it up anywhere. When i run the page using safari or mozilla, everything is ok, even ie8 display's the page, but ie7 is givi...

IE6 and IE7 send HTTP/1.1 without hostname on redirect

we use Redirect-after-Post Pattern in our webapp. Sometimes very few error logs are shown in our apache log like this: [error] [...] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): ... in my acces log they show up as [...] "GET /xyz/ HTTP/1.1" 400 226 "-" "-" 72 What happens here is: The application se...

Strange problem with jQuery ajax post.

Hi, I have very strange problem and that problem occurs very rarely and that too in our production env. The production env. setup is, Apache Web Server as front layer Apache Tomcat 6.0 as application server (liked with Apache Web server via mod_jk) I have custom made Ajax based RPC component where we use jQuery for ajax calling. The ...

CSS drop down positioning problems in IE7

Hi Everyone, I've been trying to figure this out all morning and I just can't get anywhere with it. I'm working on this website for a client and the dropdown menu just will not position properly in IE7. I have it working in everything else (even IE6!) but IE7 just will not play ball. If there is anyone that could help that would be awe...

Some IE 7 Help / CSS Positioning

Hey everyone, need a little help getting my site to run in IE7. The site in question is http://www.myvintagesecret.com/ The top navigation has a few LI hover links. I need to space them out so the hover works properly. What is the best way to go about this? (ill need to do each one pixel by pixel). There is a gap in the posts in IE7. ...

Progressive rendering of a webpage in Internet Explorer 7

I'm trying to improve the user perception of page load time of some web pages. These web pages take about 5 seconds to complete loading and rendering. The overall time is fine; but on clicking a link to load a page, nothing happens for about 4.5 seconds and then the whole page appears in one shot. This spoils the user experience, since t...

IE7 Overflow & IE7 Background Images

Heyy guys, two problems, both caused by IE7 www.myvintagesecret.com 1)I have a Div called .postheader that holds the title and another div called .clip . As you can see, the clip should hover over the content and not push it down. (use any other browser to test). Its currently giving me a huge gap when it should only go as long as the...