Re: [css-d] styling a ul

2007-04-01 Thread David Sharp
Question: if I style the ul element the way I want it to appear for the sub-navigation, won't that make it unusable for other ul instances where I want other styling? How can I style this one instance of a ul and still be able to use the ul element for other purposes with other styling?

[css-d] styling a ul

2007-03-30 Thread kdavis
Hi, all- I'm trying to style a sub-navigation list on my pages using DW MX 2004 and have found good information about how to do it by styling the ul element (A List Apart- Taming Lists); but I still have a question (which is probably stupid), but I'm hoping to be enlightened here- Question: if

Re: [css-d] styling a ul

2007-03-30 Thread Bradley Wright
On 30 Mar 2007, at 17:30, [EMAIL PROTECTED] wrote: (Should I create a class to attach to the ul?) The short answer is yes, but a better (longer) answer is you should use an ID, since there's only likely to be one instance of it per page.

Re: [css-d] styling a ul

2007-03-30 Thread kdavis
(Should I create a class to attach to the ul?) The short answer is yes, but a better (longer) answer is you should use an ID, since there's only likely to be one instance of it per page. Thank you, so then it would be (for instance) ul id=sub-menu-page class=sub-menu-page li

Re: [css-d] styling a ul

2007-03-30 Thread Don - HtmlFixIt.com
[EMAIL PROTECTED] wrote: (Should I create a class to attach to the ul?) The short answer is yes, but a better (longer) answer is you should use an ID, since there's only likely to be one instance of it per page. Thank you, so then it would be (for instance) ul id=sub-menu-page

Re: [css-d] styling a ul

2007-03-30 Thread kdavis
http://www.tizag.com/cssT/class.php http://www.tizag.com/cssT/cssid.php might be helpful for example. Thanks for these links! They clarify this topic. I can see I need to take the tutorials there and will do so. Thanks again. Karen

Re: [css-d] styling a ul

2007-03-30 Thread david
[EMAIL PROTECTED] wrote: (Should I create a class to attach to the ul?) The short answer is yes, but a better (longer) answer is you should use an ID, since there's only likely to be one instance of it per page. Thank you, so then it would be (for instance) ul id=sub-menu-page

Re: [css-d] styling a ul

2007-03-30 Thread Kisan Bhat
On 3/31/07, david [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: (Should I create a class to attach to the ul?) The short answer is yes, but a better (longer) answer is you should use an ID, since there's only likely to be one instance of it per page. No, you only need the ID on the