I don't quite get it.
by default, it looks like this:
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
what should i do?![]()
I don't quite get it.
by default, it looks like this:
/*div#dropMenu li.submenu {background: url(../images/dropmenu.gif) 95% 50% no-repeat;} */
what should i do?![]()
boriz,
other than line 61
/*div#dropMenu li.submenu li.submenu {background:url(../images/submenu.gif) 95% 50% no-repeat;} */
there are no other images used in the css. make sure both lines have been commented out /*.
you can also remove the image from includes/templates/yourtemplate/images/
that will work too.
John
Nope. Even if I remove that (and another comented out) lines.
here is the ss:
i want to remove that triangle on the left(it's on every button in the menu and in submenus)
Link: http://www.pic-upload.de/28.10.07/m9qxb.jpg
That is also from style.css, and has nothing to do with the coding in stylesheet_header_menu.css.
Change this also:
li a { text-decoration:none; color:#BDBDBD; padding-left:11px; background:url(../images/pimp1.gif) no-repeat 0px 5px;}
to this
.columnLeft li a { text-decoration:none; color:#BDBDBD; padding-left:11px; background:url(../images/pimp1.gif) no-repeat 0px 5px;}
Thanks, jettrue!!!!![]()
Sorry bout that. I dont understand why borizs is different than mine.
I dont want to change at all, just curious.
John
Good Morning Jade,
I think I'm hitting the wall with my drop down menu. One of my categories has so many subcategories (all distinct) that the drop down menu extends below the bottom of the screen. If you try to scroll up so the bottom will be visible, you can't get to the menu to activate it. I'm thinking the only answer is to use subcategory headers (with logos even) on a category page (the old fashioned way) and just use the drop down for main categories. Is there some way to deactivate subcategories for only one main category or do I have to lose all the subcategories since they are automatically generated in the program loop?
Minor question: What image module are you using on the AppleZen demo page to generate the rollover popup image?
Maury
does anyone know why I have a gray bar under my css menu in IE?
Bookmarks