Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Tim Climis
> -Original Message- > From: css-d-boun...@lists.css-discuss.org [mailto:css-d- > boun...@lists.css-discuss.org] On Behalf Of Gates, Jeff > Sent: Thursday, April 28, 2011 11:19 AM > To: Chetan Crasta > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] Styling S

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
I have made the corrections and put the page here: http://roughtech.com/t/intro.html Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
On 4/28/11 11:53 AM, "Chetan Crasta" wrote: Remove this style: #primary-nav li { /* background: url("http://africanamericanart.si.edu/themes/fromscratch/images/left.gif";) no-repeat scroll left top transparent; */ } and put it here #primary-nav .tab_navigation > ul > li { background: url("

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
On 4/28/11 3:41 PM, "Chetan Crasta" wrote: I have made the corrections and put the page here: http://roughtech.com/t/intro.html Regards, Chetan Crasta Chetan, THANK YOU very much. I really appreciate the help! Jeff __ css-disc

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 12:26 AM, Gates, Jeff wrote: > Okay, I did as you suggested No you didn't. Line 288 and 297 are commented out. Remove the /* and */. Also, change #intro .nav-introduction a to #intro .nav-introduction > a Also, there are some errors in the HTML that should be corrected

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
Remove this style: #primary-nav li { /* background: url("http://africanamericanart.si.edu/themes/fromscratch/images/left.gif";) no-repeat scroll left top transparent; */ } and put it here #primary-nav .tab_navigation > ul > li { background: url("http://africanamericanart.si.edu/themes/fromsc

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
On 4/28/11 11:02 AM, "Chetan Crasta" wrote: To apply styles only to the first level s, use this selector: #primary-nav .tab_navigation > ul > li I'm sorry, Chetan, but I'm not getting it. Is "#primary-nav .tab_navigation > ul > li" the actual way you are suggesting writing the id? And, if so,

Re: [css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Chetan Crasta
To apply styles only to the first level s, use this selector: #primary-nav .tab_navigation > ul > li Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/

[css-d] Styling Submenus on a Dropdown Menu

2011-04-28 Thread Gates, Jeff
I have a question about styling submenus differently from the primary menus of a dropdown menu. I've created styles for the dropdown menus, but at the moment these dropdowns are inheriting the tabbed look of my primary menus. I'm experimenting with using the Superfish dropdown menu. Here's my ht