By grabur on
using theme marvin w2k phptemplate and drupal 4.6
If I remove the style sheet style.css, the menu's still have styled bullets - I don't want these! I tried this css:
ul li {
list-style: none;
}
but they are still there!
using theme marvin w2k phptemplate and drupal 4.6
If I remove the style sheet style.css, the menu's still have styled bullets - I don't want these! I tried this css:
ul li {
list-style: none;
}
but they are still there!
Comments
look at the style.css
and remember the css cascade rules + there is always the drupal.css
another look into the generated html source will reveal the used classes and id's...
to make it short =)
your "ul li" is not specific enough and will be beaten by "li.expanded" and etc. for my own theme dev i used something like
-micha
work in progress with Drupal 4.6: langmi.de
I know it has been awhile
I know it has been awhile since you posted this....you are a hero :)
www.thelinuxuser.com
I totally second that. After
I totally second that. After listening to my designer screaming that "DRUPAL WON"T LISTEN" (and chuckling about it), I'm elated to have found this solution.
bookmarked!
It's Work
Dear Micha
Your solution is working thank you very much.
glipgh from Sri Lanka