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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:43:37+00:00 2026-05-29T07:43:37+00:00

I have some padding and margin errors in firefox that I haven’t figured out

  • 0

I have some padding and margin “errors” in firefox that I haven’t figured out yet.
This is the test page where the screw-ups are happening.

This is the code for the HTML/CSS for the black caption box:

        #caption{
        position:relative;
        display:block;
        margin: -4px 0 0 0;
        width: 650px;
        height:68px;
        background-color: black;
    }
                    <div>
                        <div id="slider2">
                            <div>
                                <img src="img/urban.jpg" />
                            </div>
                            <div>
                                <img src="img/urban2.jpg" />
                            </div>
                            <div>
                                <img src="img/urban3.jpg" />
                            </div>
                        </div>
                    <div id="caption"></div>
                </div>

This is the schedule code too:

        #schedule{
        height: 500px;
        background-color: #ededed;
        padding: 10px 10px 0px 10px;

    }
        #schedule h2{
            text-align: center;
            font-family: Arial;
            color: rgba(0,0,0,.7);
        }
        .away{
            color: red;
        }
        .gameline{
            border-bottom: 1px solid rgba(0,0,0,.4);
        }


        .lineup > li{
            margin: 0 0 7px 0;
        }
        #date{
            margin: 20px 0 0 0;
            list-style:none;
            width: 70px;
            float:left;
            padding-right:30px;
            font-family: 'Esteban', serif;
            font-family: Arial;
            font-weight: bold;  
        }
            #date > .gameline{
                border-bottom: 1px dashed rgba(0,0,0,0);
            }
        #opponent{
            margin: 20px 0 0 0;
            font-family: 'Esteban', serif;
            font-family: Arial;
            list-style:none;
        }

                <div id="right">
                <div id="schedule">
                    <h2>2012 Schedule</h2>
                    <ul id="date" class="lineup">
                        <li>APR. 21</li>
                        <li class="gameline"></li>
                        <li>SEPT. 1</li>
                        <li class="gameline"></li>
                        <li>SEPT. 8</li>
                        <li class="gameline"></li>
                        <li>SEPT. 15</li>
                        <li class="gameline"></li>
                        <li>SEPT. 22</li>
                        <li class="gameline"></li>
                        <li class="away">SEPT. 29</li>
                        <li class="gameline"></li>
                        <li>OCT. 6</li>
                        <li class="gameline"></li>
                        <li class="away">OCT. 13</li>
                        <li class="gameline"></li>
                        <li>OCT. 20</li>
                        <li class="gameline"></li>
                        <li class="away">OCT. 27</li>
                        <li class="gameline"></li>
                        <li>NOV. 3</li>
                        <li class="gameline"></li>
                        <li>NOV. 10</li>
                        <li class="gameline"></li>
                        <li class="away">NOV. 17</li>
                        <li class="gameline"></li>
                        <li>NOV. 24</li>
                    </ul>

                    <ul id="opponent" class="lineup">
                        <li>Scarlet & Gray Game</li>
                        <li class="gameline"></li>
                        <li>Miami(Ohio)</li>
                        <li class="gameline"></li>
                        <li>Central Florida</li>
                        <li class="gameline"></li>
                        <li>California</li>
                        <li class="gameline"></li>
                        <li>UAB</li>
                        <li class="gameline"></li>
                        <li class="away">Michigan State</li>
                        <li class="gameline"></li>
                        <li>Nebraska</li>
                        <li class="gameline"></li>
                        <li class="away">Indiana</li>
                        <li class="gameline"></li>
                        <li>Purdue</li>
                        <li class="gameline"></li>
                        <li class="away">Penn State</li>
                        <li class="gameline"></li>
                        <li>Illinois</li>
                        <li class="gameline"></li>
                        <li>BYE</li>
                        <li class="gameline"></li>
                        <li class="away">Wisconsin</li>
                        <li class="gameline"></li>
                        <li>Michigan</li>
                    </ul>
                </div>
  • 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-29T07:43:38+00:00Added an answer on May 29, 2026 at 7:43 am

    Use a inside your LI (for the date) and style the label instead of trying to put two LIs side-by-side and getting them to match. Set a width and float:left for the label.

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

Sidebar

Related Questions

I have some CSS like this: #navBar ul { list-style-type:none; margin:0; padding:0; } #navBar
We have some JavaScript code that resizes <div/> elements (adjusts height/width/padding/margin etc.) based on
I have some classes layed out like this class A { public virtual void
I have some HTML that inject with Javascript into a web page. The final
I'm building out this landing page and after the second paragraph I have a
I have some UI in VB 2005 that looks great in XP Style, but
We have some input data that sometimes appears with &nbsp characters on the end.
I have some code like this in a winforms app I was writing to
I have some kind of test data and want to create a unit test
We have some files on our website that users of our software can download.

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.