rockinaway Posted November 30, 2011 Share Posted November 30, 2011 I've created a header that I want to follow the user as they scroll down the page. For it I have used position:fixed. However, the issue is that, when the window is shrunk down, the header width is greater than the window but no horizontal scrollbar shows to allow scrolling. What do I need to do? Link to comment https://forums.phpfreaks.com/topic/252084-fixed-header/ Share on other sites More sharing options...
Guest Posted November 30, 2011 Share Posted November 30, 2011 overflow: auto; Maybe? Link to comment https://forums.phpfreaks.com/topic/252084-fixed-header/#findComment-1292443 Share on other sites More sharing options...
rockinaway Posted November 30, 2011 Author Share Posted November 30, 2011 That doesn't work. It allows scrolling of the header when hovering over it.. but not even horizontal scrolling, kinda ruins it. Link to comment https://forums.phpfreaks.com/topic/252084-fixed-header/#findComment-1292543 Share on other sites More sharing options...
Glese Posted December 2, 2011 Share Posted December 2, 2011 Would be good if you could post an example. Link to comment https://forums.phpfreaks.com/topic/252084-fixed-header/#findComment-1293412 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.