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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:36:06+00:00 2026-05-27T21:36:06+00:00

I am creating a news page and the article is sitting over an image

  • 0

I am creating a news page and the article is sitting over an image in an overlay box. I have multiple news items bring printed on a page which are working with a scoller.

The bit i am interested in centering is the figcaption.

        <section>
            <h2>{title}</h2>
            <figure>
                <img src="{news_image}" alt="{title}" width="718" />
                <figcaption>
                    {article}
                    <a href="#close" class="btn-close">X</a>
                </figcaption>
            </figure>
        </section> 
        <section>
            <h2>{title}</h2>
            <figure>
                <img src="{news_image}" alt="{title}" width="718" />
                <figcaption>
                    {article}
                    <a href="#close" class="btn-close">X</a>
                </figcaption>
            </figure>
        </section> e.t.c

I want to get the height of each img within the figure as well as the height of each figcaption so that i can centre it perfectly over the image.

With one element i can imagine it being quite easy but the confusion for me is how to get Jquery to add the correct values for each.

Any ideas?

  • 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-27T21:36:06+00:00Added an answer on May 27, 2026 at 9:36 pm

    You should be able to do this simply by iterating over each section:

    $('section').each(function(){
        var imgHeight = $(this).find('img').height();
        var captionHeight = $(this).find('figcaption').height();
        {position caption here}
    });
    

    That should allow you to grab the height of each image and each caption in each section.

    jsFiddle here: http://jsfiddle.net/nQCUr/1/

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

Sidebar

Related Questions

I m creating a news page. I have News Model and News have a
I am creating a web app that accepts input of news items (title, article,
I'm creating pagging for some data. For example, I have a page: http://example.com/news.php?type=bla&smth=bla There
I am new to CSS and have a small problem.I am creating a news
I currently have a Content Type called News which is very simple (No custom
I have a news form on my website. After creating this news message I
I am creating a jsp page where a single news item is shown, just
I am creating a news app which contains a 'share news' button. Currently this
I am currently in the process of creating a new news/publishing site on the
I'm creating an archive of news articles in a sharepoint publishing site. users can

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.