Re: [WSG] IE problem with CSS tabs (solution)

2004-10-02 Thread john
tain OS) - Original Message - From: "john" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 6:15 PM Subject: Re: [WSG] IE problem with CSS tabs (solution) I test with IE6...and even though I copies and pasted the CSS you provided, I still

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread Isabel Santos
ations, strangely only to certain OS) - Original Message - From: "john" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 6:15 PM Subject: Re: [WSG] IE problem with CSS tabs (solution) I test with IE6...and even though I copies and past

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread john
ge - From: "john" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 3:55 PM Subject: Re: [WSG] IE problem with CSS tabs (solution) Isabel, Thank you very much for your help with this. I added your fix, but I'm *still* getting the same problem in

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread Isabel Santos
e; padding-left: 5px; line-height: 2; font-size: 12px; font-weight: normal; } Isabel Santos - Original Message - From: "john" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 01, 2004 3:55 PM Subject: Re: [WSG] IE problem with CSS tabs (solution)

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread Kim Kruse
Hi John, I don't know which tab menu you're using but I tried to get my tab menu to hover in IE... but I never got it to work. So in order to get IE to do something I added a CC for IE. My menu is here http://mouseriders.dk/ Kind regards Kim john wrote: Isabel, Thank you very much for your help

Re: [WSG] IE problem with CSS tabs (solution)

2004-10-01 Thread john
Isabel, Thank you very much for your help with this. I added your fix, but I'm *still* getting the same problem in IE. Perhaps I'm not putting it in the right place in the CSS? Where did you place it? ~john _ Dr. Zeus Web Development http://www.DrZeus.net "content with

Re: [WSG] IE problem with CSS tabs (solution)

2004-09-30 Thread Isabel Santos
John: (http://www.drzeus.net/redesign/cslewis/http://www.drzeus.net/redesign/cslewis/style.css) Allthought your xhtml is valid, the css wasn't validating, so I cleaned up some errors, I do not know if this works with the erros, but, after cleaning, making: #tabmenu a.active:link, #tabmenu li a.a

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Kevin Futter
seen it done (which is why I changed it) but others may know better. > Sorry about that. This is the one that works for me. > David > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of john > Sent: Thursday, 30 September 2004 6:01 PM

RE: [WSG] IE problem with CSS tabs

2004-09-30 Thread David McKinnon
1 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] IE problem with CSS tabs Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect sense. However, I'm still

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Isabel Santos
hursday, September 30, 2004 4:20 PM Subject: Re: [WSG] IE problem with CSS tabs Isabel, Forgive me, but could you please clarify your suggestion? I tried moving the #tabmenu a.active code up one, but it didn't do anything. I'm really a newbie with CSS, so please bear with me. ~j

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Leslie Riggs
I hope it's okay if I jump in here. Typically, to code links in CSS you'd use colons after the "a", and in LVHA (link, visited, hover, active) order. For example, #tabmenu a:link { whatever } #tabmenu a:visited { whatever } #tabmenu a:hover { whatever } #tabmenu a:active { whatever } The a:act

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread john
t; To: <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 9:00 AM Subject: Re: [WSG] IE problem with CSS tabs Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everythin

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread Isabel Santos
September 30, 2004 9:00 AM Subject: Re: [WSG] IE problem with CSS tabs Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect sense. However, I&

Re: [WSG] IE problem with CSS tabs

2004-09-30 Thread john
Thanks, David, for the suggestions (and for the code). I implemented the changes, however nothing seems to have changed. I don't understand why that would be, as everything you said makes perfect sense. However, I'm still not the getting the "you are here" active tab in IE. Any other possibl

RE: [WSG] IE problem with CSS tabs

2004-09-29 Thread David McKinnon
John, 1. You've got your selectors a bit mixed up, they should be: #tabmenu .active a { ... } and #tabmenu .active a:link { ... } etc instead of #tabmenu a.active { ... } and #tabmenu a.active:link { ... } etc Then, the border and background for #tabmenu a.active:link is overriding the border