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 8506933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:43:40+00:00 2026-06-11T02:43:40+00:00

I am trying to relocate a div – the expandable panel with the header

  • 0

I am trying to relocate a div – the expandable panel with the header ‘Why Bother’, so it appears where you see it now in the display (at the bottom). But in the HTML, I want it to appear at the top of the 8 panels.

(These panels are located all down the RH side of the content area. And I am doing this to retain the current sites SEO, which is where the guy who I am building this for makes 99% of his money).

http://dev.assessmentday.co.uk/index.htm

I have tried using bottom:0; but this will not work with the expandable panels. Is there a way to do this using CSS or JS?

  • 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-11T02:43:42+00:00Added an answer on June 11, 2026 at 2:43 am

    If you you want it to appear at the top for SEO reasons, then you are going to have to move it to the top in your HTML code. Moving it after the DOM loads (with either JS or CSS) will have no effect on it’s SEO, as the SEO spiders will read the DOM the way it appears in the original HTML.

    Once you have moved it to the top, you can then move it to the bottom using javascript, so that it appears to be at the bottom.

    Assuming it is the first div element in <div class="contentLeft" with the class dropdownPanel , You could use the following jQuery:

    $(document).ready(function(){
        $('div.dropdownPanel:first').appendTo('#content div.contentLeft');
    });
    

    Here is a working example:

    http://jsbin.com/ezizix/1/edit

    I noticed on your site you have the $ shortcut for jQuery disabled, so be sure to replace it with jQuery:

    jQuery('div.dropdownPanel:first').appendTo('#content div.contentLeft');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to load a page fragment, or at least jump to a div but
trying to get my first HTML/CSS uni assignment sorted but have become a bit
I'm trying to use the Vertex shader to relocate particles(stored in a texture) which
Trying to find some information on this but am unable to get any results
Trying to execute a Powershell cmdlet from a MVC 3 Controller using impersonation but
I have recently moved the SVN server and now i am tring to relocate
Trying to display a message if no results found in the search query. Here
trying to do below, but don't know enough about reflection obviously. Example of what
Trying to dump the schema for an existing MySQL database. Appears the best way
Trying to get integer part of float.MaxValue but it is throwing error? long l

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.