hi guys,

just add "text-align: center;". see below.

#nav li li a {phc_stylin.css (line 92)
background-color:#C0B679;
color:#000000;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-weight:normal;
letter-spacing:0.2em;
padding:0.2em 7px;

text-align:center;
}

That should fix your problem.

Cheers,

Virgilio Quilario Jr.
The Practical Web Site Development Resource <http://www.jampmark.com/>


On Sat, Dec 13, 2008 at 2:52 AM, David Laakso
<da...@chelseacreekstudio.com>wrote:

> Kitty Garrett wrote:
> > Can anyone help me with why the drop downs are not centered
> > under the links? They are off to the right.
> >
> > http://www.prettygoodwebsites.com/phchelp/index.htm
> >
> > KittyG
> >
>
> No guarantee. Try:
>
> #nav li li a {
> margin-left: -40px; /*minus 40*/
> min-height:1px;/* IE/7 needs this but it will not adversely effect IE/6
> or compliant browsers*/
> }
>
> *:first-child + html #nav li li a {
> margin-left:0;
> }/*hack for our good friend IE/7.0*/
>
> And validate.
>
>
>
> --
>
> A thin red line and a salmon-color ampersand forthcoming.
>
> http://chelseacreekstudio.com/
>
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to