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

  • SEARCH
  • Home
  • 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 4613496
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:33:32+00:00 2026-05-22T01:33:32+00:00

Having an issue with the following HTML: iDreamMobile // // Perform setup after the

  • 0

Having an issue with the following HTML:

iDreamMobile

//

// Perform setup after the document loads:
$(function() {

    // Add a class to caption elements:
    $('.caption').addClass('darkBlue');

    // Generate tabs:
    $('#content').tabs();

    // Add a click event to the message button:
    $('#messageButton').click(showHideMessage);

    // Initially hide the message:
    $('#message').hide();


});

// This function is called when the button is clicked.
function showHideMessage(e) {
    $('#message').toggle('slow');
}


// ]]>
</script>
<link rel="stylesheet" href="assets/jquery.tabs.css" type="text/css" media="print, projection, screen" />

<style type="text/css">
    #messageButton {
    font-size: small;
    color: #DDDDDD;
    background-color: #333333;
    width: 100%;
    }

    .darkBlue {
    color: #27537a;
    }

    div#home {
    color: #a3a3a3;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    }

    div#home a {
    color: #a3a3a3;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    }

    div#idb a {
    opacity: 0.8;
    position: relative;
    bottom: 64px;
    }

</style>

<div id="content">
<ul>
    <li><a href="#home"><span style="font-family:helvetica; font-weight: bold; font-size:12px; color:#DD44DD;">Home</span></a></li>
    <li><a href="#a"><span style="font-family:helvetica; font-weight: bold; font-size:12px; color:#3333BB;">iDB</span></a></li>
    <li><a href="#b"><span style="font-family:helvetica; font-weight: bold; font-size:12px; color:#33DD99;">iDT</span></a></li>
    <li><a href="#c"><span style="font-family:helvetica; font-weight: bold; font-size:12px; color:#B0FF5E;">iDV</span></a></li>
    <li><a href="#d"><span style="font-family:helvetica; font-weight: bold; font-size:12px; color:#FFCC66;">iDS</span></a></li>
</ul>
<div id="home" align="center" style="font-family:helvetica; font-weight: bold; font-size:12px; color: #a3a3a3; text-align: center; text-decoration: none;">
    <table width="100%" cellpadding="20" cellspacing="20">
    <tr>
    <td>
    <div id="link_to_a" style="font-family:helvetica; font-weight: bold; font-size:12px; color: #a3a3a3; text-align: center; text-decoration: none;">
    <a href="#a"><img src="assets/a_btn_57.png" /><br />Page A</a>
    </div>
    </td>
    <td>
    <div id="link_to_b" style="font-family:helvetica; font-weight: bold; font-size:12px; color: #a3a3a3; text-align: center; text-decoration: none;">
    <a href="#b"><img src="assets/b_btn_57.png" /><br />Page B</a>
    </div>
    </td>
    </tr>
    <tr>
    <td>
    <div id="link_to_c" style="font-family:helvetica; font-weight: bold; font-size:12px; color: #a3a3a3; text-align: center; text-decoration: none;">
    <a href="#c"><img src="assets/c_btn_57.png" /><br />Page C</a>
    </div>
    </td>
    <td>
    <div id="link_to_d" style="font-family:helvetica; font-weight: bold; font-size:12px; color: #a3a3a3; text-align: center; text-decoration: none;">
    <a href="#d"><img src="assets/d_btn_57.png" /><br />Page D</a>
    </div>
    </td>
    </tr>
    </table>
</div>
    <div id="a" align="center">
        <img src="assets/slide_image.png"><br />
        <a href="#"><img src="assets/add_image_48.png" /></a>&nbsp;&nbsp;
        <a href="#"><img src="assets/add_music_48.png" /></a>&nbsp;&nbsp;
        <a href="#"><img src="assets/add_note_48.png" /></a>
    </div>
    <div id="b" align="center">
        <table style="font-family:helvetica; font-size:12px;" cellspacing="5px" cellpadding="5px">
        <tr style="font-weight:bold;">
        <td>Task</td>
        <td>Due Date</td>
        <td>Notes</td>
        </tr>
        <tr>
        <td>placeholder</td>
        <td>placeholder</td>
        <td>placeholder</td>
        </tr>
        </table>
    </div>
    <div id="c" align="center">
    <iframe src="flash_video.swf" frameborder="0" width="320px" height="240px"> </iframe>
    </div>
    <div id="d">
        <div id="ds_postTo" align="center" style="font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:18px;">Share your content on:</div>

various social networking links

Or log into our own social network.

Menu
This is the options menu.

The links in the top list work flawlessly for getting to the contents of DIVs a thru d, but the links inside of the “link_to_a” thru “link_to_d” are not working…

I’m probably doing something dumb here – any pointers?

  • 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-05-22T01:33:34+00:00Added an answer on May 22, 2026 at 1:33 am

    Your code is fine, except that some tags are not closed.

    The W3C validator will help you to debug it: http://validator.w3.org/#validate_by_input

    Also these links are supposed to scroll your page to certain divs (right?). So you will see the effect only if you reduce your browser window.

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

Sidebar

Related Questions

I am using the following jQuery plug-in, i.e: http://flowplayer.org/tools/scrollable.html The issue I am having
I am having an issue with parsing the following website: http://www.x-rates.com/d/USD/table.html I am very,
I am having following issue with reading binary file in C. I have read
I'm having the following issue in a WinForms app. I'm trying to implement Hotkeys
I'm having an issue with the following code: private void DataPortal_Fetch(TaskCriteria criteria) { using
I'm designing a mySQL DB and I'm having the following issue: Say I have
Ok. I'm having an issue with the following bit of code: StreamReader arrComputer =
i'm having an issue understanding why the following works: void doubleAddr(double* source, double** dest)
I'm having an issue with rails involving javascript. Basically, I have the following code:
I am having time out issue in WCF. The following is the error: {The

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.