A LIST Apart: For People Who Make Websites

No. 197

Discuss: Spruced-Up Site Maps

Pages

« First  <  5 6 7

61 collapsing folders? what collapsing folders?

Peter Müller;

“The menu has been tested in Mozilla, Safari, Netscape, IE and Opera and works fine in all.”

Not in MY copy of Safari it doesn’t; your folders do not expand or retract, and the RHS column of pretty icons extends past the end of its “containing” white rectangle on many sub-pages.

On further investigation, the expand and contract is in fact not functional in firefox (windows) either, and in IE 6 the whole sitemap is bumped down below the LHS navigation, and the folders still don’t collapse.

Comments about “glass houses” come immediately to mind…

Caveat: I just realised that maybe you removed the script you were talking about? if not, oh dear…

posted at 05:38 pm on April 8, 2005 by anon

62 A Similar Situation

I’ve had a similar situation on my intranet for about a year now. Except that I have a class on the ul called iconbullet, and then on the child li’s I have classes that show different icons based on their type, i.e. folder (for parents), url, pdf, xls, etc…

posted at 10:56 am on April 12, 2005 by Brandon

63 I believe so...

I think sprucing up a site map is the right thing to do. Most people treat the site map as a necessary device but treat it as it doesn’t belong in the website.

You never know who will be looking at your sites. I say be proud of every page.

posted at 12:00 am on April 15, 2005 by erictoledo

64 yes, they are...

Site maps are an important aspect of general UI design for the web and for Intranet/Extranet development. I believe that it may be one of the most important pages next to the actual home page.

And I digress with regards to my comments about the code cops in a previous post. It does, indeed, require criticism to move forward and learn. My remarks were intended to incite constructive critique as opposed to rip and tear. “Let me share my findings and point out the differences,” works much better than “I did this same thing a few years back and yours doesn’t work in Safari.” ;)

posted at 11:20 am on April 15, 2005 by William Dodson

65 sitemap

What do you tell on this site-map/ul style?
Sorry for czech lang of site.

http://www.pcsp.cz/mapa-serveru.php

posted at 05:18 pm on April 19, 2005 by Petr

66 Add Pre-loading to the hover images!!

Simple pre-loading such as:

window.onload = function () { var imagesArray = new Array(‘images/image1.jpg’,‘images/image2.jpg’); preloadImages(imagesArray); } function preloadImages(imagesArray) { for(var loop = 0; loop < imagesArray.length; loop++){ var preloadedImage = new Image(); preloadedImage.src = imagesArray[loop]; }

… will solve the problem where the “little file icon” takes a while to load when hovering over it for the first time.

Merely add all the images used in the hover effect to the array called “imagesArray” in the JavaScript above and away you go!

posted at 05:11 am on April 25, 2005 by David Jones

67 I never even thought to do this

I always thought sitemaps were for search engines. This actually makes a sitemap navigable by a human. Very cool.

posted at 01:20 pm on April 27, 2005 by Jason

Pages

« First  <  5 6 7

Discussion Closed

New comments are not being accepted, but you are welcome to explore what people said before we closed the door.

Got something to say?

Discuss this article. We reserve the right to delete flames, trolls, and wood nymphs.

Create a new account or sign in below if you’d like to leave a comment.

Remember me

Forgot your password?

Subscribe to this article's comments: RSS (what’s this?)