User Profile

Collapse

Profile Sidebar

Collapse
Msleh08
Msleh08
Last Activity: Mar 27 '08, 01:29 PM
Joined: Feb 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Msleh08
    replied to Page Scroll Jerking - Can you help me?
    Hi. Thanks for responding. I had the same problem too at first. I tested the code in IE. You must have ActiveX controls enabled...than the code should work. Thanks again for your help and sorry for the mishap....
    See more | Go to post

    Leave a comment:


  • Msleh08
    started a topic Page Scroll Jerking - Can you help me?

    Page Scroll Jerking - Can you help me?

    Hello. The code below shows a basic html text file with a highlighted bar that scrolls over each <tr> using your up/down arrow. If you notice, when you scroll using your up/down arrow the page jerks. How would I remove the jerking? Also, when the highlighted bar reaches close to the bottom it shows a few lines that are to come. Is there a way in Javascript that I show more lines after the higlighted bar? Thank you in advance for your help....
    See more | Go to post

  • Msleh08
    started a topic Scroll Jerking - smoothScroll?
    in Java

    Scroll Jerking - smoothScroll?

    Hello. I have slight issue. I have been just seeing what java can do. The code below shows a basic html text file with a highlighted bar that scrolls over each <tr>. If you notice, when you scroll using your up/down arrow the page jerks. Would I remove this jerking by applying smoothScroll? Thank you in advance for your help.

    Code:
    <Head>
    <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
    ...
    See more | Go to post

  • Msleh08
    replied to Scrolling Issue
    Instead of using a table, do you think I can solve this problem using a Grid instead?
    See more | Go to post

    Leave a comment:


  • Msleh08
    replied to Scrolling Issue
    Below is code... Thanks for your help.


    [HTML]<HTML>
    <Head>
    <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>

    <style type="text/css">
    .tableExample{b order-collapse: collapse; border: 0px solid black;}//code helped by unknown source on codingforums.co m
    .tableExample tr td{cursor:point er; border: 0px solid black; padding: 0px;}...
    See more | Go to post
    Last edited by gits; Feb 15 '08, 02:56 PM. Reason: added code tags

    Leave a comment:


  • Msleh08
    started a topic Scrolling Issue

    Scrolling Issue

    Hello. I created this program that highlights each line of text as the user scrolls up and down using arrow keys. Only problem is when the users scrolls down and up the page scrolls too fast to see the highligted line. Would I have to use a Screen Object to stop this problem. Thanks in advance for your help.
    See more | Go to post

  • Msleh08
    replied to Table and Scrolling Issues
    Thanks for your response. I have 16 pages of code. Is there any section in particular you want to see?...
    See more | Go to post

    Leave a comment:


  • Msleh08
    started a topic Table and Scrolling Issues

    Table and Scrolling Issues

    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...
    See more | Go to post
No activity results to display
Show More
Working...