[css] some basic css issues

[SIZE=2]hello,

i working on a lower navigational menu. you can see it here:

http://bradhenderson.com/

what i’d like is for both lines of the LOWER navigational menu to be centered, and for there to be the vertical character | between the elements instead of using a background image (the vertical line is currently an image).

the css can be seen in the source of the page. thanks for taking a look.

my best,
david[/SIZE]

well, i would use a border-left/border-right combo for the | (btw, that’s a pipe), not an image or pipe.

then, since you already have the bottom nav inside a table, i would just align the td cell to center. also, close your <td> and <tr> tags.

thank you,

i got rid of the tables and added a border-left to take care of the vertical line, but i’m still not sure how to center both lines of the bottom navigational menu.

thanks once more.

my best,
david