INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: hide the vertical scrollbars  (Read 2375 times)

Chipicui

  • Junior Woodchuck
  • **
  • Posts: 52
hide the vertical scrollbars
« on: July 01, 2021, 01:07:46 pm »

Hi!
Would some html guru be so kind to explain me how to hide the vertical scrollbars forever?
I've modified an old Track Info Panel that i liked to my needs but can't find a way to hide the awful right vertical scrollbar and I confess that I know almost absolutely nothing about html programming.
The original panel was made by marco KISTLER.
Thanks a lot!

Logged

Outlaw Audio

  • Junior Woodchuck
  • **
  • Posts: 66
  • Dogs......because people suck
Re: hide the vertical scrollbars
« Reply #1 on: July 01, 2021, 05:22:00 pm »

Hi!
Would some html guru be so kind to explain me how to hide the vertical scrollbars forever?
I've modified an old Track Info Panel that i liked to my needs but can't find a way to hide the awful right vertical scrollbar and I confess that I know almost absolutely nothing about html programming.
The original panel was made by marco KISTLER.
Thanks a lot!



like that track info panel.  Might have to look into this
Logged

Chipicui

  • Junior Woodchuck
  • **
  • Posts: 52
Re: hide the vertical scrollbars
« Reply #2 on: July 01, 2021, 06:22:30 pm »

Oh! thank you very much!
I’ll happily share it if you want it, but my html and css code is a -complete- mess.
Logged

Outlaw Audio

  • Junior Woodchuck
  • **
  • Posts: 66
  • Dogs......because people suck
Re: hide the vertical scrollbars
« Reply #3 on: July 01, 2021, 11:25:26 pm »

Oh! thank you very much!
I’ll happily share it if you want it, but my html and css code is a -complete- mess.

That would be great!  I searched for the screen online a bit this morning but didn't find it.  No judgement on your code; I havent coded in HTML/CSS for almost a decade so having something that even works gets kudos in my book!
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2372
Re: hide the vertical scrollbars
« Reply #4 on: July 02, 2021, 04:58:19 am »

style="overflow: hidden;" hides the scrollbars.

https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp
Logged

Chipicui

  • Junior Woodchuck
  • **
  • Posts: 52
Re: hide the vertical scrollbars
« Reply #5 on: July 02, 2021, 09:16:51 am »

Thanks zybex & Outlaw Audio.
I’ll get in contact as soon as I come back home.
Logged

Chipicui

  • Junior Woodchuck
  • **
  • Posts: 52
Re: hide the vertical scrollbars
« Reply #6 on: July 02, 2021, 02:50:04 pm »

That would be great!  I searched for the screen online a bit this morning but didn't find it.  No judgement on your code; I havent coded in HTML/CSS for almost a decade so having something that even works gets kudos in my book!

Here you have it.
All the good html stuff was originally written by marco KISTLER
All the mess by me!
Hopefully you'll be able to fix the rough edges and make a better panel... if so please share it with me!
Regards!
Logged

Outlaw Audio

  • Junior Woodchuck
  • **
  • Posts: 66
  • Dogs......because people suck
Re: hide the vertical scrollbars
« Reply #7 on: July 02, 2021, 08:21:07 pm »

Here you have it.
All the good html stuff was originally written by marco KISTLER
All the mess by me!
Hopefully you'll be able to fix the rough edges and make a better panel... if so please share it with me!
Regards!

Thanks!  first thing I've got to do is refresh my mind on html/css
Logged
Pages: [1]   Go Up