By Nda on
Hi, I'm trying to style drupal's standard navigation but ran into a problem I can't trace.
See here: http://www.wearecamping.nl/logopedie/?q=node/5
I already did this for another theme that you can see here:
http://jenrcardesign.nl/jenr2/?q=node/1
And there it works. I seem to be missing something and I get the idea it's because the div the menu block is placed in is floated or positioned relative but I can't figure it out.
Any help would be greatly appreciated.
~Nda
Comments
I'm developing while using
I'm developing while using firefox browser btw. In IE the expanded items fall behind the original menu items and in firefox in front of them.
Have thought about copying
Have thought about copying the CSS that works for the second site and using it for the first?
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу общаться на русском языке.
the structure is indeed a
the structure is indeed a copy, I only altered some styles
The style.css stylesheet is
The style.css stylesheet is the last CSS file read by drupal. It is possible that there is CSS code in one of the other style sheets that is being overridden by style.css. Make sense?
----------------------------------------------------------------------
http://www.bwv810.com/
I am a writer and researcher. In my spare time I build websites with Drupal.
Je peux communiquer en français. / Я могу общаться на русском языке.
I found that somehow the
I found that somehow the background-image is messing things up
list-style-image will work but puts the background image on top of the text !
looking for a solution...
I fixed or patched it by
I fixed or patched it by adding "float: left;" to the ul and "clear: both;" to the li classes.