473,765 Members | 2,070 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hiding horizontal scrollbar

Is there a way to hiode the horizontal (but NOT the vertical) scrollbar?
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #1
8 7157
Jon
how about make you're page a width that won't need one!

"Fabian" <la****@hotmail .com> wrote in message
news:bs******** ****@ID-174912.news.uni-berlin.de...
Is there a way to hiode the horizontal (but NOT the vertical) scrollbar?
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #2
Jon hu kiteb:
how about make you're page a width that won't need one!


It doesnt need one. But I use image clipping on this page, and some
browsers insist on leaving blank space for the non-displaying part of
the clipped image regardless of whether anything would actually get
displayed or not.
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #3
The answer is No.
I think best is to redesing your page ie. table etc
so that the width does not cause horizontal scrolling.

Kien

"Fabian" <la****@hotmail .com> wrote in message news:<bs******* *****@ID-174912.news.uni-berlin.de>...
Is there a way to hiode the horizontal (but NOT the vertical) scrollbar?

Jul 20 '05 #4
When the pieces are non-displaying can you re-size them to height="0" and width="0"? That's how I got around non-vieawble components on a page I was developing.

--
George Hester
_______________ _______________ ____
"Fabian" <la****@hotmail .com> wrote in message news:bs******** ****@ID-174912.news.uni-berlin.de...
Jon hu kiteb:
how about make you're page a width that won't need one!


It doesnt need one. But I use image clipping on this page, and some
browsers insist on leaving blank space for the non-displaying part of
the clipped image regardless of whether anything would actually get
displayed or not.


--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #5
George Hester hu kiteb:
When the pieces are non-displaying can you re-size them to height="0"
and width="0"? That's how I got around non-vieawble components on a
page I was developing.


I just uploaded a temp version of the page at
http://www.lajzar.co.uk/virt/temp/index.html

When you view that block so that it is ahead and to the right, the
invisible portion of the images falls off the right of the screen, even
at 1024 screen width (it should normally appear okay on 800 pixel screen
width).

Having uploaded, I am wondering just how fast MSIE is at redrawing
clipped images. I had made these changes to reduce the number of images
needed in cache (replace 3 images with 1 that is slightly smaller than
the original total file size), but it looks suspiciously slower.
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #6
This image did not appear:

http://www.lajzar.co.uk/virt/temp/ua_bg/ua_wilds.jpg

So I don't think I got the full effest?

--
George Hester
_______________ _______________ ____
"Fabian" <la****@hotmail .com> wrote in message news:bt******** ****@ID-174912.news.uni-berlin.de...
George Hester hu kiteb:
When the pieces are non-displaying can you re-size them to height="0"
and width="0"? That's how I got around non-vieawble components on a
page I was developing.


I just uploaded a temp version of the page at
http://www.lajzar.co.uk/virt/temp/index.html

When you view that block so that it is ahead and to the right, the
invisible portion of the images falls off the right of the screen, even
at 1024 screen width (it should normally appear okay on 800 pixel screen
width).

Having uploaded, I am wondering just how fast MSIE is at redrawing
clipped images. I had made these changes to reduce the number of images
needed in cache (replace 3 images with 1 that is slightly smaller than
the original total file size), but it looks suspiciously slower.


--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #7
George Hester hu kiteb:
This image did not appear:

http://www.lajzar.co.uk/virt/temp/ua_bg/ua_wilds.jpg

So I don't think I got the full effest?


That one is a static image - it won't change in that temp page. It is
just a placeholder. You can see the full effect at
http://www.lajzar.co.uk/virt/index.html and then selecting any of the
indoor worlds.

What I'm doing with the temp page is creating a different means of
arriving at the same end, but using a single graphics file for each
unique wall texture. The problem is that with teh alternate code in
certain views I get excess screen width used due to the way the clip
style is interpreted.
--
--
Fabian
Visit my website often and for long periods!
http://www.lajzar.co.uk

Jul 20 '05 #8


Dear Fabian,

yes i have a solution that will hide your horizontal bar and not the
vertical one.. well i also faced this kind of a problem in using Frames,
my frame size use to increase and decrease dynamically bases on the
contents of the frames..due to which horizontal height used to display,
so i did a solution for it i.e, i calculated the height of the table of
the frame page... and after that i set that table height to the frame
height it really worked....i got rid of horizontal bar.... this was just
for hiding horizontal bar not the vertical bar..

frame.height = table.scrollhei ght
hope you find it helpful....

even then if you find any ambiguity do let me know

Yours Truly
Saqib Amin

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
15630
by: Pal Csepregi | last post by:
Hi can i remove somehow the horizontal scrollbar? just the horizontal! Thx PallR
5
11195
by: Jsp | last post by:
I created a vertically scrolling div. On initial rendering, Firefox shows a horizontal scrollbar in this div, over the complete width. Resizing the width of the window/viewport makes the horizontal scrollbar disappear and never come back again, because the content is "liquid". Resizing the window/viewport vertically, makes the scrollbar come back again. IE and Opera don't show this behaviour. Page: http://www/lahaina.nl/index.htm CSS:...
4
3796
by: anna | last post by:
How to tell if a horizontal scrollbar is present? I only want to use scrollTo if horizontal scrollbar is present. window.scrollbars.visibility doesn't specify which scrollbar is present, so it gives a false result if there is vertical scrollbar but not horizontal scrollbar. TIA, Anna
1
6695
by: Marco Liedekerken | last post by:
Hi, I want a Horizontal scrollbar to appear in my Panel control when I add new controls to it (when the width is getting too big). The Vertical scrollbar is easy (adding overflow: auto to the style attribute of the panel element). Now when I dynamicly add controls to the Panel control the controls are getting places at the next line (I did not add a <br>) instead of at the same line (the horizontal scrollbar should appear now). I...
1
2944
by: dhnriverside | last post by:
Hi guys I'm using a div to create a list with ajax stuff. At the moment, the div shows a scrollbar if the content is larger than the div. The problem is that if it isnt, the scrollbar disappears and all my content resizes, which obviously I don't want. I know I can use overflow: auto on the div, but that shows a horizontal scrollbar as well, and I don't need that - and because it's obvious I don't
4
2963
by: Sakharam Phapale | last post by:
Hi All, I have installed VS .NET 2002 on my machine. I have checked both Vertical scrollbar and Horizontal Scrollbar options, in Tools -> Options-> Text Editor-> General-> Vertical Scrollbar Horizontal Scrollbar
14
3956
by: Michael Weis | last post by:
Hello all, as a non-professional in these things, I searched for this topic but found no satisfying answer: I have to create a site with 3 frames. (Please no diskussion about the sense of using frames...) The main frame has to show a vertical scrollbar if content is bigger than one display page. This works well, but:
1
9345
by: malpani.abhijit | last post by:
Hi, I am having a ListView component in my WinForm, when i add some images into it, it gives me a vertical scroll bar. What i want is, the horizontal scrollbar instead of vertical. Is there any way to hide the vertical scrollbars and display horizontal scrollbars?
3
5960
by: j0rd4n | last post by:
I have a user control that needs to allow vertical scrolling but not horizontal scrolling. In the user control's resize event, I need to adjust the size of all the children controls. For this to work correctly, I need the AutoScroll to not enable the horizontal scrollbar. After researching MSDN, I found the HScroll which can be used to disable horizontal scrolling when the AutoScroll mode is enabled. However, when I disable HScroll,...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8833
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7379
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5277
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.