Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8046841
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:55:12+00:00 2026-06-05T05:55:12+00:00

I have created a HTML page for Blackberry. I have done all right but

  • 0

I have created a HTML page for Blackberry. I have done all right but am not able to scroll any divisions using trackpad.

I am testing this in Blackberry bold.

Here is my code:

<!DOCTYPE HTML>
<html>
<head>
<meta name="HandheldFriendly" content="True" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="viewport" content="width=device-width,height=device-height,target-  densitydpi=device-dpi,user-scalable=no,initial-scale=1.0">
<title>XXXX</title>
</head>
<body class="Claimtype">
<div class="mainwrapper">
<header>
<h1>Claim Type<span></span></h1>
</header>
<article>
<div class="claimtype_content">
  <div class="claim_summary">
    <h3>
      <label>Plan No:</label>
      183245</h3>
    <h4>Health Spending account</h4>
    <h4>Health Spending account</h4>
  </div>
  <div class="claim_type_selection">
    <h3>Type of Claim</h3>
    <select name="claim_type_selection">
      <option>Select</option>
      <option>Select2</option>
      <option>Select3</option>
      <option>Select4</option>
      <option>Select5</option>
    </select>
    <div class="claimtype_desc">
        <div class="claimdescimg">
            <img src="inputUser.png" width="50" height="50">
        </div>
      <div class="claimtype_desctxt">
      <h3>Dental</h3>
          <p>The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation. The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation. The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation.</p>
      </div>
    </div>
  </div>
</div>
</article>
</div>
</body>
</html>

Here I want to scroll “claimtype_desctxt” text where I have also added overflow styles.

Can anybody help on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T05:55:13+00:00Added an answer on June 5, 2026 at 5:55 am

    Everything you need to know is summarized here:

    Using focus-based navigation

    1st- Specifying the navigation mode in the configuration file:

    <widget>
        <rim:navigation mode=�focus�/>
        <feature id="blackberry.ui.dialog" />
    </widget>
    

    2nd- Defining focusable elements, here’s the example:

    <img id="image1" src="imageb.png" x-blackberry-focusable="true" />
    

    You can also define initial focus:

    <a class="list" x-blackberry-initialFocus="true">First element</a>
    

    Here’s the complete sample code with a javascript function that changes highlight style of focused objects:

    <html>
    <head>
    
       <title>Color Input Type</title>
       <script type="text/javascript">
          function highlight(e) {
             e.setAttribute("style", "background-color: red; outline: cyan solid thick;");
          }
    
          function unhighlight(e) {
             e.setAttribute("style", "");
          }
       </script>
    </head>
    
    <body>    
       <h2>Test input type - text/password/email/search/tel/number</h2>
          <div>
             <label >Text: </label>
             <input type="text" x-blackberry-focusable="true" onmouseover="highlight(this);" 
                onmouseout="unhighlight(this);" />
          </div>
          <div>
             <label>Number: </label>
             <input type="number" x-blackberry-focusable="true" onmouseover="highlight(this);" 
                onmouseout="unhighlight(this);" />
          </div>
    </body>
    </html>
    

    I hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an HTML page. I have created a frame using background repeat function.
I have created a html page in php and upon submission i validates that
I have a query that is more complicated, but basically creates an HTML page
I have created a simple layout using the HTML div tag. I would like
I have created web pages where am using pixel to position various html elements.
I have created a simple html page to test the localstorage and for the
I have created an HTML page which uses simple CSS (no javascript) for menu
I have created a HTML document with following code.. <html> <head> <title>My Page</title> </head>
I have created an Html 5 page that provides important server-side functionality. Unfortunately, it
I have a HTML page that I have created that essentially consists of: <div>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.