Re: [css-d] target the last menu item

2012-02-29 Thread Brian Milne
On 29/02/2012 2:47 p.m., Lisa Frost wrote: Rory's suggestion should work. You could drop all thestrong/strong tags as well and put those in your style sheet. #topmenu li a { text-weight: bold; �} Thats more than what your asking for, just my suggestion. Eric Thanks Eric, will do that

[css-d] target the last menu item

2012-02-28 Thread Lisa Frost
Hi I have a simple menu list like this: div id=topmenu ul lia href=#strongHome/strong/a/li lia href=#strongRoute/strong/a/li lia href=#strongDonations/strong/a/li lia href=#strongPhoto Gallery/strong/a/li lia href=#strongVideo Gallery/strong/a/li lia href=#strongFlight Diary/strong/a/li

Re: [css-d] target the last menu item

2012-02-28 Thread Rory Bernstein
On Feb 28, 2012, at 8:23 PM, Lisa Frost wrote: Hi I have a simple menu list like this: div id=topmenu ul lia href=#strongHome/strong/a/li lia href=#strongFlight Diary/strong/a/li li class=lasta href=#strongContact Us/strong/a/li /ul /div The css for the li is

Re: [css-d] target the last menu item

2012-02-28 Thread Lisa Frost
Have you tried:  #topmenu .last {padding: 0 10px 3px 10px;} Rory Hi Rory, yes it has no effect. Here is the page in question: http://www.koolfish.com/dev/beealive/ css: http://www.koolfish.com/dev/beealive/css/bee_mainstyles.css thanks lisa

Re: [css-d] target the last menu item

2012-02-28 Thread Gmail
Lisa, On Feb 28, 2012, at 8:23 PM, Lisa Frost wrote: Hi I have a simple menu list like this: div id=topmenu ul lia href=#strongHome/strong/a/li lia href=#strongFlight Diary/strong/a/li li class=lasta href=#strongContact Us/strong/a/li /ul /div The css for

Re: [css-d] target the last menu item

2012-02-28 Thread Lisa Frost
Rory's suggestion should work. You could drop all the strong/strong tags as well and put those in your style sheet. #topmenu li a { text-weight: bold;  } Thats more than what your asking for, just my suggestion. Eric Thanks Eric, will do that about the bold. But the li class=last link

Re: [css-d] target the last menu item

2012-02-28 Thread Lisa Frost
Fixed now. I missed out a space :) Thanks Lisa __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --