1) Script Title:
Slashdot Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/slashdot.htm
3) Describe problem:
First of all, thanks for the great contribution and support, this is one of the best menu systems out there! I have made a similar post in a different category on this forum. Please be aware that this is a different menu and the code is different than the other post I made.
ok, here we go..
Here is a link to the menu system as it is now. I've done a minimal amount of modification to it from it's original state, mostly with colors and background images.
http://www.aardvarkmulti.com/sdmenu/
Here are three screen shots.
#1 - how the menu currently appears (SS2.jpg)
A: Text and Arrow need to be lower. When trying to adjust this text with padding, it pushes the submenu (red bg) down as well, creating space between the menu image and the submenu. When selected, I would also like that grey rounded corner image to be replaced with a red rounded corner image. I have achieved the red corner background when you mouse over the item, but how do I make it stay red once clicked?
B: Submenu needs the rounded corner image snugged up at the bottom of the submenu giving the entire "home" section a red "rounded box" look.
C: The bottom 10 pixels or so is being cut off of the image. When I try and adjust the height in the following code, it throws the whole balance of the menu off. I am replacing the default "toptitle" image with one that is less wide but taller. Default is 25px, this one is 36 px tall.
D: Red rounded corner "bottom" image, again this needs to be on each submenu at the bottom.Code:div.sdmenu div.collapsed { height: 25px;
#2 Elements for new menu (SS3.jpg)
E: How the background image should be appearing on previous issue above (C)...
F: How the rollover image should appear when moving mouse over image.
G: Graphic to replace "toptitle.gif" when clicked. This image has no rounded corners on the bottom, making it line up nicely with sub-menu.
J: Bottom graphic to appear at bottom of each submenu.
#3 And finally, this is how I would like the end result to appear: (SS.JPG)
here is the CSS for what I currently have:
Thanks in advance!Code:div.sdmenu { width: 140px; font-family: Arial, sans-serif; font-size: 12px; padding-bottom: 10px; background: url(bottom.gif) no-repeat center bottom; color: #fffFFF; } div.sdmenu div { background: url(toptitle.gif) repeat-x; overflow: hidden; border: 2px solid white; } div.sdmenu div.collapsed:hover { background: url(toptitle_red.gif) repeat-x; overflow: hidden; border:2px solid white; } div.sdmenu div:first-child { background: url(toptitle.gif) no-repeat; } div.sdmenu div.collapsed { height: 25px; } div.sdmenu div span { display: block; padding: 5px 10px; font-weight: bold; color: #FFFFFF; background: url(expanded.gif) no-repeat 120px center; cursor: default; border-bottom: 1px solid #59200d; } div.sdmenu div.collapsed span { background-image: url(collapsed.gif); } div.sdmenu div a { padding: 5px 10px; background: #59200d; display: block; border-bottom: 1px solid #59200d; color: #FFFFFF; text-decoration: none; } div.sdmenu div a.current { background : #993300; } div.sdmenu div a:hover { background : #993300 no-repeat right center; color: #fff; text-decoration: none; }
I'm sure this can be achieved with some css commands that I'm obviously not aware of, but any help would be Greatly appreciated!!!






Reply With Quote








Bookmarks