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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:17:56+00:00 2026-05-29T11:17:56+00:00

In this example http://jsfiddle.net/czwsK/ how would I align the text hello to be 10%

  • 0

In this example http://jsfiddle.net/czwsK/ how would I align the text “hello” to be 10% of the height of the box from the top? eg the first inline block would be 20px from the top.

  • 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-29T11:17:56+00:00Added an answer on May 29, 2026 at 11:17 am

    This JSFiddle demonstrates what you need to do. As Diodeus recommends, you shouldn’t use a percentage, however if you want to, wrap your elements in a container div and give that div the height you want, then you can use percentages with vertical-align: top on the text div.

    HTML:

    <html>
        <body>
            <div class="container">
                <div class="text">hello</div>
                <div style="display:inline-block; height:100%; width:200px; border: 1px solid black"></div>
            </div>
        </body>
    </html>
    

    CSS:

    div.container {
        height: 200px;
    }
    
    div.text { display: inline-block;
        vertical-align: top;
        margin-top: 10%;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/yxhzU/1042/ I'm trying to modify this example so that within the top carousel you
Why in this example http://jsfiddle.net/JksKx/8/ div lost cursor when i write text? How to
im following this example http://jsfiddle.net/rniemeyer/badZb/ . I just copy and paste the exact code
I have seen this example: http://jsfiddle.net/UwEe2/306/ that is implemented with scrollleft . Now I
Here's my jsfiddle example: http://jsfiddle.net/7PqqT/ Update: This is my work around solution: http://jsfiddle.net/7PqqT/1/ However
I would like to make use of embedded base64 images in ie7. Example: http://jsfiddle.net/mfPnK/
please see this example http://jsfiddle.net/7trcV/ what I'm trying to achieve is ability to put
Based in this example http://jsfiddle.net/Nb3uW/30/ how can make it to show each link the
I have this example http://jsfiddle.net/HnfCU/ I use jQuery to show and hide the .child
I think this example speaks for itself: http://jsfiddle.net/FLRka/1/ The expected result for me is

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.