I would like to do this using CSS:
Ssing only ul
li
, and a
elements. The red bullets would be invisible.
How can I do this? I've tried using float:left
for the horizontal outer bullet list and a normal vertical bullet list for the inner one, but it did not works.
Is there a better way than bullet list?
I'm just going to throw this out there as a viable solution. Why not use div elements? Here's an example:
CSS --
HTML --
Here is a demo: http://jsfiddle.net/a9m76/1/