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

  • Home
  • SEARCH
  • 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 9034959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T08:37:52+00:00 2026-06-16T08:37:52+00:00

I have this image that I would like use as a border. There are

  • 0

I have this image that I would like use as a border.

There are 3 inline columns and there will be 2 of these images that separate the center column from the right and left columns.

I can use the css border property but it doesn’t look right as the border passes the image on the top, bottom and through the center. Can this be done and if so, how can I do it?

The thing to keep in mind is that if the center columns grows, the image will need to grow in height with it. I want to stay away from setting a height on the page.

EDIT:

Is there a way to get these borders to grow in height if either the side columns or center columns grow?

enter image description here

<style>
#col1{
display:inline;
float:left;
width:100px;
border:1px solid
}

#col2{
display:inline;
float:left;
width:300px;
border:1px solid
}

#col3{
display:inline;
float:left;
width:100px;
border:1px solid
}
</style>

<div id="col1">1</div>
<div id="col2">2</div>
<div id="col3">3</div>

Where you see the borders now, they should be replaced with this image but the image should grow with the tallest column, whichever one that may be.

  • 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-16T08:37:53+00:00Added an answer on June 16, 2026 at 8:37 am

    To use an image border:

    img {border-left: 1px solid #ccc;}
    /* assuming that the image is right and you need a border to the left. */
    

    From the comments, tried this…

    HTML

    <div class="wrap">
        <div class="left"><textarea></textarea></div>
        <div class="right">
            <img src="http://i.imgur.com/Dhu0f.jpg" alt="grow" />
        </div>
    </div>​
    

    CSS

    .wrap {overflow: hidden; height: auto;}
    .left, .right {float: left; height: 100%;}
    .right img {height: 100%; width: auto;}​
    

    Fiddle: http://jsfiddle.net/N2bVR/


    Update:

    The best option for your question would be, running the border image as a background image to the body and give a repetition on y axis.

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

Sidebar

Related Questions

I would like to have an AppWidget that designed like this one . Image:
I have a CSS entry that looks like this: .header { background-image: url(./images/embouchure.jpg); background-repeat:
I have a directory with hundreds of images that I would like to use
I have image map that can I move, but this map will be so
I have a php script that randomly generates an image. Something like this: <?php
I have some HTML that looks like the following: http://jsfiddle.net/KbqHa/ I would like this
I have this background image that is 175x175 but I am trying to make
I have this JPEG image , that opens fine in Picasa, Photoshop, web browser,
I have seen this effect where when mouse is over an image, that image
I have this method that changes an larger image source on click. I need

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.