Log in

View Full Version : Cool CSS Menu - How Did They Do This.



vanbao
03-09-2007, 06:32 PM
The menu bar on this site is awesome and it is done I think through css. Does anyone know how it is done.

http://www.wamu.com/personal/loanchoices/default.asp
Thanks

BLiZZaRD
03-09-2007, 06:48 PM
Divs, containers and images.

see CSS for the details (http://www.wamu.com/public/style/pub.css)

If you get confused look at the source code for the page and see the id= and container names to know where to follow from.

vanbao
03-09-2007, 07:06 PM
First, thanks for your quick response.

Do you know if that is done automatically or do I need to mannual set the id="current" for each link on the corresponding page.

If it has to be done automatically, then that would be really cool.

BLiZZaRD
03-09-2007, 07:27 PM
Yes and no. You can do it both ways. I am a fan of the manual way though, so I am probably not the best to tell you how to do it automatically.

I know there was a thread around here a while back dealing with this exact thing.

I will do some other looking to see if I can find anything to help you out.

BLiZZaRD
03-09-2007, 07:33 PM
Added: This Link (http://blog.richnetapps.com/index.php?title=automatically_highlight_current_page_in&more=1&c=1&tb=1&pb=1) seems to be something of what you are after :D

Hope it helps.

vanbao
03-09-2007, 11:31 PM
Thank you so much. That is very helpful.

BLiZZaRD
03-10-2007, 03:47 PM
Welcome :D