I'm using a list to make a maenu.
I'd like to put a picture in the middle of the list and have the list items leave a gap for it but there's not always going to be siz items in the list.
Is there a way so this using CSS?
Code:
<ul> <li>Menu 1</li> <li>Menu 2</li> <li>Menu 3</li> <li>Menu 4</li> <li>Menu 5</li> <li>Menu 6</li> </ul>
Is there a way so this using CSS?
Comment