Home bootstrap What to use correctly? Row or Row-Fluid class when laying Responsive Bootstrap...

What to use correctly? Row or Row-Fluid class when laying Responsive Bootstrap 2.3.2

Author

Date

Category

Help, please understand what class row or row-fluid you need to point in Container when laying a responsive template on bootstrap 2.3.2
For example, you watched several templates in some used ROW, and in some Row-Fluid, with this Container in both cases without Fluid (as it should be, as it is not rubber, but responsive )
Bootstrap-responsive.css is always connected.

What is right for Responsive Row or Row-Flior?


Answer 1, Authority 100%

& lt; meta name = "viewport" content = "width = device-width, initial-scale = 1.0" & gt;
& lt; link href = "css / bootstrap.css" style = "text / css" REL = "STYLESHEET" / & GT;
& lt; link href = "css / bootstrap-responsive.css" STYLE = "TEXT / CSS" REL = "STYLESHEET" / & GT;
& lt; script type = "text / javascript" src = "https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jQuery.min.js" & gt; & lt; / script & gt;
& lt; script Type = "text / javascript" src = "js / bootstrap.min.js" & gt; & lt; / script & gt;
& lt; div class = "Container-Fluid" & gt;
  & lt; div class = "Row-Fluid" & gt;
  & lt; / div & gt;
 & lt; / div & gt;

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions