regard horizontal scroll-bar
Can anyone plz help me out how to create a horizontal scrollbar with just Html and Css without any use of J.sript.. want urgently working for a client.
3 Replies
overflow-x: scroll;
we're not here to do your client work for you. If you have a start, and you're stuck with something, you can post your code and when someone has time, they might take a lookI'm not saying to do my client work first of all all i asked for a youtube video link of or a hint.
none of that is apparent in your original question, especially with the "want urgently" at the end. Normally I'd just ask to share your code, but felt it necessary to point out that this server isn't just to offload work onto volunteers given that you mentioned client work
we've got #how-to-ask-good-questions if you want to check that out to see how you can help people and make it easier for them to help you. Right now, I don't think there's much more to give as advice other than setting
overflow-x
, you don't specify what kind of content needs to scroll, how you want it to look, if it always scrolls or just sometimes, and without that information there's really very little anyone can do