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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:58:14+00:00 2026-05-25T17:58:14+00:00

I am new to CSS and I would really like some help if possible.

  • 0

I am new to CSS and I would really like some help if possible. What I need to do is something like below:

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x                                   Line 1      Text 1 x
x                                   Line 2      Text 2 x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

The area marked in x’s is already defined as a DIV with name

<div id="hdr_sgn">
</div>

Inside that I need to create two DIV areas called hdr_msg4 and hdr_msg5. Inside each of these I need to create two lists without no list circles. Each list would have two rows and they need to be each 12px high. The two DIV areas need to be floating right and no spacing between them.

I am not sure how to set up the floating and things. Does anyone have any example they could show me?

Thanks for reading my post.

  • 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-25T17:58:15+00:00Added an answer on May 25, 2026 at 5:58 pm

    HTML

        <div id="hdr_sgn">
    <div id="hdr_msg4">
        <ul>
            <li>Line 1</li>
            <li>Line 2</li>
        </ul>
    </div>
    <div id="hdr_msg5">
        <ul>
            <li>Text 1</li>
            <li>Text 2</li>
        </ul>
    </div>
    <div class="clr"></div>
    

    CSS

        #hdr_sgn {
           width:100%;
           background-color:#eee;
        }
        #hdr_msg4, #hdr_msg5 {
           float:right;
        }
       #hdr_sgn ul {
          list-style:none;
        }
      .clr {
         clear:both;
        }
    

    Fiddle http://jsfiddle.net/EnJq8/

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

Sidebar

Related Questions

I really need some help with this. I'm 100% new to it. I need
I want to do something really simple like this: JPanel htmlPanel = new HtmlPanel(<html><body><h1>hello
I am new in CSS so please help me in this problem. I hope
I'm having a problem lining up some icons and am new enough to css
How to add new css class or id and then write properties for html
First off, I apologize if this doesn't make sense. I'm new to XHTML, CSS
New to silverlight. Traditionally if I were to design a wizard-like process where a
I'm a new poster in stackoverflow. The community seems really nice so I'll go
I have a dynamically appearing div on a page. I would like to be
My website uses a variety of technologies, such as JQuery, new CSS definitions (e.g.,

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.