473,811 Members | 3,811 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Vertical scroll bar with missing bottom arrow?

Just been involved with a web site where clicking a button on the main
page opened a second (or secondary) window intended to function like a
dialog box in Apple GUI jargon. (The primary page was a private
nonprofit organization's home page and the secondary window was actually
an election ballot.)

The secondary window opened smaller than the primary page, both
vertically and horizontally, with a vertical scroll bar which had the
usual slider, an up arrow at the top of the bar, but -- unusual, in my
experience -- no down arrow at the bottom (though the slider could be
dragged down, or clicked down by clicking below it in the scroll bar
itself).

Other pages on the same site and linked to from the same home page had
normal scroll bars when needed, with arrows at both ends.

Would this be due to some kind of coding glitch in the HTML, for the
primary page or the second window, and what kind of glitch or error
might this be?
Jul 20 '05 #1
3 10227
AES/newspost wrote:
Just been involved with a web site where clicking a button on the main
page opened a second (or secondary) window intended to function like a
dialog box in Apple GUI jargon. (The primary page was a private
nonprofit organization's home page and the secondary window was actually
an election ballot.)

The secondary window opened smaller than the primary page, both
vertically and horizontally, with a vertical scroll bar which had the
usual slider, an up arrow at the top of the bar, but -- unusual, in my
experience -- no down arrow at the bottom (though the slider could be
dragged down, or clicked down by clicking below it in the scroll bar
itself).

Other pages on the same site and linked to from the same home page had
normal scroll bars when needed, with arrows at both ends.

Would this be due to some kind of coding glitch in the HTML, for the
primary page or the second window, and what kind of glitch or error
might this be?


Unlikely, as HTML doesn't give much scope for fiddling with OS widgets.
Sounds like a browser bug on window resizing. Browser? OS? URL?

--
Mark.
Jul 20 '05 #2
In article <UJ************ *******@stones. force9.net>,
Mark Tranchant <ma**@tranchant .plus.com> wrote:
Would this be due to some kind of coding glitch in the HTML, for the
primary page or the second window, and what kind of glitch or error
might this be?
Unlikely, as HTML doesn't give much scope for fiddling with OS widgets.
Sounds like a browser bug on window resizing. Browser? OS? URL?


Mac OS 9.2, Netscape 7.0.something.

Sorry, can't give URL -- private group's election page, needs password.
Jul 20 '05 #3
AES/newspost <si*****@stanfo rd.edu> wrote:
Just been involved with a web site where clicking a button on the main
page opened a second (or secondary) window intended to function like a
dialog box in Apple GUI jargon. (The primary page was a private
nonprofit organization's home page and the secondary window was actually
an election ballot.)

The secondary window opened smaller than the primary page, both
vertically and horizontally, with a vertical scroll bar which had the
usual slider, an up arrow at the top of the bar, but -- unusual, in my
experience -- no down arrow at the bottom (though the slider could be
dragged down, or clicked down by clicking below it in the scroll bar
itself).
The only thing I can think of was the the new window was positioned so
that it's bottom end was off the bottom of the desktop. This happens
quite often when authors create popup windows with large heights via
JavaScript.
Would this be due to some kind of coding glitch in the HTML, for the
primary page or the second window, and what kind of glitch or error
might this be?


I can't think of anything in HTML that could cause this. If the popup
was created via JavaScript then the height and/or the position could
have been set too great/low.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net > <http://steve.pugh.net/>
Jul 20 '05 #4

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

Similar topics

4
134396
by: justdummy | last post by:
Hi, I am struggling with a problem for sometimes. I need to display a table in a html and if the height of the table goes beyond 200 px then a vertical scrollbar should alone appear without any horizontal scroll bar. If the height of the table is less than 200 px then no scroll bars should appear. Here is the html below. I tried to wrap the table around a <div> tag but its doesn't work out as the scroll bar appear close to the scroll bar...
2
2428
by: Stanimir Stamenkov | last post by:
I'm trying to clear some sizing issues relative to the initial containing block and the root document element. The sample document I'm trying with: http://stanio.info/viewport_fill.html Basically, for some tests I want to specify the height of an example DIV element inside the BODY using percentages of the viewport height. For this to work the BODY container should fill the viewport height where I'm using:
2
3338
by: Gene Hubert | last post by:
I'm assigning a new datasource (a datatable) to a datagrid that is aready displayed in a form. Then I assign a new value to CurrentRowIndex. The datagrid always scrolls so that the new current row is visible. However, the vertical scrollbar does not always adjust accordingly. Upon the first instance of assigning a new datasource and setting the currentrowindex to the _last_ record, the part of the vertical scrollbar that can be...
0
1761
by: billy_cormic | last post by:
Hello, I am currently using Visual Studio 2005 for a project and I am attempting to employing the new treeview control using VB.net. I have placed the treeview on top of a panel and have enabled vertical scrolling on the panel. The problem is that when I scroll down towards the bottom of the treeview and click on one of the nodes the scroll bar jumps back to the top. Is there anyway to keep the vertical scroll bar in the same position...
13
3166
by: Egil Helland | last post by:
I am trying to create a breadcrumb with both icons and text, looking like: Home > Trail > Trail Now, how on earth do I get the images and text to vertically align so that the vertical center of the text is identical to the vertical center of the images, with margins top and bottom as well as borders top and bottom? And retain cross-browser compability?
2
2984
by: P2P | last post by:
Hi I am wondering if someone know of a free cross-browsers vertical scrolling script that - is cross cross-browsers - will call the scrolling content from an external html page or from a url page
2
2350
by: Sean Liming \(MVP\) | last post by:
I have a communication program using the SerialPort control. The application performs the serial read in sPort_DataReceived thread and data is displayed in a RichTextBox using the callback/invoke routine. The Vertical control scroll bar is enabled so the user can scroll up and down to see the data that has scrolled. As data is comming, the Vertical scroll bar jumps to the top. I would like to see the Vertical scroll bar position itself...
4
22142
by: Matthew Cox | last post by:
Hi, I've been searching the net all day today trying to figure out how one would accomplish what I originally thought would be a fairly straight forward and simple thing. The problem I'm trying to solve is that the designer would like to limit the total number of entires shown when you click on the drop-down arrow of a select box. I'm starting to think that this isn't possible. I've tried the following with no luck:
8
3558
by: ayamopamo | last post by:
Hi- I am trying to center a web page. It seems like this should be very simple to do, but apparently it isn't my day. I have successfully centered the background by calling it in the css body tag: body { font-family: Trebuchet MS, Arial; cursor : default; background:#000000 url("Images/long-template.jpg"); background-repeat:no-repeat; background-position: center; background-attachment:scroll; height: 1228px;
0
9724
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9604
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,...
0
10379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10394
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
9201
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
7665
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
6882
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5552
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
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.