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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:19:57+00:00 2026-05-24T05:19:57+00:00

I have a product template that looks like this: The html for it is:

  • 0

I have a product template that looks like this:
enter image description here

The html for it is:

                <div id="product">

            <div id="cont">
            <div class="productPictures">
                          <a 
               href="images/spalt_images/body_images/525a.JPG"
               target="_blank"
              >
              <img src="images/spalt_images/body_images/525a.JPG" 
              width="180"
              height="139.52153110048"
               alt="front image" class="productImage"/> 
               </a>
                          <a 
               href="images/spalt_images/body_images/525a.JPG"
               target="_blank"
              >
              <img src="images/spalt_images/body_images/525a.JPG" 
              width="180"
              height="139.52153110048"
               alt="front image" class="productImage"/> 
               </a>

                        </div>
            <div class="productNumber"> #123            </div>
            <div class="productDesc">
            <table>
    <col id="col1" />
    <col id="col2" />
    <tbody>
            <tr>

            <td> Body Type: </td>
            <td> Stratocaster            </td>
        </tr>
                <tr>
            <td> Body Wood Type: </td>
            <td> Walnut            </td>

        </tr>
                <tr>
            <td> Weight: </td>
            <td> 12.7 lbs            </td>
        </tr>
                <tr>
            <td> Thickness: </td>

            <td> 1 inch            </td>
        </tr>
                <tr>
            <td> Routing: </td>
            <td> Standard            </td>
        </tr>


    </tbody>
</table>
                &nbsp;<div class="productPrice">
                $456.00
                </div>
</div>
            </div>
</div>

        </div>
      </div>   

and the css:

#product {
    background-position: left top;
    border: 2px solid #2D0000;
    background-color: #42533E;
    width: 650px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px

}
.productNumber {
    padding: 4px;
    font-size: 35px;
    color: #C9E0D0;
    float: right;
    text-shadow: 2px 2px 3px #252525;
}
.productPictures
{
    float: left;
    padding: 0px;
    margin: 5px 0px 10px 0px;
    width: 200px;
}
.productDesc{
    padding: 5px 10px 5px 5px;
    color: #FFFFFF;
    font-size: large;
    float: left;
    width: 400px;
    height: 100%;
}
.productPrice {
    font-size: 25px;
    color: #F4D582;
    text-align: right;
    font-weight: bold;
    text-shadow: 2px 2px 3px #252525;
}
.productImage {
    border: 2px solid #20281E;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

#col1{
    width: 40%;
}
#col2{
    width: 60%;
}
table{
    width: 100%;
}

So what I would want is for the product description div to end up at the bottom so that the price would also end up at the bottom. I tried to set height to 100% but this did not have any effect.

Thanks

  • 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-24T05:19:57+00:00Added an answer on May 24, 2026 at 5:19 am

    And here is a working example.

    relevant code:

    #product {
        ...
        position:relative;
    }
    
    .productDesc{
        ...
        position:absolute;
        bottom:0px;
        right:0px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ajax request that looks like this, $(#frmProducts).submit(function(){ var dataSet = $(#frmProducts).serialize();
I have an xml file that looks like this: <args> <sometag value=abc /> <anothertag
On a Wordpress site, in a product template, I have a section that shows
I've noticed that the default Django's datetime as a string looks like this (from
Hi I have this code in my view.. <%=Html.DropDownList(ProductTemplate,new SelectList(Model.ProductTemplate,Value,Text))%> I know if this
I have a product idea that requires integration into the Microsoft Office suite. Are
I have a product registration form that allows the user to add additional product
I have a product setup executable that copies some files to the user's hard
I have a partial that I'd like to use in a layout but when
I've got wads of autogenerated HTML doing stupid things like this: <p>Hey it's <em>italic</em><em>italic</em>!</p>

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.