473,794 Members | 2,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Header And Combo Box

2 New Member
Hi,

I have created a table, which has a stable header and a scroller for data. One of my data field has a combo box... Everything works fine but the combo moves over the header when scrolled...

Can anyone help me out?

The code is...

<HTML>
<DIV style="width: 180 px;height:200 px;overflow:scr oll">
<TABLE style="border: #003399 1px solid;backgroun d-color: #003399">
<tr style="position :relative;top: expression(igno reme=this.offse tParent.scrollT op-3);background-color: #003399;font-family:

Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";font-size: 8pt;font-weight: bold;color: #ffffff;height: 24px;">
<td align="center"> Name</td>
<td align="center"> Age</td>
<td align="center"> Location</td>
</TR>
<tr style="color: #000000;backgro und-color: #e4e4d7;font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New

Roman";font-size: 8pt;font-weight: normal;height: 20px">
<td align="center"> abc</td>
<td align="center"> 12</td>
<TD width = "30%">
<SELECT Name ="hi">
<OPTION SELECTED value = 23>
</OPTION>
</SELECT>
</TD>
</tr>
<tr style="color: #000000; background-color: #f4f4e7; font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";

font-size: 8pt; font-weight: normal; height: 20px">
<td align="center"> def</td>
<td align="center"> 13</td>
<td align="center"> loc2</td>
</tr>
<tr style="color: #000000;backgro und-color: #e4e4d7;font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New

Roman";font-size: 8pt;font-weight: normal;height: 20px">
<td align="center"> ghi</td>
<td align="center"> 13</td>
<td align="center"> loc3</td>
</tr>
<tr style="color: #000000; background-color: #f4f4e7; font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";

font-size: 8pt; font-weight: normal; height: 20px">
<td align="center"> jkl</td>
<td align="center"> 14</td>
<td align="center"> loc4</td>
</tr>
<tr style="color: #000000;backgro und-color: #e4e4d7;font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New

Roman";font-size: 8pt;font-weight: normal;height: 20px">
<td align="center"> mno</td>
<td align="center"> 15</td>
<td align="center"> loc5</td>
</tr>
<tr style="color: #000000; background-color: #f4f4e7; font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";

font-size: 8pt; font-weight: normal; height: 20px">
<td align="center"> pqr</td>
<td align="center"> 16</td>
<td align="center"> loc6</td>
</tr>
<tr style="color: #000000;backgro und-color: #e4e4d7;font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New

Roman";font-size: 8pt;font-weight: normal;height: 20px">
<td align="center"> stu</td>
<td align="center"> 16</td>
<td align="center"> loc6</td>
</tr>
<tr style="color: #000000; background-color: #f4f4e7; font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";

font-size: 8pt; font-weight: normal; height: 20px">
<td align="center"> vwx</td>
<td align="center"> 17</td>
<td align="center"> loc7</td>
</tr>
<tr style="color: #000000;backgro und-color: #e4e4d7;font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New

Roman";font-size: 8pt;font-weight: normal;height: 20px">
<td align="center"> y</td>
<td align="center"> 18</td>
<td align="center"> loc8</td>
</tr>
<tr style="color: #000000; background-color: #f4f4e7; font-family: Verdana, Tahoma, Arial, "Sans Serif", "Times New Roman";

font-size: 8pt; font-weight: normal; height: 20px">
<td align="center"> z</td>
<td align="center"> 19</td>
<td align="center"> loc9</td>
</tr>

</TABLE>
</DIV>
</HTML>

Thanks,
Guitar
May 18 '07 #1
3 4301
drhowarddrfine
7,435 Recognized Expert Expert
Validate and fix your html and css errors.
May 18 '07 #2
guitar
2 New Member
Validate and fix your html and css errors.
Hi,

I dont find what the error is. Can you just tell me what to do?

Thanks,
Guitar
May 21 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
Read the article in the "Articles" section about validating.
May 21 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

3
4319
by: vgrssrtrs | last post by:
<html> <head> <script language="JavaScript"> <!-- /* *** Multiple dynamic combo boxes *** by Mirko Elviro, 9 Mar 2005 *** ***Please do not remove this comment
4
4282
by: Heather | last post by:
Hi I am desparately looking for advice in relation to storing the results after selecting items from two combo boxes on a Referral form. The first combo box 'ctl Type' displays a full list of Agency Types, then the 2nd combo box displays a list of Organisations, depending upon the Agency Type Selected. The first combo box 'ctlType' (Unbound), Row Source: to field in 'AgencyReferralType'.
2
2184
by: Jeff Mason | last post by:
I'm observing some strange behavior when I use a bound combo box in conjunction with the combo's anchor property. I define a form which contains just a textbox and a combo box. The text box is placed before the combo in taborder, and is there only so the focus will go someplace other than the combo box when the form is displayed. In the form load event, I have the following code to create an arraylist and bind the combo to it: Dim a As...
9
6769
by: Edwinah63 | last post by:
Hi everyone, Please let there be someone out there who can help. I have two BOUND combo boxes on a continuous form, the second being dependent on the first. I have no problem getting the second combo to change depending on what values the user selects in the first box, it's just that every time the user changes the first combobox, the second combobox FOR EVERY RECORD goes blank.
2
2452
by: kiranmn75 | last post by:
I want to dynamically populate a combo box through javascript. Data is coming from a array. Sometimes data list may contain items in excess of 2000. Explorer takes more than 5 seconds to populate the combo (for a list of 2500). Can anybody optimize the code. I tried Duffs devise instead of 'for loop', but no improvement.
16
2090
by: wdh3rd | last post by:
Hi everyone. I'm new to C and I have a few questions: I am making files for permutations and combinations. Files to be made are perm.c, perm.h, combo.c, and combo.h. Since both combinations and permutations use factorial to solve their problems, factorial is supposed to be in both perm.c and combo.c, and declared private. (1) You wouldn't ever put a prototype in a header if that function was
6
3684
by: Dave | last post by:
I want to put the information that the user selects in my combo boxes into a subform that lies on the same form as the combo boxes. Thanks for your help already, Dave
2
7049
by: biganthony via AccessMonster.com | last post by:
Hi, I decided to install Office 2003 Service Pack 3 on my home computer to test (in full knowledge that there may be some issues with it). After installation, I have noticed that with a small database I wrote for home, the combo boxes and listboxes no longer display the bound column. For example, on a form I have a combo box based on a table called 'names'. The two columns in the combo box are ID and Surname. The combo box and list box...
0
9671
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
10433
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...
0
10212
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...
0
9035
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
7538
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
5436
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...
1
4112
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
3720
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2919
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.