I have this annoying menu that I can't get to work.
It collapses and everything perfect, but I don't want the top item to collapse. I can remove the divs, but when I try and make it linkable, it takes on the CSS for the explanded divs.
That one pointed at shouldn't expand, but just be clickable.
Neowin says it's $39.99, but their site says $399.99 after discount. Is Neowin covering the difference? I'll take 7 if they are. Not 8, not 6, never 5, but 7.
Yeah and now they added space above the tab bar, so now I have to painstakingly aim at just slightly below the top of the screen to reach a tab with my mouse.
truly hate it
Question
Nashy
I have this annoying menu that I can't get to work.
It collapses and everything perfect, but I don't want the top item to collapse. I can remove the divs, but when I try and make it linkable, it takes on the CSS for the explanded divs.
That one pointed at shouldn't expand, but just be clickable.
Here's the CSS:
div.sdmenu { width: 150px; font-family: Arial, sans-serif; font-size: 12px; padding-bottom: 10px; background: url(bottom.jpg) no-repeat right bottom; color: #fff; text-decoration: none; } div.sdmenu div { background: url(title.jpg) repeat-x; overflow: hidden; text-decoration: none; } div.sdmenu div:first-child { background: url(toptitle.jpg) no-repeat; } div.sdmenu div.collapsed { height: 25px; } div.sdmenu div span { display: block; padding: 5px 25px; font-weight: bold; color: white; cursor: default; border-bottom: 1px solid #ddd; text-decoration: None; font-style: normal; } div.sdmenu div.collapsed span { background-image: none); } div.sdmenu div a { padding: 5px 10px; background: #eee; display: block; border-bottom: 1px solid #ddd; color: #000; text-decoration: none; } div.sdmenu div a.current { background : #ccc; } div.sdmenu div a:hover { background : #332B5E url(linkarrow.gif) no-repeat right center; color: #fff; text-decoration: none; }And the body:
Some pleaaaase help :-(
Link to comment
https://www.neowin.net/forum/topic/636447-help-with-css-menu-and-tags/Share on other sites
12 answers to this question
Recommended Posts