Forum Moderators: not2easy
border-bottom: 1px solid grey;
display: block;
It works fine in FF, but the border doesn't show up in IE. It's hard to search for an answer when one of the search terms is 'a', so I haven't found anything.
Thanks in advance.
It's not a horizontal menu. Just a series of <a>'s with the display set to block so they are on separate lines. If your suggestion doesn't work, my next attempt will be to use <ul> / <li> tags and see what happens.