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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:39:02+00:00 2026-05-27T06:39:02+00:00

Possible Duplicate: css vertical centering I’m trying to get text centered in a vertical

  • 0

Possible Duplicate:
css vertical centering

I’m trying to get text centered in a vertical tab on the side of the screen. So far I have the following CSS and HTML:

CSS

body
{
    font-family: Arial;
}
.panel
{
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: -300px;
    width: 299px;
    border-right: 1px solid black;
}

.tab
{
    position: absolute;
    top: 10px;
    width: 16px;
    right: -16px;
    height: 75px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    cursor: default;
}

.tab div 
{
    position: relative;
    display: block;
    left: 1px;
    width: 75px;
    height: 15px;
    font-size: 14px;
    font-weight:normal;
    line-height: 15px;
    text-align: center;
    -moz-transform:rotate(-270deg); 
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

HTML

<div class="panel">
    <div id="pnlStack" class="tab"><div>Name</div></div>
</div>

Everything look great in IE8 but in all other browsers I’ve tried (FF, Opera, Chrome) the text is not centered in the tab. how can I fix this so it works correctly?

  • 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-27T06:39:03+00:00Added an answer on May 27, 2026 at 6:39 am

    You need to make sure the left bottom of the word div is lined up with the top left of the panel. See http://jsfiddle.net/8gU8z/4/ I added a top: -15px equal to height of your div.

    To target IE and “reverse” this, use conditional commented css like http://jsfiddle.net/8gU8z/9/, though probably in your IE style sheet (if you have one).

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

Sidebar

Related Questions

Possible Duplicate: How do I get this CSS text-decoration issue to work? I'm using
Possible Duplicate: How do I get this CSS text-decoration override to work? Take a
Possible Duplicate: css rule to disable text selection highlighting On my homepage i have
Possible Duplicate: Avoiding repeated constants in CSS We have some theme colors that are
Possible Duplicate: Css z-index problem I have an issue where one image is infront
Possible Duplicate: 3 and 2 column full screen (width & height) layouts (CSS) What
Possible Duplicate: CSS Drop Down Menu I am trying to create a drop down
Possible Duplicate: Any recommendations for a CSS minifier? I have a CSS file which
Possible Duplicate: What's The Best Way of Centering a Div Vertically with CSS .title_text_only{
Possible Duplicate: CSS - Equal Height Columns? I have 3 divs. Like this: <div

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.