On Fri, Nov 21, 2008 at 18:26, Kevin Evans <[EMAIL PROTECTED]> wrote:
> And you don't need the bold in the links, you can do that in CSS.
>
> You should do all that in the CSS.
>
> Also you should ot some CSS and apply it to the a tag, not the b tag.
I think perhaps because of the type on the above line and the fact
that I don't see what you've changed in the CSS below, I am confused
as to what I need to do to fix the problem.
(I've fixed the CSS error the validator found--none of those #point2
should be in the code, just #point.)
>
> #point li a:hover b, #point li a.current b,
> #point2 li a:hover b, #point2 li a.current b {
> display:block;
> float:left;
> cursor:pointer;
> /*font-weight:normal;*/
> }
> #point li a:hover b, #point li a.current b {
> background:transparent url(../img/up_arrow.gif) no-repeat center
> bottom;
> }
> #point2 li a:hover b, #point2 li a.current b{
> background:transparent url(../img/up_arrow2.gif) no-repeat center
> bottom;
> }
>
> THis..
> #point li, #point2 li {
> display:table-cell;
> margin:0;
> padding:0;
> }
>
>
> You don't usually use table-cell rule like that for menus, use inline or
> float.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/