 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Msleh08
Joined: 12 Feb 2008 Posts: 2
|
Posted: Tue Feb 12, 2008 8:30 am Table bottom of page & Scrolling Issue |
|
|
|
Hello. I have created table, however, the table appears at the middle of the page. I could try positioning the table, however, I know there is another way. When I write any other code I have never had this problem. Why now? My next issue I am not sure if the table is creating the problem. However, I have a highligted bar that follows up and down as the user clicks the up and down arrows on their keyboard. The problem is that the scroll of the page moves faster than the highlighted bar. Therfore, the user cannot tell what's being highlighted because the page has scrolled over it. I hope this makes sense. It's kind of hard to explain. Thank you in advance for your help.  |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8315 Location: Castle Pines North, CO USA
|
|
Msleh08
Joined: 12 Feb 2008 Posts: 2
|
Posted: Tue Feb 12, 2008 9:14 am |
|
|
|
The <head> and <table> is listed below. I hope this explains a little better. Thanks
<HEAD>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>lspec_changes</title>
<style type='text/css'>.GreenFont {font-family: 'Courier New' font-size: medium; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; color: #008000;}</style>
<style type='text/css'>.BlackFont {font-family: 'Courier New' font-size: medium; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; color: #000000;}</style>
<style type='text/css'>.GrayFont {font-family: 'Courier New' font-size: medium; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; color: #808080;}</style>
<style type='text/css'>.BlueFont {font-family: 'Courier New' font-size: medium; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; color: #0000FF;}</style>
<style type='text/css'>.RedFont {font-family: 'Courier New' font-size: medium; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; color: #FF0000;}</style>
<style type='text/css'>.WhiteHiLite {background-color: #FFFFFF;}</style>
<style type='text/css'>.YellowHiLite {background-color: #FFFF00;}</style>
<style type='text/css'>.BlueHiLite {background-color: #CCFFFF;}</style>
<style type='text/css'>.RedHiLite {background-color: #FF0000; color: #FFFFFF;}</style>
<style type='text/css'>.BigFont {font-size: Large; }</style>
<style type='text/css'>.BoldFont {font-weight: Bold; }</style>
<style type='text/css'>.SmallFont {font-weight: normal; font-size: xx-small;}</style>
<style type="text/css">
.tableExample{border-collapse: collapse; border: 0px solid black;}
.tableExample tr td{cursor:pointer; border: 0px solid black; padding: 0px;}
.odd{background-color:#F5DEB3';}
.even{background-color:#F5DEB3';}
.high{background-color:#FFFF00;font-size:medium;font-weight:bold;position:static;}
.selected{background-color:#FFFF00;font-size:medium;font-weight:bold;}//added to create table...needed to create table to create elements...used from ActiveZebra
</style> |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8315 Location: Castle Pines North, CO USA
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|