05-25-2014, 06:07 AM
Hey Johnny, any luck with the scroll bar yet?
The first thing I would do is right-click on the scroll bar and select 'Inspect Element' using Chrome. From there you should be able to see the element in the source code. You can then either delete/change in the source whatever is generating it, or target that element with CSS and set its visibility to hidden or display: none. Feel free to send me a PM if you need help / have questions.
The first thing I would do is right-click on the scroll bar and select 'Inspect Element' using Chrome. From there you should be able to see the element in the source code. You can then either delete/change in the source whatever is generating it, or target that element with CSS and set its visibility to hidden or display: none. Feel free to send me a PM if you need help / have questions.
(05-23-2014 09:13 PM)JohnnyShadow Wrote: [ -> ]I managed to get so far with the NULLING !