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

This example shows what I am trying to do: http://jsfiddle.net/Dqjvy/ I would like it
In this example, http://jsfiddle.net/mnXH9/ , the height of the content-display element and the height
I'm having trouble targetting just the first letter in this example here: http://jsfiddle.net/gB94x/ Obviously
Why in this example http://jsfiddle.net/JksKx/8/ div lost cursor when i write text? How to
In this example http://jsfiddle.net/aNmvc/15/ the red ribbon should touch the the edges of div
example: http://jsfiddle.net/kuTLf/ code looks like this: <div id=main> <div id=slideshow class=pics> <div id=nav></div> <img
This example working great because here containment is body http://jsfiddle.net/roXon/hMmbK/2/ when i use container
Ok, I'm very simply trying to take this example... http://jsfiddle.net/shanabus/HGF59/ and put it on
You can see the example here: http://jsfiddle.net/8EHED/8/ This is a tricky problem because I
From this example http://www.senchafiddle.com/#dPZn0 This displays a first panel, then a second one... using

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.