Displaying 20 results from an estimated 7000 matches similar to: "attribute selectors: IE6 compatibility and enhancements"
2006 May 30
0
problem with effect toggle - please help
Hello,
 
I''m having the following code below - when I click on the button in order to
toggle a div, it is working when the div is visible - after it is toggled
once, the beforeStart stuff isn''t executed anymore!
 
interestingly, when I change this Effect.toggle(this.bContentWrap, ''blind'',
{    
to this: Effect.toggle(this.bContentWrap, ''slide'',
2007 Mar 13
3
Prototype question invalid error in IE6
Hi, I''m new to using Prototype and  script.aculo.us. I''m trying to use
prototype to adjust an elements top margin based on the height of the
screen. I''m also using  script.aculo.us to make the element move
negatively off the left of the window to create a scrolling effect. It
works fine in Firefox, but I keep getting an Invalid argument error in
IE6.
Here my margin code
2007 Sep 20
10
Element.addMethods functions swallowing exceptions (IE6 + 7)
IE6 and IE7 are not correctly handling the ''throw'' command for
functions attached to Element via Element.addMethods. Firefox and
Safari are fine.
See the example below.
For IE6: functions called with no attributes (ie: funcName())
correctly handle thrown errors. Funcions called with attributes (ie:
funcName("foo")) will respond to the throw command and pass execution
2007 Nov 07
1
draggable with iframeshim for ie6
you all know the problem with select and textbox in ie6 where you need
an iframe under your divs so they will visually be on top.  does
scriptaculous have api for iframeshim like yahoo yui does?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send
2007 Jun 09
1
Element extending problem
Okay, I posted about this a few days ago but couldn''t replicate it in my
test case.
I have this page, which everything works fine on... except some of the
prototype methods.
They do not appear to exist on an extended Element.
ie:
Element._extended = true
Element.up = undefined
Element.addClassName = function
Element.getElementsBySelector = undefined
I''ve been trying to figure
2006 May 08
1
Installation of IE6 and Office2000 with wine 0.9.12
Hi,
I used some time ago the winetools package to configure wine older than 0.9.10 
with IE6 and Office 2000. Updates of wine up to 0.9.10 where also succesful, 
so that I was able to continue the usage of MS Office2000.
But since the Desktop changes in wine 0.9.11, 0.9.12 the old installation does 
no more work.
##
My experiements to install IE6 and Office 2000 without winetools are not yet 
2002 Jun 14
0
Fw: Lastest Wine CVS and IE6
----- Original Message -----
From: "Escuder Nicolas" <n.escuder@alineanet.com>
To: "Sylvain Petreolle" <spetreolle@yahoo.fr>
Cc: <cygwin-xfree@cygwin.com>
Sent: Friday, June 14, 2002 4:44 PM
Subject: Re: Lastest Wine CVS and IE6
> It's not from comctl32 :o)
>
> [AppDefaults\\iexplore.exe\\DllOverrides]
> "shlwapi" =
2007 Mar 19
2
Simulating IE6 on Wine
Hi All,
I am installing a software on Wine which is asking for IE6 to be
installed.
But, I don't want to install IE6 on Wine.
Is there any way to simulate IE6 on Wine?
Thanks,
Jayarama Nettar.
2009 Jul 15
2
problem about ie6 in wine
hi,wine team,I have a problem to solve.when I open a bash,and type the command :wine /root/.wine /root/.wine/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe  and ie will start. 
but now I open a new bash,and want open another ie6.and type the command above,now the ie will have problems ,and can't start ie6.
the main problem is I can't open ie6 from bash twice,how can I solve this
2005 Nov 24
1
Extended $ function called $$
This code lets you use standard CSS selectors to get an array of elements.
For example, $$("#container div.myElements") would return all subelements of
#container that are divs and are of the class myElements.
I submitted similar code a while back to the email address for the prototype
library but never got a reply. Thought I''d post this in the hopes that some
others will find
2007 Jul 20
0
IE6 assigns "undefined" to _counted property when matching
I''m pretty sure I''ve come across a bug for CSS matching in IE6. (I''m
kind of new at the collaborative thing, so I figured here would be a
safer place to write this, as opposed to
The relevant HTML is:
<script type="text/javascript">
function getLineItems() { return $$("#LineItems tbody tr"); }
function addLineItem(e) {
	var template =
2007 Nov 09
1
!important modifier in setStyle
Does anyone know a way to set the !important modifier when using
setStyle to change the css of an element?
It throws errors in IE but works fine in FF.  Any insight is
appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to
2008 Jun 23
1
Running Internet Explorer 6 (IE6), but nothing happens
Hi,
I am currently running Ubuntu 8.04 with wine 1.0 (upgraded thru update manager).
I previously installed wine & winetools using instructions from http://ubuntuforums.org/showthread.php?t=149585.
However, when I try to run IE6, this is what the terminal outputs:
kenninaz at kenninaz-desktop:~$ wine /home/kenninaz/.wine/c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE 
2008 Sep 08
1
IE6, flash, abysmal performance
Hi all.
I'm using Wine ( 1.1.4 ) to test some Flash stuff ( flex ) in IE6. IE6
runs quite well normally, but once Flash is loaded up, it goes VERY
slowly indeed.
I've done a quick sysprof profile
( http://entropy.homelinux.org/ie6_flash.sysprof ), and from what I can
see ( and I'm most certainly no expert ), it looks like most CPU cycles
are being burned in fbGetImage and fbCopyArea
2008 May 22
4
Autocompleters and Sortables do not function in IE6
I have two issues that I hope someone else has encountered and has a
solution for.
First:
I have several autocompleters on my site, and they function as
expected in Firefox, Opera, IE7, but when I use them in IE6, I get no
javascript errors for my local autocompleters, and all ajax
autocompleters functions are firing as expected and returning the
correct search results.  The only problem, IE6
2006 Apr 26
0
Problems with AJAX and IE6
I have been using AJAX for a while in IE6 and Firefox without any problem.
A few days ago, some IE6 machines quit working and looking at the log,
the request never reaches the server. The weird part is that some
other IE6 machines work fine as well as Firefox.
The link is using form_remote_tag function.
Any ideas of what''s going on?
Thanks in advance,
Santiago
2011 Nov 27
0
Wine 1.3.33 and IE6
I use an application that uses IE6 to render HTML in a widget, and something changed recently such that the frame within the main window that usually renders the HTML is now completely white.
I'm trying to track down the cause, and I noticed now that when I run wine iexplore, it runs the Gecko browser by default even though I have IE6 installed, and I have to explicitly specify the path to
2006 Jan 18
0
Behaviour & Effect.Highlight?
I''m having a problem with Effect.Highlight and a simple Behaviour rule.
In brief, I have a Sortable list. Using Behaviour, I add a hover effect
(apply a style on mouseover, remove style on mouseout). The styles contain a
border color and background color.
var myrules = {
	''.sortable li'' : function(element){
		element.onmouseover = function(){
		
2008 Aug 28
1
Re: Can't install IE6
Hi awdoyle,
I too wanted IE6 installed for the purpose of Outlook Express and its mail handling, particularly with folders as I have many.  (...disregarding alternative clients with add ons for the moment)
I know IE6 can be installed using Codeweavers Crossover Linux app (based on WINE).  With this install, OE is also installed.  (You need to manually create a link to the .exe file)
I currently
2008 Jun 16
1
Fix for IE6 bug in geocoding
Hi,
I was trying to use the geocoding stuff in Mapstraction and found a  
bug with IE6. I couldn''t find a way of submitting it on Trac, so here  
it is. Change line 110 of mapstraction-geocode.js from:
place = response.Placemark[0];
to:
var place = response.Placemark[0];
Otherwise IE6 doesn''t declare the variable properly and things break  
in obscure ways.
Cheers,
Tom