Re: [css-d] nav help

2010-10-04 Thread Thierry Koblentz
> how do I give this to each link? > so that the last one does not have the white boarder on the right? > thanks a bunch Do as I suggested in my previous email (see my edits of your #navcontainer ul li a {} rule). Then add a class to the last link and use that class to create a rule that resets th

Re: [css-d] nav help

2010-10-02 Thread ludmilla
how do I give this to each link? so that the last one does not have the white boarder on the right? thanks a bunch On Oct 2, 2010, at 11:00 AM, Thierry Koblentz wrote: Can anybody please let me know how to make the purple horizontal navigation to go all the way to the right. So that there is no

Re: [css-d] nav help

2010-10-02 Thread Thierry Koblentz
> Can anybody please let me know how to make the purple horizontal > navigation to go all the way to the right. > So that there is no "empty" space after the Mercantile link. > http://www.moscowfood.coop/design_new/index.php?nmx=2_0 > css is here: > http://www.moscowfood.coop/design_new/coop.css

Re: [css-d] nav help

2010-10-02 Thread Thierry Koblentz
> Can anybody please let me know how to make the purple horizontal > navigation to go all the way to the right. > So that there is no "empty" space after the Mercantile link. > http://www.moscowfood.coop/design_new/index.php?nmx=2_0 > css is here: > http://www.moscowfood.coop/design_new/coop.css

Re: [css-d] nav help

2010-10-02 Thread Lesley Lutomski
On 02/10/10 17:10, ludmilla wrote: Can anybody please let me know how to make the purple horizontal navigation to go all the way to the right. So that there is no "empty" space after the Mercantile link. http://www.moscowfood.coop/design_new/index.php?nmx=2_0 css is here: http://www.moscowfood.co

[css-d] nav help

2010-10-02 Thread ludmilla
Can anybody please let me know how to make the purple horizontal navigation to go all the way to the right. So that there is no "empty" space after the Mercantile link. http://www.moscowfood.coop/design_new/index.php?nmx=2_0 css is here: http://www.moscowfood.coop/design_new/coop.css Many thank

Re: [css-d] nav help

2009-08-27 Thread David Laakso
Greg Wilker wrote: >> -Original Message- >> From: David Laakso [mailto:da...@chelseacreekstudio.com] >> Subject: Re: [css-d] nav help >> >> Greg Wilker wrote: >> >>> Just to make sure, it looked to me like you didn't change the html -

Re: [css-d] nav help

2009-08-27 Thread Greg Wilker
> -Original Message- > From: David Laakso [mailto:da...@chelseacreekstudio.com] > Subject: Re: [css-d] nav help > > Greg Wilker wrote: > > Just to make sure, it looked to me like you didn't change the html - > true? > > > > False. > Read what I

Re: [css-d] nav help

2009-08-27 Thread David Laakso
Greg Wilker wrote: >> >>> http://www.gorillasuits.com/HTN/default-css.html >>> >>> >> First things first. Forget the nav for the moment. Is this how the page >> proper is supposed to look? >> html >> >> css >>

Re: [css-d] nav help

2009-08-27 Thread Greg Wilker
> -Original Message- > From: David Laakso [mailto:da...@chelseacreekstudio.com] > Subject: Re: [css-d] nav help > > > > > http://www.gorillasuits.com/HTN/default-css.html > > > > First things first. Forget the nav for the moment. Is this how the page

Re: [css-d] nav help

2009-08-27 Thread David Laakso
Greg Wilker wrote: > Along with the container issue I am having in a previous email, I am also > having trouble with the nav element. > > Does anyone have a good resource that will help me emulate the image that I > posted for reference on this page? > > http://www.gorillasuits.com/HTN/default-css.

Re: [css-d] nav help

2009-08-27 Thread Rod Castello
From: Greg Wilker Subject: [css-d] nav help To: css-d@lists.css-discuss.org Date: Thursday, August 27, 2009, 7:19 PM Along with the container issue I am having in a previous email, I am also having trouble with the nav element. Does anyone have a good resource that will help me emulate the

[css-d] nav help

2009-08-27 Thread Greg Wilker
Along with the container issue I am having in a previous email, I am also having trouble with the nav element. Does anyone have a good resource that will help me emulate the image that I posted for reference on this page? http://www.gorillasuits.com/HTN/default-css.html The blue and red backgr

Re: [css-d] Nav Help

2005-07-26 Thread Richard Brown
Hi Alun On 26 Jul 2005, at 12:43, Alun Rowe wrote: You need to style the to get rid of the default margins etc. Setting margin: auto 0; effectively centres the block although IE is buggy about this so will not do it... Also, as far as the page goes, I'd be using tags and tags to style the

RE: [css-d] Nav Help

2005-07-26 Thread Alun Rowe
EMAIL PROTECTED] On Behalf Of Richard Brown Sent: 26 July 2005 11:42 To: css-d@lists.css-discuss.org Subject: [css-d] Nav Help Dear All Please could someone tell me how I get the menu either to centre or maybe to align left. http://www.rocheafc.org.uk/ http://www.rocheafc.org.uk/styles/pages.css T

Re: [css-d] Nav Help

2005-07-26 Thread Roberto Gorjão
Olá Richard, Add these rules to your css styles (before wrapper and after body): * { margin:0; padding:0; } Hope that helps. Cumprimentos, Roberto Please could someone tell me how I get the menu either to centre or maybe to align left. ___

[css-d] Nav Help

2005-07-26 Thread Richard Brown
Dear All Please could someone tell me how I get the menu either to centre or maybe to align left. http://www.rocheafc.org.uk/ http://www.rocheafc.org.uk/styles/pages.css Thanks a lot. Rich __ css-discuss [EMAIL PROTECTED]