Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Multiple Image Separators in Nav Bar Reply To: Multiple Image Separators in Nav Bar

#187163
Paulie_D
Member

You see


ul#navmenu li.Menu:last-child

Won’t work unless the list item has a class of .menu.

:last-child only works on the element that IS a list child.

Perhaps you could update your Codepen with the full HTML / CSS of the actual menu.

If you don’t have the images it’s not a big deal…we can deal with that later once we have a better idea of how this all comes together.

If you want to put the images into Codepen they have to be web-hosted. I use Photobucket.com which allows me to upload images and get links I can use in demos like this. Just an option, there are many others.)