Nested list syle images

| Blogs etc.

Learning Cascading Style Sheets (CSS) is not always that easy, but it can be fun and rewarding at times. For a couple of weeks now, I have been struggling with a problem concerning the use of nested lists together with the list-images. An intellectual problem (kinda) demanding intense concentration and perserverence (yeah sure).

What I wanted to do was have nested lists with a different bulleted image depending on how deep the given list was located. Say a red square, followed by a blue square, followed by a yellow square, and so forth. For the sake of simplicity, and avoiding my never-ending tendency to go into repetitive cycles into nested infinities, stop after three levels deep. Okay. Until now, due mainly to my ignorance of CSS, I had clumsily implemented complicated tables, cells and images with offsets and awkward justifications. If you know what I mean.

Hmmm, there must be a better way, I always thought.

And there was! This could be done by using the so-called child relationships defined in CSS. How? Well look at the following code example which needs to be placed within the style-tags:

OL LI { list-style-image : none; }
UL LI, LI { list-style-image : url(.../image_1.gif); }
UL UL LI { list-style-image : url(.../image_2gif); }
UL UL UL LI { list-style-image : url(.../image_3.gif); }

This results in the given desired effect. At long last. Is this an amazing discovery or what?! The very first line is required in order to retain numbering in ordered lists. And this is the result:

I am pretty pleased with this, and it makes my life as a future famous web designer alot easier. I suggest you have a look at my site map for an example of this nice use of nested lists.

Random entries

Here are some random entries that you might be interested in:

Recent Assets

  • 2023-09-24-jong-tegen-oud-1.jpg
  • 2023-09-24-jong-tegen-oud-2.jpg
  • just-call-me-fred.png
  • foggy-morning.png
  • oma-2023-07-27.jpg
  • i-almost-died.png
  • chipping-from-twenty-meters.png
  • de-koepel.png
  • screenshot-www.udemy.com-2023.05.18-10_02_39.png
  • screenshot-www.golf.nl-2023.05.08-09_57_30.png
  • IMG-20230423-WA0000.jpg
  • me-and-my-radio-paradise-hat.png

Golf Handicap

Information

This personal weblog was started way back on July 21, 2001 which means that it is 7-21-2001 old.

So far this blog contains no less than 2498 entries and as many as 1877 comments.

Important events

Graduated from Stanford 6-5-1979 ago.

Kiffin Rockwell was shot down and killed 9-23-1916 ago.

Believe it or not but I am 10-11-1957 young.

First met Thea in Balestrand, Norway 6-14-1980 ago.

Began well-balanced and healthy life style 1-8-2013 ago.

My father passed away 10-20-2000 ago.

My mother passed away 3-27-2018 ago.

Started Gishtech 04-25-2016 ago.