Hi there ! I have a small CSS question... My blog is the only below in my signature. On the right sidebar, I separated widgets with a border : Works fine... but I also wanted to add a list of my top post. This is the Showcase list (below the tag cloud). Each one of my link has the border under it... and I wanted to remove it to show a clean list. The list is quite messed up in IE. Basically, instead of having : I wanted : So, is there a way to remove the bottom border for this list only ?
There's a wierd quirk in IE's handling of LI's. I believe setting the LI to display:block; will fix it. If not, try tripping haslayout. (if the UL around it has no height declared, you can just add height:1%) Though I'd have to see it live to be sure.
Heh, I was just playing with a test case, and in my test case display:inline on the LI fixed it... Which is backwards from the last time... Sometimes you just have to keep throwing properties at it until it works.
Sorry, I lost this thread somewhere in my CP and just found it again ! I've tried both display: inline and display: block but none of the solution worked... Here are my lists properties : I'd appreciate any suggestion... please keep in mind I'm a beginner and I'm just trying to fix my blog - I'm not a professional designer !