Jump to content

Drop down menu going under the main slide on homepage ???


Recommended Posts

Thank you very much for the assistance but,

I've tried to put this code in several different ways, but if I exclude when it bugs, the best I get i vertical menu. There is no .sf-menu string in the code, so I've also tried to add it, but again, noting good happens. And always the menu is under the picture of the slideshow.

Probably the problem is in me :D
Can you give me a bigger "slice" of the code where I should put it ?

10x again :)

Link to comment
Share on other sites

Css file should be in
..modules/blocktopmenu/css/superfish-modified.css
Here is beginning

/*** ESSENTIAL STYLES ***/
.sf-contener {
 clear: both;
 width:100%;
 border-top:4px solid #81A8B8;
}
.sf-right {
 margin-right: 14px;
 float: right;
 width: 7px;
}
.sf-menu, .sf-menu * {
   margin:            0;
   padding:        0;
   list-style:        none;
}
.sf-menu {
 width:100%;
 float:left;
 height: 36px;
 line-height:    1.2;
 z-index:5;                   /*  <-  this is added       */
}



I tried it on your site but you change it now.
And if you use Firefox download plugin Firebug

Link to comment
Share on other sites

  • 3 weeks later...
  • 8 months later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...