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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:56:17+00:00 2026-06-05T18:56:17+00:00

I have a div with some content that has a negative position relative. I

  • 0

I have a div with some content that has a negative position relative. I want the span’s to appear above its container in the x-axis, but overflow-y is clipping my text. I need it to have a vertical scroller.

I don’t want an horizontal scroll.
I want a vertical scroll.
The text should appear above the container.

How Can I do that?

<div id="test">
    <span class="row"> Text Text Text </span>   
    <span class="row"> Text Text Text </span>  
    <span class="row"> Text Text Text </span>   
</div>​


#test {
    height:100px;
    width:100px;
    clip: rect(auto,auto,auto,auto);
    overflow-y: auto;
}
.row {
    position:relative;
    left:-11px;
    display: block;
}​

http://jsfiddle.net/jZrER/ . Try removing overflow-y to see what happens.
I need something like this: http://jsfiddle.net/e7MXD/ but with vertical scroll.

This is what I am trying to accomplish:
The blue part is vertical scroller (I have no time to draw it).

enter image description here

  • 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-05T18:56:19+00:00Added an answer on June 5, 2026 at 6:56 pm

    I hope someone proves me wrong on this. I don’t think it’s possibly using overflow in css. I used overflow-x:visible;, and it seems the scroll bar has a built in crop function (after all, you wouldn’t want content going over/under the scrollbar). There might be a clever way to replicate it however.

    Edit: My ‘proof’ of this is if you put

    overflow-x: visible; !important
    overflow-y: auto;
    

    it won’t add scrolls, but if you remove !important it does.

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

Sidebar

Related Questions

I have a div with some inner content that I need to have an
I have some HTML that looks like this: <div class=product> Content In Here <div
I have a div with float:right (no position property declared). This div has some
I have a div (sub area of page with scroll bar) that has some
I have a container div that has the height of my body which is
I have a div which has 14 child divs with some content. Now what
I have a jQuery ajax function that loads some content into a div, some
I have some tabular content that is held within a div thus.. <div class=someDiv>
I need some jQuery ajax help. I currently have a main content div that
I have a site I am designing that has some nested DIV elements that

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.