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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:26:00+00:00 2026-05-26T23:26:00+00:00

So I have a sidebar is left side ( 100px ) and then I

  • 0

So I have a sidebar is left side ( 100px ) and then I have a image on the right side. Is it posible to resize the image depending on size which has left no the right side?

For example :

<div id="sidebar"></div> 
<img src="image" alt="Work">

<style>
#sidebar {
float: left;
width: 100px;
background: red; 
height: 500px;
}
img {
float: left;
width: 80%; /* This is not working right */
}
</style>

EDIT : So example would be – If my resolution is 1000px then image size width would be 900px. And sidebar would always be on right side and it would be 100px wide.

There is fiddle link – http://jsfiddle.net/qLnZu/4/

  • 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-26T23:26:00+00:00Added an answer on May 26, 2026 at 11:26 pm

    Wrap a div around the img tag:

    <div id="sidebar">
    </div> 
    <div id="right">
       <img src="http://lorempixel.com/1000/1000/sports/" alt="Work">
    </div>
    

    And in CSS:

    #sidebar {
      float: left;
      width: 100px;
      background: red; 
      height: 500px;
    }
    
    #right {
      margin-left: 100px; //width of sidebar
    }
    
    #right img {
      width: 100%;
    }
    

    example:

    http://jsfiddle.net/qLnZu/6/

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

Sidebar

Related Questions

I have two div columns sidebar(left) and page-content(right). I toggle removing and adding 'sidebar'
I have a sidebar navigation that lists blog entry titles down the side of
I have developed a windows sidebar gadget which plays videos in a flash player,
I have a right sidebar on my page and I would like to have
I have a container element which I need to resize as its contents change.
I want to have two div's side-by-side with the left one fixed and the
I'm trying to display a sidebar on the left side of a google map.
I have a sidebar that I want to behave like it's frozen on the
I have an Outlook style app. So basically I have a sidebar on the
I am using the toggle() with jQuery and I have a sidebar on my

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.