Re: [css-d] CSS Help: Changing Tab color on selected page?

2008-07-06 Thread Alan K Baker
BTW. You also have several instances of the same typo in your CSS.

They read: background-color:ooaeef instead of 00aeef.

Regards, 
 
Alan.
 
www.theatreorgans.co.uk
www.virtualtheatreorgans.com
Admin: ConnArtistes, UKShopsmiths, 2nd Touch & A-P groups
Shopsmith 520 + bits
Flatulus Antiquitus


  - Original Message - 
  From: David Laakso 
  To: Heidi Hackler 
  Cc: Erik Fadiman ; css-d@lists.css-discuss.org 
  Sent: Sunday, July 06, 2008 5:57 PM
  Subject: Re: [css-d] CSS Help: Changing Tab color on selected page?


  Heidi Hackler wrote:
  > I would like  
  > the tab color on the page you are ON (selected page) to be a  
  > different color...
__
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] CSS Help: Changing Tab color on selected page?

2008-07-06 Thread David Laakso
Heidi Hackler wrote:
> I would like  
> the tab color on the page you are ON (selected page) to be a  
> different color.


> However, while the tab color change does show up in Dreamweaver, it does not  
> show up when I preview in IE7 or Firefox. What gives??
> Please see web site here:  sp_site_review/index.html>
>   


You can't trust any editor's viewer-- they are not browsers.

> and then see this JPG file of how I would "LIKE" it to look here:  
>  SmartPlug_home_page.jpg>
>
>
> -- Heidi 
>
>   



html
Home
css
.orangetabs li a, b {...}
b {background:lime/*some  background-color*/; color:#fff;}   

Best,
E. Delacroix


-- 
http://chelseacreekstudio.com/

__
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-d] CSS Help: Changing Tab color on selected page?

2008-07-05 Thread Heidi Hackler
I am using the Drop Down Tabs Menu (#2) from Dynamic Drive , but I would like  
the tab color on the page you are ON (selected page) to be a  
different color. I didn't see anything in the provided CSS file for  
doing that, so I created my own class for "tabON" with the tab color  
change (not sure if this was the correct way to do it?!) However,  
while the tab color change does show up in Dreamweaver, it does not  
show up when I preview in IE7 or Firefox. What gives?? Except for the  
tabON color not working, the rest of the menu works just fine.

Please see web site here: 

and then see this JPG file of how I would "LIKE" it to look here:  


CSS code can be found here: 

If anyone could help me out with what code is missing, what I am  
doing wrong, or how I should best do this, I would really appreciate  
it! :-)

thanks much!

-- Heidi 

Heidi Hackler
[EMAIL PROTECTED]
__
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/