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
Asked
Active
Viewed 305 times
3 Answers
2
Add a z-index to your menu and this will fix your problem:
.menu {z-index:10000;}

sticksu
- 3,660
- 3
- 23
- 41
-
works fine in firefox and chrome experiencing problems in IE 9 – c-vang Nov 02 '12 at 04:54
-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

Nathan Redblur
- 632
- 6
- 12