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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:42:55+00:00 2026-06-06T16:42:55+00:00

In my CSS, I’m using 2 class selectors (Twitter bootstrap w/ 30 columns): .row-fluid

  • 0

In my CSS, I’m using 2 class selectors (Twitter bootstrap w/ 30 columns):

.row-fluid .span9 {
width: 29.5597485%;
*width: 29.50766516666667%;
}

How do I ensure that this rule is being applied? Neither of my attempted HTML set-ups seems to work. Is one of these proper syntax, or is there another way to ensure the CSS rule above is being applied to the HTML?

HTML Idea 1:

<div class="row-fluid span9">

HTML Idea 2:

<div class="row-fluid">
    <div class="span9">
  • 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-06T16:42:57+00:00Added an answer on June 6, 2026 at 4:42 pm

    Your first markup will not apply based on your CSS.

    .row-fluid .span9 means an element with class .span9 as a descendant of .row-fluid so it won’t match HTML 1. It would match HTML 2.

    • First HTML example is matched by .row-fluid.span9.
    • Second HTML example is match by .row-fluid .span9, or '.row-fluid > .span9 if you want to ensure only direct children of .row-fluid.

    It’s also possible you are correctly matching the CSS selectors, but your styles are being overruled by higher specificity of the bootstrap default styles. In this case throw a !important at the end of you styles to test. It will overrule.

    I’d recommend using FireBug, or another HTML inspector which will help you debug CSS issues in a much faster way than trial and error.

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

Sidebar

Related Questions

CSS #columns{ width:100px; } HTML <html><body> <div id=columns>..1..</div> <div id=columns>..2..</div> <div id=columns>..3..</div> <div id=columns>..4..</div>
CSS table tr {border-bottom:1px solid #008999} HTML <table width=100% cellspacing=0 cellpadding=0> <thead> <tr> <th
Example CSS #wrap{margin:20px} Code prettify wraps the whole line in .com <span class=com>#wrap{margin:20px}</span> Somebody
css: #container_im.collapsed{ background-color:red; height: 48px; margin-bottom: 10px; margin-right: 10px; width: 227px; } #container_im.expanded{ background-color:green;
CSS: #outer{ background-color:#FFFF99; } #inner1{ float : left; } .New1{ width: 62%; } .New2{
css: .listingContainer { margin:auto; overflow:hidden; padding:0 0 16px 16px; width:660px; } .listingItem { float:left;
css #inchannel li{ width:179px; height:40px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-size:17px;
CSS 1, CSS 2, CSS 2.1 and CSS 3: which CSS properties and selectors
CSS: .dynamicDiv { width:200px; border:solid 1px #c0c0c0; background-color:#e1e1e1; font-size:11px; font-family:verdana; color:#000; padding:5px; } Javascript:
CSS: .posting-logo-div { } .posting-logo-img { height: 120px; width: 120px; } .posting-photo-div { height:

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.