Jump to content

Recommended Posts

Posted

Hi there.

 

I currently have a website and on a couple of my pages there are horizontal toolbars that I wish to remove. I'm pretty sure that there is a way of removing these but am not sure how.

 

Just wondering if anyone had any ideas?

 

David

Posted

Do you mean scoll bars? Or the tool bar at the top of the IE/Firefox page?

 

If it's just scroll bars that's not too bad. Using CSS is cleaner:

My Title

html {overflow-x: hidden;}

...

 

However, if it's the toolbar at the top. The only way I can think of is doing a function like F11? Full Screen F11 Key. This would give you a good pointer on how to do that. That's the only thing I can think of.

 

Hope that helps!

  • Thanks 1
Posted

HI Pashers.

 

Thanks for the reply, what I am doing is opening this website within a CRM we use. We do not want the webpage to load in full screen. A scrollbar along the right is fine but we want to remove the scrollbar along the bottom. I think your code may work.

 

David

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...