The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Sub-Nav. hiding behind my slider .

3 posters

Go down

Sub-Nav. hiding behind my slider . Empty Sub-Nav. hiding behind my slider .

Post by E-Mark August 29th 2011, 3:43 am

Sub-Nav. hiding behind my slider . Asdsad10

How can i fix this ? The sub-nav. is hiding, its on behind of the slider . Help please .
If the problem is in the CSS, please help me .
Here's my CSS code :

Code:
ul.topnav {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  float: left;
  width: 968px ;
  background: #222;
  font-size: 1.2em;
  background: url(http://i53.tinypic.com/fk1r7l.gif) repeat-x;
}
ul.topnav li {
  float: left;
  margin: 0;
  padding: 0 15px 0 0;
  position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
  padding: 10px 5px;
  color: #fff;
  display: !important;
  text-decoration: none;
  float: left;
}
ul.topnav li a:hover{
  background: url(http://i51.tinypic.com/hs74w1.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
  width: 17px ;
  height: 35px;
  float: left;
  background: url(http://i55.tinypic.com/jq3hno.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
  list-style: none;
  position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
  left: 0; top: 35px;
  background: #333;
  margin: 0; padding: 0;
  display: none;
  float: left;
  width: 170px ;
  border: 1px solid #111;
}
ul.topnav li ul.subnav li{
  margin: 0; padding: 0;
  border-top: 1px solid #252525; /*--Create bevel effect--*/
  border-bottom: 1px solid #444; /*--Create bevel effect--*/
  clear: both;
  width: 170px ;
}
html ul.topnav li ul.subnav li a {
  float: left;
  width: 145px ;
  background: #333 url(http://i54.tinypic.com/2qamloo.gif) no-repeat 10px center;
  padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
  background: #222 url(http://i54.tinypic.com/2qamloo.gif) no-repeat 10px center;
}

Thanks.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Sub-Nav. hiding behind my slider . Empty Re: Sub-Nav. hiding behind my slider .

Post by Sir Chivas™ August 29th 2011, 4:53 am

I can't see if you have it transparent,
im pretty bad at CSS. But may i have the link of you forums. Maybe what would help is to reduce the size of the image?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Sub-Nav. hiding behind my slider . Empty Re: Sub-Nav. hiding behind my slider .

Post by E-Mark August 29th 2011, 5:48 am

Someone may help me ?
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Sub-Nav. hiding behind my slider . Empty Re: Sub-Nav. hiding behind my slider .

Post by ioncube August 29th 2011, 10:06 pm

mark1111 wrote:Someone may help me ?

you have to change the z-index property in the css. Either you have to increase the index value for the said menu; or you have to lower it for the nivo slider

Code:
ul.topnav {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  float: left;
  width: 968px ;
  background: #222;
  font-size: 1.2em;
  background: url(http://i53.tinypic.com/fk1r7l.gif) repeat-x;
  z-index: 999; (must be greater than nivo slider index value)
}

learn more about this property here:
http://www.w3schools.com/cssref/pr_pos_z-index.asp or
http://webdesign.about.com/cs/css/a/aazindex.htm
ioncube
ioncube
Forumember

Male Posts : 279
Reputation : 41
Language : eng
Location : Pakistan

http://defencedog.blogspot.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum