[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-16 Thread Uwe C. Schroeder
HOW IT WORKS: the !important property forces that style to override all other css, whether style-sheets, inline-css, header-styles, and whether above or below in the css hierarchy. Yes, important will override, but only for the one property using it. Let's assume you have to css files both

[jQuery] Re: IE z-index problems with superfish and jquery.cycle.plugin.

2008-12-03 Thread Uwe C. Schroeder
On Wednesday 03 December 2008, elvisparsley wrote: I have images with jquery cycle under superfish. Dropdown submenu of superfish over the images goes behind the images. I put z-index: 100; for the superfish menu and it works with firefox but not with IE. Can anyone help me out with this

[jQuery] Re: .ajax and ie7?

2008-11-29 Thread Uwe C. Schroeder
On Saturday 29 November 2008, Jeffrey Kretz wrote: This may be overkill for your needs, but it is free: http://www.microsoft.com/express/vwd/ It also has jQuery-aware intellisense. Whenever I need to debug an IE script page, I do ALT-V, U, O, pick the VS Debugger and it opens right up

[jQuery] Superfish menu stays under floating element

2008-11-18 Thread Uwe C. Schroeder
Hi, I've been googling and trying things, but I don't seem to find anything tangible. I'm using the latest version of superfish with jquery 1.2.6 Below the menu is an element (div with image) that floats left. FF and Safari display the menu properly. IE6 and IE7 push the menu below the

[jQuery] Superfish menu stays under floating element

2008-11-18 Thread Uwe C. Schroeder
Hi, I've been googling and trying things, but I don't seem to find anything tangible. I'm using the latest version of superfish with jquery 1.2.6 Below the menu is an element (div with image) that floats left. FF and Safari display the menu properly. IE6 and IE7 push the menu below the

[jQuery] Re: how to get the size of the image file before user upload it.

2008-03-04 Thread Uwe C. Schroeder
Does swfupload work on all platforms/browsers? Last time I tried a flash-based uploader it crashed FF (linux) every time. Uwe On Tuesday 04 March 2008, Rick wrote: swfupload can do that :) On 4 mrt, 04:25, Xinhao Zheng [EMAIL PROTECTED] wrote: hi all, is there a way to do this

[jQuery] Re: barack obama website uses Jquery

2008-03-02 Thread Uwe C. Schroeder
Well, since he's spending millions for flyers most people throw away, he really should donate a couple bucks to the JQuery project ... 50 grand would go a long way I guess :-) On Saturday 01 March 2008, Rey Bango wrote: Yep. The site has been using it since day one which was awesome! Thanks

[jQuery] Re: IE7 DOM manipulation and redraws

2008-01-03 Thread Uwe C. Schroeder
#messagecontainer is the individual result div as stated in my original post and .boxed is the container which holds all the result divs. Maybe this is a workaround for someone else, so I wanted to put it on the list. Uwe On Wednesday 02 January 2008, Uwe C. Schroeder wrote: Hi Everyone, I've run

[jQuery] IE7 DOM manipulation and redraws

2008-01-02 Thread Uwe C. Schroeder
Hi Everyone, I've run into a little problem which leaves me stunned. I'm having a page with a list of div's (a search result). It looks like this: container div div id=result1/ div id=result2/ div id=result3/ div id=result4/ /container div the result divs certainly contain something.

[jQuery] Re: IE7 DOM manipulation and redraws

2008-01-02 Thread Uwe C. Schroeder
www.englishrules.com www.learningjquery.com On Jan 2, 2008, at 1:35 PM, Uwe C. Schroeder wrote: Hi Everyone, I've run into a little problem which leaves me stunned. I'm having a page with a list of div's (a search result). It looks like this: container div div id=result1/ div id=result2