-1

When i scroll my site all content goes well below under top fixed menu, but only left side bar gets overlapped with it.Can anyone tell where i am doing wrong????? This is my site . http://www.techonicals.com

c-vang
  • 61
  • 1
  • 2
  • 14

3 Answers3

2

Add a z-index to your menu and this will fix your problem:

.menu {z-index:10000;}
sticksu
  • 3,660
  • 3
  • 23
  • 41
-1

in css file set .menu {z-index:1} or more than 1 :о)

howbizarre
  • 522
  • 4
  • 6
-1

you must use z-index whit a hight value checkout this site http://www.w3schools.com/cssref/pr_pos_z-index.asp

you can check the max value and what happen when is exceeded here

http://www.puidokas.com/max-z-index/

Nathan Redblur
  • 632
  • 6
  • 12