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

Home Posts Topics Members FAQ

Vertical scroll bar in a table <TD> possible ?

As a mean of not having to use Framesets/Frames with all the bad side
effects/workarounds that come with them, I want to know if it is
possible to code a scrolling veritcal bar into a table <TD> ?

If so, how ?

I am coding my client's WEB site in ASP.
Jul 19 '05 #1
4 3569
look at the SPAN tag, iirc you can set this to scroll.
It's most likely only an IE thing. Either way though, it's a clientside
issue really.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"A Web Master" <fo***********@ hotmail.com> wrote in message
news:d2******** *************** ***@posting.goo gle.com...
As a mean of not having to use Framesets/Frames with all the bad side
effects/workarounds that come with them, I want to know if it is
possible to code a scrolling veritcal bar into a table <TD> ?

If so, how ?

I am coding my client's WEB site in ASP.

Jul 19 '05 #2
A Web Master wrote:
As a mean of not having to use Framesets/Frames with all the bad side
effects/workarounds that come with them, I want to know if it is
possible to code a scrolling veritcal bar into a table <TD> ?

If so, how ?

I am coding my client's WEB site in ASP.


Here is an example of one way to do it:
http://www.google.com/groups?hl=en&l...r%3D%26hl%3Den

This is an HTML/DHTML issue, so I have set followups to
microsoft.publi c.windows.inete xplorer.ie5.pro gramming.dhtml

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #3
Thx but does this apply to Netscape 4.x/6.x 4.x/5.x/6.x too ?

My client's web site have visitors using Netscape and IE

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #4
A. Webmaster wrote:
Thx but does this apply to Netscape 4.x/6.x 4.x/5.x/6.x too ?

My client's web site have visitors using Netscape and IE


I don't know. Dave Anderson suggested there might be a problem in
microsoft.publi c.windows.inete xplorer.ie5.pro gramming.dhtml. I've asked him
what would need to change to make it more compliant.

Now, to anyone who can answer this:
in my previous reply, I set followups to
microsoft.publi c.windows.inete xplorer.ie5.pro gramming.dhtml. I was surprised
to se A.'s reply still appearing in this asp group. Does anyone know why? I
was under the impression that setting followups would cause replies to be
redirected to the appropriate newsgroup.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #5

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

Similar topics

0
689
by: Matt Adams | last post by:
I want to move the following <PRE> defintion to a css file: <TABLE><TR><TD><PRE>sample text</PRE></TD> <TD> not predefined font</TD></TR></TABLE> should be <TABLE><TR><TD class=aaa>sample text</TD> <TD> not predefined font</TD></TR></TABLE>
2
5760
by: bissatch | last post by:
Hi, I am trying to use JavaScript to write a table column on a web page. The code is as follows: <html> <head> <script> function displaycount() {
4
4062
by: dropdeadster | last post by:
Trying to line up a tic-tac-toe board type grid of images using style= tags to <img inside a table TD but it's not working, I get more like a set of steps, can I get an explanation of what's wrong with this and how to do it correctly?: <table border="1"> <tr> <td valign="top" align="left">
4
17573
by: Jason | last post by:
Is that possible? How? <td > <asp:Label ID="StartDateLabel" runat="server" Text="Start Date:"> <asp:imagebutton ID="Imagebutton1" width=18 Height=18 CommandName=SetDate imageUrl="../cal.jpg" runat=server /> </asp:Label> </td> <td >
1
15926
nirmalsingh
by: nirmalsingh | last post by:
how to place controls inside table? i wrote code like <td align=left valign=middle class=formleftheading><inptut type=text value= " + hai" ></td> but it does'nt works
1
2430
by: munnaj | last post by:
hai all, Help me with a style code for firefox. Below is the code which is working fine in IE. But does not work well in firefox. I have also tried with another class for firefox that too not working. Do help me..... <td width='75%' align='left' valign='top' style='width:700px;word-wrap:break-word'><p align='justify'>$Description</p></td>"
4
5277
by: harryusa | last post by:
I am trying to center 2 images concentrically which are z-indexed to lay on top of each other making an image with a border from another image that has a transparent center. I need the images to be horizonally and vertically centered within a <TD> </TD> area. No matter what I do the two image just present one above the other, albeit centered, NOT on top of each other. I originally did the entire page layout in TABLES until I found out I.E. 7...
6
7970
tusovka
by: tusovka | last post by:
I have a table with 6 columns ------------------------------------------------------------- | Line | One | Two | Three | Four | Five | ------------------------------------------------------------- | 1 | a | Two | Three | Four | Five | ------------------------------------------------------------- | 2 | b | Two | Three | Four | Five |...
4
3607
by: ismailc | last post by:
Good day, RamananKalirajan helped me with a great script to do a popup div. The problem i now have is that the popup div within the div does not like any table><tr><td>, so itried using <div> in place of tr but not working to create nicely div, What can i use? all the bold text are the problem areas. <div id="light" class="white_content"> <div class="bgErrorMessage">
0
8259
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
8696
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8358
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
8502
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7188
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
6119
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
5571
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();...
1
2621
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
1504
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.