yes, i am using google and the search function at the same time. I am looking for a 100% width megamenu (examples and code) i am stuck with the one i tried myself see: bldd.nl/prototypes/megamenu/test12.html i like this one: http://www.diy.com/diy/jsp/index.jsp?icamp=portal_instore_button
tried these? http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/ http://www.thewebsqueeze.com/web-design-tutorials/how-to-make-a-mega-drop-down-menu.html http://www.javascriptkit.com/script/script2/jkmegamenu.shtml
hi, tx for the links. I have seen those but not quit what i want. I almost got one working but the css-sprite is also activated in the submenu´s see bldd.nl/prototypes/megamenu/test23.php Do you know how to fix this
well its from the rulesets : #fashion-home a:hover {background:url("http://city2go.net/assets/imgs/mainmenu4.jpg") 0px -30px no-repeat; } #fashion-jobs a:hover {background:url("http://city2go.net/assets/imgs/mainmenu4.jpg") -123px -30px no-repeat; } #fashion-you a:hover {background:url("http://city2go.net/assets/imgs/mainmenu4.jpg") -240px -30px no-repeat; } #fashion-events a:hover {background:url("http://city2go.net/assets/imgs/mainmenu4.jpg") -350px -30px no-repeat; } #fashion-us a:hover {background:url("http://city2go.net/assets/imgs/mainmenu4.jpg") -483px -30px no-repeat; } #fashion-news a:hover {background:url("http://city2go.net/assets/imgs/mainmenu4.jpg") -585px -30px no-repeat; } so you need to override those with something like : #fashion-news div.dropdown_internal a: { background: COLOR; } #fashion-news div.dropdown_internal a:hover { background: COLOR; } to cancel out the sprite. or background-image: none;