Top & Bottom borders for an element don't show in IE

Hey all,

I’m making a layout (css/html), and suddenly noticed that in a <ul> <li> tag, the top and bottom borders don’t display in IE. How do i fix this?

Thanks =)

Never mind! figured it out. The display: inline makes IE think that it’s… well, inline. Float: left does the trick :slight_smile:

By the way, i didn’t notice the board allowed html tags.