I was using jQuery plugins to create a rounded corner for my <li>, but it was not working on a lot of browsers and didn’t support mouse over.
I am wondering what is the best way to use two images (left corner and right corner) as the left and right side with using <li>.
You could put Divs inside your li’s like so:
That way you will both keep your semantics and will also have the cross-browser support of styling DIVs.