Re: [css-d] Navigation problems. Can you help?

2007-11-27 Thread Gunlaug Sørtun
Karl Bedingfield wrote: > http://www.discoverely.co.uk/nav/ > Any thoughts on how to get this menu to float right with 'menu 1' > being first in line? Pick and choose...

Re: [css-d] navigation problems help please

2007-03-12 Thread Éric Vesque
Phil Turner a écrit : > Hi, please can someone advise me, I've styled my navigation list but > for some reason that I can't see > its not working in the hover state and the underline wont go > I'm currently looking at it in Firefox > > Nav list is here > > http://www.philturner-uk.com/kruger/ >

Re: [css-d] navigation problems help please

2007-03-12 Thread jeffrey morin
remove the space after a: i am seeing a: hover. change to a:hover, a:link, a:visited Jeff On 3/12/07, Phil Turner <[EMAIL PROTECTED]> wrote: > > Hi, please can someone advise me, I've styled my navigation list but > for some reason that I can't see > its not working in the hover state and the und

Re: [css-d] Navigation problems

2005-07-20 Thread David Bailey
> Digital Storefront > > #headernavbar #firstlink {border-left: 0;} > > Good. Okay, the above (finally) worked when I sorted out the cascade matters! I think that Rowan and Sean's ideas would have worked too, but haven't checked them out yet having sorted out the cascade effect. Great tutoria

Re: [css-d] Navigation problems

2005-07-20 Thread Cotter, Sean
I am just getting started in this, but this might help you. This is from CSS Stylin' by Charles Wyke-Smith (www.bbd.com/stylin) and is the best resource I have found. He goes after something similar in chapter 7 of his book, Figure's 7.12 through about 7.19. He uses the first-child pseudo c

RE: [css-d] Navigation problems

2005-07-20 Thread Rowan @ Jetboy
1. Assign a class to the first link than removes the border: link .first { border-left-width: 0; } 2. Try setting line-height to the same value as the height of the containing element. I have a horizontal navigation bar that's giving me a few headaches which I wouldn't mind a poin

Re: [css-d] Navigation problems

2005-07-20 Thread Al Sparber
From: "David Bailey" <[EMAIL PROTECTED]> 1. The links are separated by a "|" made up of a border (border-left). But how do I get rid of the first of these in the list? I've tried using a span with border-left: hidden for just that link, which works fine in Safari and FF in Mac, but not in FF o