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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:57:06+00:00 2026-06-01T12:57:06+00:00

I have a page like below; <style type=text/css> #div1 { height: 100px; background-color: #CCCCCC;

  • 0

I have a page like below;

<style type="text/css">
#div1 {
    height: 100px;
    background-color: #CCCCCC;
}
#div2 {
    display: inline;
    height: 48px;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
#div2 a {
    display: block;
    background-color: #FF9900;
    height: 51px;
    width: 150px;
    padding-right: 50px;
    text-decoration: none;
    word-wrap: break-word;
    white-space: normal;
}
#div2 img {
    border:0;
    float: right;
}
</style>

<div id="div1">
    <div id="div2">
        <a href="">text1 text2 text3 text4  text5 text6 text7 text8<img src="image.jpg"></a>
    </div>
</div>

What I am getting is something like this;

current

and I want this;

result

Here is the fiddle.

  • 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-01T12:57:08+00:00Added an answer on June 1, 2026 at 12:57 pm

    You need to add position: relative; to #div2 a and position: absolute; right: 0; top: 0; to #div2 img.

    See working jsFiddle:

    HTML:

    <div id="div1">
        <div id="div2">
            <a href="">text1 text2 text3 text4  text5 text6 text7 text8<img src="http://i.imgur.com/VlyB1.jpg"></a>
        </div>
    </div>​
    

    CSS:

    #div1 {
        height: 100px;
        background-color: #CCCCCC;
    }
    #div2 {
        display: inline;
        height: 48px;
        margin: 0;
        padding: 0;
        position: relative;
        white-space: nowrap;
    }
    #div2 a {
        position: relative;
        display: block;
        background-color: #FF9900;
        height: 51px;
        width: 150px;
        padding-right: 50px;
        text-decoration: none;
        word-wrap: break-word;
        white-space: normal;
    }
    #div2 img {
        border:0;
        position: absolute;
        right: 0;
        top: 0;
    }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a page like below; <style type=text/css> #test a{ display: block; width: 150px;
I have a web page with HTML as below: <head> <script type="text/javascript" src="jquery-1.5.1.js"></script> <style
i have menu structure like below, <ul> <li class=menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1406
If I have Checkboxes in page with IDs like below a_chk1, a_chk2, a_chk3, b_chk1,
I have an input control on a page like this: <input type=button causesvalidation=false runat=server
So I have a page like this you look at. On top I have
I have an Asp .net page like this simple one http://issamsoft.com/app2/page1.aspx and I want
I have a account page configured like the following; if(!isset($_SESSION[myusername])){ then show some login
I want to have on my page something like This page last refreshed on:
I have a group of radio buttons on my page like this: ALL (x)

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.