cupids-toejam Posted December 7, 2007 Share Posted December 7, 2007 http://www.xs4all.nl/~peterned/examples/cssmenu.html the website above has what I need. I just cant wrap my head around the css. I'm new to css, so understanding all that is not easy for me to understand. I need an easy version of what he has, with the images to the left. any help or direction Link to comment https://forums.phpfreaks.com/topic/80685-css-tabs-help/ Share on other sites More sharing options...
phpQuestioner Posted December 7, 2007 Share Posted December 7, 2007 this actually is a easy version; there is not JavaScript (that's when it can get a little complicated). this is a completely css based vertical menu tree. you just need to study the code and see how it's being down. if your having problems with the css; just lookup what each style does. but here are quiet a few examples of "vertical css menus" - check them out and see if they help you any: http://www.google.com/search?hl=en&q=Vertical+CSS+Menu&btnG=Search Link to comment https://forums.phpfreaks.com/topic/80685-css-tabs-help/#findComment-409344 Share on other sites More sharing options...
bronzemonkey Posted December 8, 2007 Share Posted December 8, 2007 This is a demo on the whatever:hover site, of course there is javascript, it's in the very first line of css using the IE-only property of behaviour to link to this file - http://www.xs4all.nl/~peterned/htc/csshover.htc To the OP, you'll just have to read up on css if you want to understand what is going on. Get a cheap copy of Eric Meyer's "CSS The Definitive Guide", read some tutorials at http://css.maxdesign.com.au/listamatic/ on using lists to create menus, and also learn by trial and error - play around with the css in this menu to see what happens when you change things. Link to comment https://forums.phpfreaks.com/topic/80685-css-tabs-help/#findComment-409447 Share on other sites More sharing options...
phpQuestioner Posted December 8, 2007 Share Posted December 8, 2007 This is a demo on the whatever:hover site, of course there is javascript, it's in the very first line of css using the IE-only property of behaviour to link to this file - http://www.xs4all.nl/~peterned/htc/csshover.htc OK - I do see where the htc file is used; that was an overlook. I don't usually us htc files for JavaScript; I usually use External JavaScript files. Link to comment https://forums.phpfreaks.com/topic/80685-css-tabs-help/#findComment-409503 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.