jQuery appendTo in IE7/8

2013-03-19 Thread Chad Baloga
I have a function which moves a DIV from one window to the parent window. It works find in Firefox and Chrome but not in IE7/8 (seems like the appendTo fails). Any suggestions... function appendCmtDiv(div,no) { // ** Now we need to change the ID on the comment we are putting over

IE7 support of onvalidate

2009-10-23 Thread John Pullam
cfinput (visibility: hidden and height: 1px) and created a meaningful error message and do my field checking there. It works great on Firefox, Chrome, etc. but stumbles on IE7. It seems that if the field is hidden, IE7 runs the javascript which produces the error alert box, but after you click OK

Re: cfinput=datefield display problems in IE7

2008-09-08 Thread Jeff Martin
Worked perfectly! Thanks! I was getting the same thing, so I played around a little bit with wrapping the cfinput in another div, and this seems to work in IE7 and FF2: div style=clear:both;position:relative;z-index:3;cfinput type.. /div div style=clear:both;position:relative;z

excel downloads and IE7

2008-08-28 Thread tali tsarfati
Hi, I saw this issue was mentioned before, but there was not answered I use IE7 and trying to create and download excel file response.setContentType(application/vnd.ms-excel); response.setHeader(Content-disposition,attachment; filename=Book.xls); I get a yellow bar To help protect your security

Error with IE7 and CF8 ajax.js

2008-08-25 Thread Dave Hatz
I have been working on a project that uses the new AJAX components that come with CF8 for the past 2 weeks. I have been using FF3 and Firebug and all is going along just dandy. Turn it over to one of my QA people and they test it on IE7 and no go. They get the following error : Unknown

RE: Error with IE7 and CF8 ajax.js

2008-08-25 Thread Andrew Scott
-Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Tuesday, 26 August 2008 6:00 AM To: CF-Talk Subject: Error with IE7 and CF8 ajax.js I have been working on a project that uses the new AJAX components that come with CF8 for the past 2 weeks. I have been using FF3 and Firebug and all

PDF delivery via CFContent in IE7 ... doesn't.

2008-07-28 Thread Matt Robertson
value=inline; filename=#variables.pushFile.fileName# cfcontent type=application/pdf file=#url.fileIs# IE tries to treat bar.cfm?FileIs=woof.pdf as a pdf file. Then nothing in the blank window that follows. What am I doing wrong? Seems like something changed in IE. I am on IE7 and Acrobat 5

Re: PDF delivery via CFContent in IE7 ... doesn't.

2008-07-28 Thread Will Tomlinson
This is driving me nuts. It works great in Safari, FF and, up until recently, in IE. Server is CF 6.1 I could swear I ran into this same thing with WMV's. IE7 wasn't set as default for that file type. I had to go in and change IE7's settings before it would shoe the movie. Otherwise, I

Re: PDF delivery via CFContent in IE7 ... doesn't.

2008-07-28 Thread Matt Robertson
I had to go in and change IE7's settings before it would shoe the movie You mean Windows' settings, right? I don't know anywhere where IE7 does file type support, although that doesn't mean its not hiding somewhere inside. Since I have the full Acrobat (5) on my desktop unit, I'll try

Re: PDF delivery via CFContent in IE7 ... doesn't.

2008-07-28 Thread Will Tomlinson
I had to go in and change IE7's settings before it would shoe the movie You mean Windows' settings, right? I don't know anywhere where IE7 does file type support, although that doesn't mean its not hiding somewhere inside. Since I have the full Acrobat (5) on my desktop unit, I'll try

Instantiated CFC behaving incorrectly in IE7 Safari, but works in Firefox

2008-07-21 Thread Russ Shakespear
I've got a simple component that I'm instantiating to maintain a persistent variable. Basically, the CFC checks for new entries in a table, and if there are any, sets this variable to be the last entry's id. The next time the CFC is called, it will check for new entries using this variable as

RE: Instantiated CFC behaving incorrectly in IE7 Safari, but wo rks in Firefox

2008-07-21 Thread Dave Watts
I've got a simple component that I'm instantiating to maintain a persistent variable. Basically, the CFC checks for new entries in a table, and if there are any, sets this variable to be the last entry's id. The next time the CFC is called, it will check for new entries using this

Re: Instantiated CFC behaving incorrectly in IE7 Safari, but wo rks in Firefox

2008-07-21 Thread Russ Shakespear
I've got a simple component that I'm instantiating to There is nothing in the code you've shown that is browser-specific. So, the problem is somewhere else. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction

RE: CF8, IE7, Data Sources File Tree Applet

2008-06-27 Thread jgeorges
Yes, using IE6 from another computer. --- On Thu 06/26, Dave Watts [EMAIL PROTECTED] wrote: From: Dave Watts [mailto: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com Date: Thu, 26 Jun 2008 14:39:11 -0400 Subject: RE: CF8, IE7, Data Sources File Tree Applet Yes, went to a few

RE: CF8, IE7, Data Sources File Tree Applet

2008-06-27 Thread Dave Watts
Yes, using IE6 from another computer. In that case, it's probably not a ColdFusion problem, but a problem with IE6 and/or the Java plugin on your server. Honestly, I probably wouldn't worry about it - I usually don't install Java browser plugins on servers anyway - but you can probably fix it by

RE: CF8, IE7, Data Sources File Tree Applet

2008-06-26 Thread jgeorges
] To: cf-talk@houseoffusion.com Date: Sat, 21 Jun 2008 23:29:25 -0400 Subject: RE: CF8, IE7, Data Sources File Tree Applet The JRE is installed, Plug-in 1.6.0_06, and enabled in the browser.brbrHave you tested it with other Java applets?brbrDave Watts, CTO, Fig Leaf Softwarebrhttp

RE: CF8, IE7, Data Sources File Tree Applet

2008-06-26 Thread Dave Watts
Yes, went to a few sites to check if Java applets work, one being the Sun site. It just does not work with displaying the file tree in the CF administrator. Does it work if you view it with another browser? With another computer? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: CF8, IE7, Data Sources File Tree Applet

2008-06-26 Thread Casey Dougall
On Sat, Jun 21, 2008 at 10:13 AM, jgeorges [EMAIL PROTECTED] wrote: Running ColdFusion 8, IE7, Windows Server 2K3. When creating a data source in the CF Administrator I get the following error trying to browse the server for the database file. Is ther a fix other than reverting back to IE6

Re: CF8, IE7, Data Sources File Tree Applet

2008-06-26 Thread jgeorges
Doing that now. Would like to determine why the applet is not running. Thanks --- On Thu 06/26, Casey Dougall [EMAIL PROTECTED] wrote: From: Casey Dougall [mailto: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com Date: Thu, 26 Jun 2008 14:45:28 -0400 Subject: Re: CF8, IE7, Data

CF8, IE7, Data Sources File Tree Applet

2008-06-21 Thread jgeorges
Running ColdFusion 8, IE7, Windows Server 2K3. When creating a data source in the CF Administrator I get the following error trying to browse the server for the database file. This applet displays a file-tree of the server to enable the user to browse its contents. Your browser

RE: CF8, IE7, Data Sources File Tree Applet

2008-06-21 Thread Dave Watts
The JRE is installed, Plug-in 1.6.0_06, and enabled in the browser. Have you tested it with other Java applets? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC,

Re: FCKEditor and IE7

2008-05-20 Thread Claude Schneegans
Claude do you have any idea of the settings needed? On that particular case, no. I do not use FCKEditor, having my own system. I was just seing some similarity with an issue I worked on a couple of months ago. I this case, the problem was with special effect filters inactive because of some

FCKEditor and IE7

2008-05-19 Thread Mike Kear
A couple of my clients have updated their browsers to IE7 and now complain that they cant see the Inline Rich Text Editor in their CMS - it's FCKEditor 2.5. I Look at the pages myself, and with Firefox and IE6 everything's working fine. But with IE7 the page just shows the blank space where

RE: FCKEditor and IE7

2008-05-19 Thread Matthew Sievert
- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 11:07 AM To: CF-Talk Subject: FCKEditor and IE7 A couple of my clients have updated their browsers to IE7 and now complain that they cant see the Inline Rich Text Editor in their CMS - it's FCKEditor 2.5. I Look at the pages

Re: FCKEditor and IE7

2008-05-19 Thread Mike Kear
Thanks Matthew - but i've had it running reliably on IE6 and Firefox for ages . It's just now, on IE7 thats the problem. Have you ever managed to make it work wtih IE7? I notice by the way that when i go to the FCKEditor site, the demos there work on IE7, so i do konw it's possible to make

Re: FCKEditor and IE7

2008-05-19 Thread Azadi Saryev
you don't have any silly code like cfform inside a table on you page, do you? that tends to often break things... also check your doctype declaration: the way IE7 renders pages differs depending on what you have in the doctype, though i forget specifics of this... Azadi Saryev Sabai-dee.com http

RE: FCKEditor and IE7

2008-05-19 Thread Matthew Sievert
for their environment specifically. We have tried copying their exact implementation and had it work differently on whatever server we installed it on. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Monday, May 19, 2008 1:53 PM To: CF-Talk Subject: Re: FCKEditor and IE7 Thanks

Re: FCKEditor and IE7

2008-05-19 Thread Mike Kear
THanks Matthew, i know for sure it works because it's been working for at least two years on this server. It's only since the advent of IE7 that it's giving problems. It still works fine with Firefox and IE6. SO the question is,, what's different about IE7 that makes it break? Axzadi's

RE: FCKEditor and IE7

2008-05-19 Thread Erika L. Walker
Just an FYI in case many of you didn't know, but ActivEdit, the other WYSIWYG editor for web pages, is now open source and available for download at the creator's website: http://www.zrinity.com/activedit Just an alternative solution for those who haven't invested a lot of time into FCKEditor.

Re: FCKEditor and IE7

2008-05-19 Thread Gerald Guido
Nice, thanx for the 411. G On Mon, May 19, 2008 at 2:39 PM, Erika L. Walker [EMAIL PROTECTED] wrote: Just an FYI in case many of you didn't know, but ActivEdit, the other WYSIWYG editor for web pages, is now open source and available for download at the creator's website:

Re: FCKEditor and IE7

2008-05-19 Thread Claude Schneegans
However, as far as browser compatibility. I think FCKEditor has some room for improvement. With IE, there are so many options the user can deactivate that it is not easy for the Javascript developer. There are for instance several security checks that locks ActiveX, even internal activeX

Re: FCKEditor and IE7

2008-05-19 Thread Mike Kear
Claude do you have any idea of the settings needed? Perhaps i can give my clients a how-to document that will let them set up their IE so they can continue to use their CMS with IE7 as they have for teh last year Cheers Mike Kear On Tue, May 20, 2008 at 7:19 AM, Claude Schneegans [EMAIL

Re: FCKEditor and IE7

2008-05-19 Thread Kay Smoljak
Hey Mike, On Mon, May 19, 2008 at 11:07 PM, Mike Kear [EMAIL PROTECTED] wrote: I Look at the pages myself, and with Firefox and IE6 everything's working fine. But with IE7 the page just shows the blank space where FCKEditor must go. This is probably not much help, but IE7 is far more

Re: FCKEditor and IE7

2008-05-19 Thread Don L
Just an FYI in case many of you didn't know, but ActivEdit, the other WYSIWYG editor for web pages, is now open source and available for download at the creator's website: http://www.zrinity.com/activedit Just an alternative solution for those who haven't invested a lot of time into FCKEditor.

Re: cfinput=datefield display problems in IE7

2008-03-13 Thread Steve Logan
I was getting the same thing, so I played around a little bit with wrapping the cfinput in another div, and this seems to work in IE7 and FF2: div style=clear:both;position:relative;z-index:3;cfinput type../div div style=clear:both;position:relative;z-index:2;cfinput type../div div

cfinput=datefield display problems in IE7

2008-03-12 Thread Joel Watson
I have a form with auto-generated datefields that are vertically aligned on top of one another. In IE7, the div holding the javascript generated calendar gets displayed underneath the form field items directly below it. Does anyone have any ideas about how to fix this? I am currently using

Re: Change drop down border style in IE7?

2007-12-28 Thread Richard Dillman
No ya can't, better plan on something with Div's and CSS and its not planned for CSS3 either (what a pain) On 12/28/07, ismail cassiem [EMAIL PROTECTED] wrote: Hi, Can one change the drop down broder style in Internet Explorer 7. As is can't be done in IE6! Regards,

Re: Change drop down border style in IE7?

2007-12-28 Thread ismail cassiem
Thank You! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Change drop down border style in IE7?

2007-12-27 Thread ismail cassiem
Hi, Can one change the drop down broder style in Internet Explorer 7. As is can't be done in IE6! Regards, ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

IE7 blocking CF Administrator 'browse' java applet

2007-11-26 Thread Ian Skinner
How can I get IE7 to stop protecting me from my CF administrator's evil attempts to allow me to browse the file system to set up mappings, ect. with Java applets. Thank You Ian ~| Download the latest ColdFusion 8 utilities

RE: IE7 blocking CF Administrator 'browse' java applet

2007-11-26 Thread Dave Watts
How can I get IE7 to stop protecting me from my CF administrator's evil attempts to allow me to browse the file system to set up mappings, ect. with Java applets. Add your CF Administrator URL to IE's Trusted Sites zone? I think that'll do it. Dave Watts, CTO, Fig Leaf Software http

Re: IE7 blocking CF Administrator 'browse' java applet

2007-11-26 Thread Al Musella, DPM
First make sure you have java installed.. go to java.com and install the latest version.. If that doesn't work, go into IE's tool menu, then internet options, then advanced and allow the java stuff! At 05:03 PM 11/26/2007, you wrote: How can I get IE7 to stop protecting me from my CF

Re: JS errors/ IE7

2007-07-26 Thread Dave l
what do they expect for $7.33 a day!! And I'm wonderin if that missing Doctype could cause the JS error... ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates.

Re: JS errors/ IE7

2007-07-25 Thread Will Tomlinson
yep Jim, you nailed it. Thanks much dude, Will ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

JS errors/ IE7

2007-07-24 Thread Will Tomlinson
I'm visiting a friend's site with IE7, and getting a strange JS error from their live chat graphic. Don't spend much time on this it just kinda bugs me as to what would be causing it. www.a-cappella.com FF shows no errors. Thanks

Re: JS errors/ IE7

2007-07-24 Thread Will Tomlinson
And I'm wonderin if that missing Doctype could cause the JS error... ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

RE: JS errors/ IE7

2007-07-24 Thread Jim Davis
-Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 11:18 PM To: CF-Talk Subject: JS errors/ IE7 I'm visiting a friend's site with IE7, and getting a strange JS error from their live chat graphic. Don't spend much time

Re: OT: IE7 CSS Bug - can't select text

2007-07-10 Thread Dominic Watson
of course. Hope that helps, Dominic On 09/07/07, Russ [EMAIL PROTECTED] wrote: We've been bitten by the IE7 bug described here: http://gtalbot.org/BrowserBugsSection/MSIE7Bugs/CSSColumnarLayout2columnsAbs AndRelPos.html Has anyone else come face to face with this bug? Is there a fix

OT: IE7 CSS Bug - can't select text

2007-07-09 Thread Russ
We've been bitten by the IE7 bug described here: http://gtalbot.org/BrowserBugsSection/MSIE7Bugs/CSSColumnarLayout2columnsAbs AndRelPos.html Has anyone else come face to face with this bug? Is there a fix/workaround? Russ

RE: Code works in IE7/ Firefox but not in IE6

2007-07-07 Thread Adrian Lynch
View the page source, that'll probably show you the same output regarless of browser. Adrian -Original Message- From: Scott Stewart Sent: 06 July 2007 20:20 To: CF-Talk Subject: Code works in IE7/ Firefox but not in IE6 Any idea why this code wouldn't work in IE6, but work in IE7

Re: Code works in IE7/ Firefox but not in IE6

2007-07-06 Thread Cutter (CFRelated)
://blog.cutterscrossing.com Scott Stewart wrote: Any idea why this code wouldn't work in IE6, but work in IE7 and Firefox # REPlace(REPlace(arrRecords[i].title,,,ALL),,,ALL)# Im at a loss. Thanks in advance sas

Code works in IE7/ Firefox but not in IE6

2007-07-06 Thread Scott Stewart
Any idea why this code wouldn't work in IE6, but work in IE7 and Firefox # REPlace(REPlace(arrRecords[i].title,,,ALL),,,ALL)# Im at a loss. Thanks in advance sas -- Scott Stewart ColdFusion Developer SSTWebworks 7241 Jillspring Ct. Springfield, Va. 22152 (703) 220

Re: Code works in IE7/ Firefox but not in IE6

2007-07-06 Thread Claude Schneegans
It must depend on the way you are getting arrRecords[i].title, this is the only part that can depend on the browser, the rest is all server side. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any

IE6 IE7?

2007-03-09 Thread [EMAIL PROTECTED]
Does anyone know if there is a way to have IE6 and IE7 installed on the same machine or a utility that emmulates previous browsers? I have a site that runs great in IE7, FF, Avant, and Opera (Still have to validate NS), however in IE 6 there is a CSS issue. Thanks

RE: IE6 IE7?

2007-03-09 Thread Jones Eric R Ctr 8 AF Det 1/AFNOC
This came across the wires recently http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-sin gle-machine.aspx ---_ Eric R. Jones Senior Web Application Developer, AFNOC/NCD Barksdale AFB, LA DSN 781-7784 Comm (318

RE: IE6 IE7?

2007-03-09 Thread Sandra Clark
-Talk Subject: IE6 IE7? Does anyone know if there is a way to have IE6 and IE7 installed on the same machine or a utility that emmulates previous browsers? I have a site that runs great in IE7, FF, Avant, and Opera (Still have to validate NS), however in IE 6 there is a CSS issue. Thanks

Re: IE6 IE7?

2007-03-09 Thread Oğuz Demirkapı
http://www.teratech.com/blog/index.cfm/2007/1/11/Multi-Version-of-Internet-Explorer-on-Same-PC [EMAIL PROTECTED] wrote: Does anyone know if there is a way to have IE6 and IE7 installed on the same machine or a utility that emmulates previous browsers? I have a site that runs great in IE7

Re: IE6 IE7?

2007-03-09 Thread [EMAIL PROTECTED]
09, 2007 9:47 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: IE6 IE7? http://www.teratech.com/blog/index.cfm/2007/1/11/Multi-Version-of-Internet-Explorer-on-Same-PC [EMAIL PROTECTED] wrote: Does anyone know if there is a way to have IE6 and IE7 installed on the same machine

Re: strange IE7 style issue.

2007-02-21 Thread Ken Ferguson
What??? * Ken Ferguson 214.636.6126 * Bhasker Konakanchi wrote: Passing the dsn to the CFC in the create object?? Is this correct or should I change my ways? I think it depends on your requirements and personal taste. I have done

IE7 vs IE6

2007-02-08 Thread Claude Schneegans
Sorry for the KOT question, but this is a general developer question after all. Has any one tried IE7, and is it possible to run both version IE6 and IE7 concurrently on the same machine? Question of verifying code for both versions of course. -- ___ REUSE

RE: IE7 vs IE6

2007-02-08 Thread Dave Watts
Has any one tried IE7, and is it possible to run both version IE6 and IE7 concurrently on the same machine? I've installed IE 7 on most of the machines I use. I haven't tried installing it while keeping IE 6. IE 7 will, by default, remove and replace IE 6. However, you might find this helpful

RE: IE7 vs IE6

2007-02-08 Thread Sandra Clark
I run IE7 on my machine and IE6 through a Virtual Machine. I use VMWare Player http://www.vmware.com/products/player/ Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and Accessibility -Original Message- From: Claude Schneegans

RE: IE7 vs IE6

2007-02-08 Thread Mike Tangorre
From: Claude Schneegans [mailto:[EMAIL PROTECTED] Has any one tried IE7, and is it possible to run both version IE6 and IE7 concurrently on the same machine? Question of verifying code for both versions of course. There is a standalone version of IE6 floating around, Google IE6 Standalone

Re: IE7 vs IE6

2007-02-08 Thread Claude Schneegans
However, you might find this helpful: It sure helps. Thanks -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: IE7 vs IE6

2007-02-08 Thread Jacob Munson
entry about running IE 6 with IE 7, where they recommend using Virtual PC. They even provide a VPC image that has Win XP and IE 6 on it: http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx On 2/8/07, Claude Schneegans [EMAIL PROTECTED] wrote: However, you might

Re: IE7 vs IE6

2007-02-08 Thread Robertson-Ravo, Neil (RX)
Yeah, IE7 standalone is *not* an installed and working copy of IE7, it cannot be trusted (for developing, not in general!) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England

Re: IE7 vs IE6

2007-02-08 Thread Claude Schneegans
Yeah, IE7 standalone is *not* an installed and working copy of IE7, it cannot be trusted (for developing, not in general!) Ok, then what's about standard IE7 + IE6 stand alone? Is it possible? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com

RE: IE7 vs IE6

2007-02-08 Thread Big Mad Kev
Schneegans [mailto:[EMAIL PROTECTED] Sent: 08 February 2007 22:45 To: CF-Talk Subject: Re: IE7 vs IE6 Yeah, IE7 standalone is *not* an installed and working copy of IE7, it cannot be trusted (for developing, not in general!) Ok, then what's about standard IE7 + IE6 stand alone? Is it possible

Re: IE7 vs IE6

2007-02-08 Thread Robertson-Ravo, Neil (RX)
this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Claude Schneegans To: CF-Talk Sent: Thu Feb 08 22:45:28 2007 Subject: Re: IE7 vs IE6 Yeah, IE7 standalone is *not* an installed and working copy of IE7

OT: Named anchors in IE7

2007-01-29 Thread Adrian Lynch
Can someone confirm for me that named anchors aren't working in IE7 when using them in a cflocation? cflocation url=http://www.adrianlynch.co.uk/index.cfm##thisDoesntAppearInIE7; addtoken=no Works on FF1.0.7, not in IE7 Not good! Adrian Lynch http://www.halestorm.co.uk/ http

RE: Named anchors in IE7

2007-01-29 Thread Adrian Lynch
: Named anchors in IE7 Can someone confirm for me that named anchors aren't working in IE7 when using them in a cflocation? cflocation url=http://www.adrianlynch.co.uk/index.cfm##thisDoesntAppearInIE7; addtoken=no Works on FF1.0.7, not in IE7 Not good! Adrian Lynch http://www.halestorm.co.uk

Re: Named anchors in IE7

2007-01-29 Thread Martin Thorpe
Yeah we had the same problem. One of my collegues was doing something where the anchor was stripped. In the end we did a window.location.hash after the page had loaded which sticks the anchor back on the end of the url. Bit of a hack but it works. cheers Martin Sorry, I should have asked

OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Well, I'm finally getting around to see what all IE7 has broken in my various CSS websites. I was rather surprised to find out that horizontal centering is on the list. For instance, the following does not render properly in IE7: body { margin: 0 auto; } While that *should* have no top

Re: OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Scott Stroz
Matt, Check you document declaration. If it is non-existent, incomplete or has syntax errors, the browser will, be default, show the page in 'quirks mode'. On 12/11/06, Matt Quackenbush [EMAIL PROTECTED] wrote: Well, I'm finally getting around to see what all IE7 has broken in my various CSS

RE: CSS Horizontal Centering in IE7

2006-12-11 Thread Sandra Clark
and Accessibility -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 2:36 PM To: CF-Talk Subject: OT: CSS Horizontal Centering in IE7 Well, I'm finally getting around to see what all IE7 has broken in my various CSS websites. I was rather surprised

RE: CSS Horizontal Centering in IE7

2006-12-11 Thread Andy Matthews
, December 11, 2006 1:36 PM To: CF-Talk Subject: OT: CSS Horizontal Centering in IE7 Well, I'm finally getting around to see what all IE7 has broken in my various CSS websites. I was rather surprised to find out that horizontal centering is on the list. For instance, the following does not render

Re: OT: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
are using the strict doctype declaration, along with the 'margin: 0 auto;' in your pages, and IE7 still horizontally centers them? Thanks, Matt On 12/11/06, Scott Stroz [EMAIL PROTECTED] wrote: Matt, Check you document declaration. If it is non-existent, incomplete or has syntax errors

Re: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Sandra, I have the width in there; was just posting minimal code since I know how much I hate to wade thru a bunch of superflous code. Here is the actual CSS rule as written: html, body { margin: 0 auto; text-align: center; width: 760px; min-width: 760px; } Thanks, Matt On

Re: CSS Horizontal Centering in IE7

2006-12-11 Thread Jerry Johnson
Just an uneducated guess here, but if your html is the same width as your body, there is nowhere for the body to go. It is perfectly centered in the html. (Now, why your html is not centering, I have no idea). Jerry Johnson Css Tenderfoot On 12/11/06, Matt Quackenbush [EMAIL PROTECTED] wrote:

RE: CSS Horizontal Centering in IE7

2006-12-11 Thread Sandra Clark
Quackenbush [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 2:56 PM To: CF-Talk Subject: Re: CSS Horizontal Centering in IE7 Sandra, I have the width in there; was just posting minimal code since I know how much I hate to wade thru a bunch of superflous code. Here is the actual CSS rule

Re: CSS Horizontal Centering in IE7

2006-12-11 Thread Matt Quackenbush
Sandra, Jerry, Thank you! Complete oversight on my part. I'll go back to sleep now... apparently I need it! ;-) Thanks, Matt On 12/11/06, Sandra Clark [EMAIL PROTECTED] wrote: You are creating a 760px width for both html and body, which means that there is no where else for it to get

IE7, cflogin, and JSMX

2006-11-14 Thread Jon Clausen
I've found a weird bug that I'm stuck on. The problem does not occur with any other browser (FF,IE6, Safari, Opera). When IE7 hits a page where JSMX is used to generate any content, CF logs out the user, I receive an Operation aborted message, and the page redirects to the IE7 connection

Re: IE7, cflogin, and JSMX

2006-11-14 Thread Jon Clausen
Got it. For some reason, IE7 wouldn't accept my javascript function calls directly within the script tag.Once I placed them inside a window.onload = function(){}, it seemed to like me again. Odd that it logged me out as well Maybe one of the new security features? I 3

Re: IE7 ?

2006-10-21 Thread Denny Valliant
confirmation on, I've heard that a lot of admins are rushing to block the IE7 update, as it will break a lot of in-house type dealies. This is just a rumor from a bud that digs the whole MS rigmarole, but it made me cringe, as it looks like there will be yet another main stream browser to support... Guess

Re: IE7 ?

2006-10-20 Thread Robertson-Ravo, Neil (RX)
Did it remove your IE6 install? I run the RC standalone as our CMS software does not support IE7, will try stuff when I get in the office..see if it is buggier than the RC, which seemed fine. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN

RE: IE7 ?

2006-10-20 Thread Christine Davis
-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 11:54 PM To: CF-Talk Subject: RE: IE7 ? They are hard to see...plus they are in a totally different location from other versions. It's a minor annoyance

Re: IE7 ?

2006-10-20 Thread Matt Robertson
gmail is flopping around on a continuous refresh of a blank screen today. Works great in FF but in IE7 its dead as a doornail -- [EMAIL PROTECTED] Janitor, MSB Web Systems mysecretbase.com ~| Introducing the Fusion Authority

IE7 ?

2006-10-19 Thread Doug Brown
Has anybody heard if MS is going to offer a version for windows 2000? I was at their download page and they only have it for XP and 2003 server. What's up with this? I am so sick of MS they just want you to upgrade their OS everytime a new version of windows comes out. Anybody think one of

Re: IE7 ?

2006-10-19 Thread Casey Dougall
On 10/19/06, Doug Brown [EMAIL PROTECTED] wrote: Has anybody heard if MS is going to offer a version for windows 2000? I was at their download page and they only have it for XP and 2003 server. What's up with this? I am so sick of MS they just want you to upgrade their OS everytime a new

RE: IE7 ?

2006-10-19 Thread Robertson-Ravo, Neil (RX)
Well you can't blame them; this is standard product lifecycle process. Windows 2000 is now in extended support before being deemed End of Life (no patches, upgrades etc). For all intents and purposes Windows 2000 is dead. MS do not plan on shipping an IE7 for Windows 2000 as far as I know

Re: IE7 ?

2006-10-19 Thread Doug Brown
and now it is considered a dinasour and no more updates etc etc...Just venting I suppose. Doug - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 19, 2006 7:06 AM Subject: RE: IE7 ? Well you can't blame

Re: IE7 ?

2006-10-19 Thread Tom Chiverton
On Thursday 19 October 2006 14:13, Doug Brown wrote: Well, I suppose my point is this. Netscape builds their browser to be supported on just about any platform, as does firefox and others. Are you confusing 'supported' with 'runs on' ? only one I know of that builds their browser to be OS

RE: IE7 ?

2006-10-19 Thread Robertson-Ravo, Neil (RX)
October 2006 14:14 To: CF-Talk Subject: Re: IE7 ? Well, I suppose my point is this. Netscape builds their browser to be supported on just about any platform, as does firefox and others. MS is the only one I know of that builds their browser to be OS dependant. Just kinda sucks in my opinion, I shelled

Re: IE7 ?

2006-10-19 Thread Doug Brown
. - Original Message - From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, October 19, 2006 7:25 AM Subject: RE: IE7 ? Yeah, I know what you mean but they can get away with it to a certain degree as their systems are not so tightly integrated

RE: IE7 ?

2006-10-19 Thread Dave Watts
Has anybody heard if MS is going to offer a version for windows 2000? I was at their download page and they only have it for XP and 2003 server. What's up with this? I suspect that it has dependencies on the XP version of the Explorer shell. I am so sick of MS they just want you to upgrade

RE: IE7 ?

2006-10-19 Thread Robertson-Ravo, Neil (RX)
LOL... I suppose then your answer is...I bet you could get IE7 to run on Windows 2000 (even if it is standalone) but it would not be supported. ;-) -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 19 October 2006 14:31 To: CF-Talk Subject: Re: IE7 ? I did

RE: IE7 ?

2006-10-19 Thread Ray Champagne
Not incite a fight, but why does this page say 2010? Do you have a link that says 2006 somewhere? http://support.microsoft.com/lifecycle/?p1=3071 -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 9:02 AM To: CF-Talk Subject: Re: IE7

RE: IE7 ?

2006-10-19 Thread Robertson-Ravo, Neil (RX)
That is extended support... usually means large corporations etc who buy it. http://support.microsoft.com/gp/lifepolicy -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: 19 October 2006 14:47 To: CF-Talk Subject: RE: IE7 ? Not incite a fight, but why does

RE: IE7 ?

2006-10-19 Thread Jeff Garza
AM To: CF-Talk Subject: RE: IE7 ? Not incite a fight, but why does this page say 2010? Do you have a link that says 2006 somewhere? http://support.microsoft.com/lifecycle/?p1=3071 -Original Message- From: Casey Dougall [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 9:02

RE: IE7 ?

2006-10-19 Thread Snake
Buy an SPLA license from someone, then it wont cost you a fortune. Russ -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 19 October 2006 14:14 To: CF-Talk Subject: Re: IE7 ? Well, I suppose my point is this. Netscape builds their browser to be supported on just

  1   2   >