Re: [css-d] IE6 and IE7 on the same machine

2008-04-04 Thread Katherine Coynor
Don't think so.  When I tried to use both on my desktop the machine
developed something like an allergic reaction to IE six. If anybody wants
details I'll do my best to explain, but in answer to Cristain's question:
nope, can't be done.

Stoopid Micro$oft.

On Thu, Apr 3, 2008 at 12:44 PM, Cristian Palmas [EMAIL PROTECTED]
wrote:

 Hi,

 Can I install on my Win XP SP2 PC Internet Explorer 7 but keeping the
 IE6 for test purposes?

 Thanks

 --
 ~ Cristian Palmas ~
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 and IE7 on the same machine

2008-04-04 Thread Katherine Coynor
Damn, this is slick!  Thanks!

On Fri, Apr 4, 2008 at 3:28 PM, Alan K Baker [EMAIL PROTECTED] wrote:

 - Original Message -
  From: Ben Fider
  To: Katherine Coynor
  Cc: css-d@lists.css-discuss.org
  Sent: Friday, April 04, 2008 8:11 PM
  Subject: Re: [css-d] IE6 and IE7 on the same machine


   works fine for me, all day long:

  This contains everything except IE 7: http://tredosoft.com/Multiple_IE
  This contains IE 7: http://tredosoft.com/IE7_standalone



   Yes it does. I also use it all day long. One word of warning. When you
 install it, make sure that nothing else is running. It screwed up my network
 connections, because I forgot and left IE7 running.
  A tweak and a re-boot eventually fixed it. :-)

  Regards,

  Alan.

  www.theatreorgans.co.uk
  www.virtualtheatreorgans.com
  Admin: ConnArtistes, UKShopsmiths, 2nd Touch  A-P groups
  Shopsmith 520 + bits
  Flatulus Antiquitus
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE Problem - Menu

2008-03-30 Thread Katherine Coynor
It looks okay to me.  Could you be a bit more specific about the issues
you're having with it?

Kat

On Sat, Mar 29, 2008 at 5:31 PM, Ibrahim Y [EMAIL PROTECTED] wrote:

 hello all,

 I have problem with top menu on both IE67.
 the link: http://www.ndaworld.org/
 the css is validated with no errors and look fine on Opera  FF.


 I'm stuck ... any idea?

 Thanks in advanced,
 Ibrahim
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE Problem - Menu

2008-03-30 Thread Katherine Coynor
I see.  I hadn't noticed that before.

I think part of the problem might be that you have the display parameter in
the mainlevel-nav class set to block.  If my understanding of CSS is
correct, block ensures that there is a line break before and after the
element.

What I would suggest you do is that you modify that parameter from block
to inline and that you also remove the class properties from the links and
insert them into the li tags.

I'll start looking at the new problem now.

Kat

On Sun, Mar 30, 2008 at 2:46 AM, Ibrahim Y [EMAIL PROTECTED] wrote:

 On IE7 only one menu item appear, on IE6 the items appears in vertical.
 you can check the top menu on FF  IE to see the difference.

 *a new problem, *although I use center for the body  the main div#center
 the body is centered.


 On Sun, Mar 30, 2008 at 8:19 AM, Katherine Coynor [EMAIL PROTECTED]
 wrote:

  It looks okay to me.  Could you be a bit more specific about the issues
  you're having with it?
 
  Kat
 
  On Sat, Mar 29, 2008 at 5:31 PM, Ibrahim Y [EMAIL PROTECTED] wrote:
 
   hello all,
  
   I have problem with top menu on both IE67.
   the link: http://www.ndaworld.org/
   the css is validated with no errors and look fine on Opera  FF.
  
  
   I'm stuck ... any idea?
  
   Thanks in advanced,
   Ibrahim
  
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE Problem - Menu

2008-03-30 Thread Katherine Coynor
Okay, with the new problem, you might consider adding a text-align:center
parameter to your table.contentpaneopen style.

Kat

On Sun, Mar 30, 2008 at 2:46 AM, Ibrahim Y [EMAIL PROTECTED] wrote:

 On IE7 only one menu item appear, on IE6 the items appears in vertical.
 you can check the top menu on FF  IE to see the difference.

 *a new problem, *although I use center for the body  the main div#center
 the body is centered.


 On Sun, Mar 30, 2008 at 8:19 AM, Katherine Coynor [EMAIL PROTECTED]
 wrote:

  It looks okay to me.  Could you be a bit more specific about the issues
  you're having with it?
 
  Kat
 
  On Sat, Mar 29, 2008 at 5:31 PM, Ibrahim Y [EMAIL PROTECTED] wrote:
 
   hello all,
  
   I have problem with top menu on both IE67.
   the link: http://www.ndaworld.org/
   the css is validated with no errors and look fine on Opera  FF.
  
  
   I'm stuck ... any idea?
  
   Thanks in advanced,
   Ibrahim
  
 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Greets/Butt Problem

2008-03-17 Thread Katherine Coynor
They're clicking for me (ie 6.0  ff 2.0)...has the issue been resolved?




On 3/17/08, Jason Ogle [EMAIL PROTECTED] wrote:

 Hi Jennifer

 Thanks for digging deeper and responding. Sorry if I didn't provide
 enough info. It's actually quite a simple problem. The buttons that look
 like navigation elements on the right are not clickable in any browser.
 How should this be done?

 http://www.elements-of-creation.com/html/index2.php

 Thanks!

 Jason

 -Original Message-
 From: jennifer ham [mailto:[EMAIL PROTECTED]
 Sent: Monday, March 17, 2008 1:23 PM
 To: Jason Ogle
 Subject: Re: [css-d] Greets/Butt Problem

 What exactly is the problem? What's happening wrong? What isn't
 happening that should? What browser is having a problem?

 On Mon, Mar 17, 2008 at 12:36 PM, Jason Ogle [EMAIL PROTECTED] wrote:
  Hello kind and enlightened folks,
 
   I'm inquiring for a friend and will take the credit for your answer.
 Jk.
   She's not having a butt problem, but a button problem.
 
   She's having a doozie of a time (no pun intended) trying to get some
   buttons to work. The problem is the css is nested like three levels
 deep
   for SEO friendliness.
 
   Could you guys take a look and offer a solution on the best way to
   activate the nav buttons on the right at:
   http://www.elements-of-creation.com/html/index2.php


 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/