![]() |
upper panel fix - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: upper panel fix (/thread-186091.html) |
upper panel fix - ishank - 2015-11-05 how to fix the position upper panel so that after scrolling it doesnt hide because when i add postion fix in panel.upper it totaly removes the panel RE: upper panel fix - fredzy - 2015-11-06 add width: 100%; to panel.upper RE: upper panel fix - ishank - 2015-11-06 (2015-11-06, 09:01 AM)fredzy Wrote: add width: 100%; to panel.upper but it will make panel width fit to screen? RE: upper panel fix - fredzy - 2015-11-06 make it 88 or 90 percent a link to your forum will help me know what exactly you want RE: upper panel fix - ishank - 2015-11-06 (2015-11-06, 12:01 PM)fredzy Wrote: make it 88 or 90 percent a link to your forum will help me know what exactly you want see this image i m talking about the upper panel and i want it fix so that while scrolling it doesnt move RE: upper panel fix - fredzy - 2015-11-07 The reason why it's moving is because of the fixed position in css. Remove this from your css position: fixed; RE: upper panel fix - mmadhankumar - 2015-11-08 check rhis reply: http://community.mybb.com/thread-186097-post-1196419.html#pid1196419 you need to add them to #panel .upper instead of #panel .lower |