Hi, I have found out how to make a tree navigation using some CSS and javascript, but I would like to know how to make it with just CSS if possible.
Am I even calling it the correct thing when trying to search for it? Is there another technical name?
As stated above you can't do it with pure CSS and maintain cross-browser compatibility. You can do it in every browser but IE, and get IE on board with minimal javascript.