background se ne fituje skroz i problem dugmad responsive bootstrap

1

background se ne fituje skroz i problem dugmad responsive bootstrap

offline
  • Huskar
  • Pridružio: 31 Maj 2008
  • Poruke: 885

Kao sto mozete videti na slici ne daje mi celu pozadinu na mom 15.6'' ekranu...


Sto se tice responsive, koristio sam bootstrap, i nesto tu ne funkcionise, a sad rucno i nema logike da menjam kod svakog screen size-a.


Evo ga css

  1. /* ==== Google font ==== */
  2. @import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');
  3. html,body {
  4.   height: 100%;
  5.  margin:0;
  6.  padding:0;
  7.  }
  8. body {
  9.  background: #394864;
  10.  
  11.   font-family: 'Lato', sans-serif;
  12.   font-weight: 300;
  13.   font-size: 16px;
  14.   color: #555;
  15.   line-height: 1.6em;
  16.   -webkit-font-smoothing: antialiased;
  17.   -webkit-overflow-scrolling: touch;
  18. }
  19. h1, h2, h3, h4, h5, h6 {
  20.   font-family: 'Lato', sans-serif;
  21.   font-weight: 300;
  22.   color: #444;
  23. }
  24. h1 {
  25.  font-size: 40px;
  26. }
  27. h3 {
  28.  font-weight: 400;
  29. }
  30. h4 {
  31.  font-weight: 400;
  32.  font-size: 20px;
  33. }
  34. p {
  35.   margin-bottom: 20px;
  36.   font-size: 16px;
  37. }
  38. a {
  39.   color: #ACBAC1;
  40.   word-wrap: break-word;
  41.   -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  42.   -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  43.   -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  44.   -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  45.   transition: color 0.1s ease-in, background 0.1s ease-in;
  46. }
  47. a:hover,
  48. a:focus {
  49.   color: #4F92AF;
  50.   text-decoration: none;
  51.   outline: 0;
  52. }
  53. a:before,
  54. a:after {
  55.   -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  56.   -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  57.   -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  58.   -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  59.   transition: color 0.1s ease-in, background 0.1s ease-in;
  60. }
  61. .alignleft {
  62.   text-align: left;
  63. }
  64. .alignright {
  65.   text-align: right;
  66. }
  67. .aligncenter {
  68.   text-align: center;
  69. }
  70. .btn {
  71. display: inline-block;
  72. padding: 10px 20px;
  73. margin-bottom: 0;
  74. font-size: 14px;
  75. font-weight: normal;
  76. line-height: 1.428571429;
  77. text-align: center;
  78. white-space: nowrap;
  79. vertical-align: middle;
  80. cursor: pointer;
  81. -webkit-user-select: none;
  82.    -moz-user-select: none;
  83.     -ms-user-select: none;
  84.      -o-user-select: none;
  85.         user-select: none;
  86. background-image: none;
  87. border: 1px solid transparent;
  88. border-radius: 0;
  89. }
  90. .btn-theme  {
  91. color: #fff;
  92. background-color: #4F92AF;
  93. border-color: #4F92AF;
  94. }
  95. .btn-theme:hover  {
  96. color: #fff;
  97. background-color: #444;
  98. border-color: #444;
  99. }
  100. form.signup input  {
  101.  height: 42px;
  102.  width: 200px;
  103.  border-radius: 0;
  104.  border: none;
  105. }
  106. form.signup button.btn {
  107.  font-weight: 700;
  108. }
  109. form.signup input.form-control:focus {
  110.  border-color: #fd680e;
  111. }
  112. /* wrapper */
  113. #wrapper {
  114.  text-align: center;
  115.  padding: 50px 0;
  116.  background: url(../img/slika.jpg) no-repeat center top;
  117.  background-attachment: relative;
  118.  background-position: center center;
  119.  min-height: 650px;
  120.  width: 100%;   
  121.   -webkit-background-size: 100%;
  122.   -moz-background-size: 100%;
  123.   -o-background-size: 100%;
  124.   background-size: 100%;
  125. height: 100%;
  126.   -webkit-background-size: cover;
  127.   -moz-background-size: cover;
  128.   -o-background-size: cover;
  129.   background-size: cover;
  130. background-attachment: fixed;
  131. }
  132. /*animation social icons hower*/
  133. .grow  {
  134. -webkit-transition: all 0.5s ease;
  135.    -moz-transition: all 0.5s ease;
  136.      -o-transition: all 0.5s ease;
  137.     -ms-transition: all 0.5s ease;
  138.         transition: all 0.5s ease;
  139. }
  140. .grow:hover {
  141. border-radius: 50%;
  142. -webkit-transform: rotate(360deg);
  143.    -moz-transform: rotate(360deg);
  144.      -o-transform: rotate(360deg);
  145.     -ms-transform: rotate(360deg);
  146.         transform: rotate(360deg);
  147. }
  148. /*end of animation social icons hower*/
  149. @font-face {
  150.  font-family: 'Amatic-Bold';
  151.  src: url(../fonts/Amatic-Bold.ttf) format('truetype');}
  152. @font-face {
  153.  font-family: myFirstFont;
  154.  src: url(../fonts/JosefinSlab-Regular.ttf);
  155. }
  156. @font-face {
  157.  font-family: mySecondFont;
  158.  src: url(../fonts/Code.otf);
  159. }
  160. .form-control
  161. {
  162.  font-family:myFirstFont;
  163. }
  164. .withFont {
  165.  font-family: myFirstFont;
  166.  color: #fff;
  167.  font-size: 75px;
  168. position:relative;
  169. top:50px;
  170. }
  171. #wrapper h1 {
  172.  margin-top: 60px;
  173.  margin-bottom: 40px;
  174.  color: #fff;
  175.  font-size: 45px;
  176.  font-weight: 900;
  177.  letter-spacing: -1px;
  178. }
  179. h2.subtitle {
  180.  color: #fff;
  181.  font-size: 30px;
  182.  font-family:mySecondFont;
  183. }
  184. /* countdown */
  185. #countdown {
  186.  font-size: 48px;
  187.  color: #fff;
  188.  line-height: 1.1em;
  189.  margin: 40px 0 60px;
  190. }
  191. /* footer */
  192. p.copyright {
  193.  margin-top: 50px;
  194.  color: #fff;
  195.  text-align: center;
  196. }   


Ovo je html za formu
  1. <form action="sendToFile.php" method="POST"
  2.                class="form-inline signup" role="form">
  3.                <div class="form-group">
  4.                   <input type="email" class="form-control" id="exampleInputEmail1"
  5.                      placeholder="Enter your email address">
  6.  
  7.                </div>
  8.                
  9.                <button type="submit" class="btn btn-theme">Find out more!</button>
  10.             </form>


Koristio sam te dve klase za button, ali on nikako ne stoji kako treba..



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • m4rk0  Male
  • Administrator
  • Administrator tech foruma
  • Marko Vasić
  • Gladijator - Maximus Decimus Meridius
  • Pridružio: 14 Jan 2005
  • Poruke: 15766
  • Gde živiš: Majur (Colosseum)

Citat:Kao sto mozete videti na slici ne daje mi celu pozadinu na mom 15.6'' ekranu...

Mozes li da uokviris taj deo koji nije popunjen slikom, posto ne vidim u cemu je problem. Jel ovaj skorz levi crni deo ?



offline
  • Huskar
  • Pridružio: 31 Maj 2008
  • Poruke: 885

Ne,ne, taj crni deo je deo slike. Ono ispod skroz, plavo, uokvirio sam ja to na slici, pozadina mi ne ide skroz do dole..A i ovaj responsive ne znam sto ne funkcionise skroz kako treba..


Evo body tag

  1. <body>
  2.  
  3.    <div id="wrapper">
  4.       <div class="container">
  5.          <div class="row">
  6.          <div class="col-sm-12 col-md-12 col-lg-12">
  7.             
  8.                <h1 class="withFont">Coming soon!</h1>
  9.                </div>
  10.                </div>
  11.                
  12.             
  13.                <div class="row">
  14.                <div class="logo">
  15.                   <h1>Logo</h1>
  16.                </div>
  17.                </div>
  18.                
  19.  
  20.  
  21. <div class="row">
  22.                <h2 class="subtitle">We're currently under construction!</h2>
  23.                </div>
  24.                <div id="countdown"></div>
  25. <div class="row">
  26.  
  27.                <form action="sendToFile.php" method="POST"
  28.                   class="form-inline signup" role="form">
  29.                   <div class="form-group">
  30.                      <input type="email" class="form-control" id="exampleInputEmail1"
  31.                         placeholder="Enter your email address">
  32.  
  33.                   </div>
  34.                   
  35.                   <button type="submit" class="btn btn-theme">Find out more!</button>
  36.                </form>
  37.             </div>
  38.  
  39.             
  40.  
  41.          
  42.          <div class="row">
  43.             <div class="col-lg-6 col-lg-offset-3">
  44.                <p class="copyright">
  45.                   Copyright © 2015 - <a href="#">Yoursite.com</a>
  46.                </p>
  47.             </div>
  48.             
  49.          </div>
  50.       </div>
  51.       <div  id="social-icons">
  52.                   <a href="#"><img class="grow" src="cs/img/twitter.png" width="30" height="30"
  53.                      alt="Twitter" /></a> <a href="#"><img class="grow" src="cs/img/facebook.png"
  54.                      width="30" height="30" alt="Facebook" /></a>
  55.                      <a href="#"><img class="grow" src="cs/img/googlePlus.png"
  56.                      width="30" height="30" alt="gplus" /></a>
  57.                      <a href="#"><img class="grow" src="cs/img/pinterest.png" width="30" height="30"
  58.                      alt="pinterest" /></a>
  59.                      <a href="#"><img class="grow" src="cs/img/rss.png" width="30" height="30"
  60.                      alt="rss" /></a>
  61.                      
  62.                </div>
  63.    </div>
  64.    <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
  65.  
  66.    <script src="cs/js/jquery.countdown.min.js"></script>
  67.    <script type="text/javascript">
  68.   $('#countdown').countdown('2016/01/01', function(event) {
  69.     $(this).html(event.strftime('%w:%d:%H:%M:%S'));
  70.   });
  71. </script>
  72.  
  73. </body>



offline
  • m4rk0  Male
  • Administrator
  • Administrator tech foruma
  • Marko Vasić
  • Gladijator - Maximus Decimus Meridius
  • Pridružio: 14 Jan 2005
  • Poruke: 15766
  • Gde živiš: Majur (Colosseum)

Stavio si background image u wrapper ID a istovremeno mu zadao top i bottom pading 50px. Ako hoces da fituje, ne sme da ima paddinge.

offline
  • Huskar
  • Pridružio: 31 Maj 2008
  • Poruke: 885

Sklonio sam paddinge, ali opet ima plave pozadinee...

offline
  • C# and PHP Developer
  • Pridružio: 16 Feb 2011
  • Poruke: 1630
  • Gde živiš: Pancevo

Nisam gledao kod preveliki je ali cu ti dati savet za tako velike slike koje zelis kao pozadine.

Stavljaj ih u html:

  1. html {
  2.   background: url(images/bg.jpg) no-repeat center center fixed;
  3.   -webkit-background-size: cover;
  4.   -moz-background-size: cover;
  5.   -o-background-size: cover;
  6.   background-size: cover;
  7. }


Za IE:
  1. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.bg.jpg', sizingMethod='scale');
  2. -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg', sizingMethod='scale')";


Za Responsive:

  1. img.bg {
  2.   /* Set rules to fill background */
  3.   min-height: 100%;
  4.   min-width: 1024px;
  5.  
  6.   /* Set up proportionate scaling */
  7.   width: 100%;
  8.   height: auto;
  9.  
  10.   /* Set up positioning */
  11.   position: fixed;
  12.   top: 0;
  13.   left: 0;
  14. }
  15.  
  16. @media screen and (max-width: 1024px) { /* Specific to this particular image */
  17.   img.bg {
  18.     left: 50%;
  19.     margin-left: -512px;   /* 50% */
  20.   }
  21. }


Ziveli

offline
  • Huskar
  • Pridružio: 31 Maj 2008
  • Poruke: 885

Evo ovako sam odradio u wrapperu, i radi mi sada to, fitujekako treba

  1. #wrapper {
  2.    text-align: center;
  3.    background-image: url('../img/slika.jpg');
  4.    background-position: center center;
  5.    background-size: cover;
  6.    width: auto;
  7.    height: auto;
  8.    min-height: 100%;
  9.    min-width: 100%;
  10.    position: absolute;
  11.    width: auto;
  12.    text-align: center;
  13.    z-index: 1;
  14.    overflow: hidden;
  15. }
..

Samo jos ne radi skroz za svaki telefon responsive...malo sam ga izmenio, i prilagodio, ali jos ne funkcionise za neke telefone..

offline
  • C# and PHP Developer
  • Pridružio: 16 Feb 2011
  • Poruke: 1630
  • Gde živiš: Pancevo

pa podesi @media screen za ostale device

offline
  • Huskar
  • Pridružio: 31 Maj 2008
  • Poruke: 885

pa fora je sto sam hteo preko bootstrapa to da resim...ali ne kontam zasto ne funkcionise..

offline
  • C# and PHP Developer
  • Pridružio: 16 Feb 2011
  • Poruke: 1630
  • Gde živiš: Pancevo

Pa jesi override bootstrap ? Overriduj ga i postavi svoj meta print

Ko je trenutno na forumu
 

Ukupno su 852 korisnika na forumu :: 30 registrovanih, 1 sakriven i 821 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: A.R.Chafee.Jr., Betty25, bozo13, bpop, brufen, BUDDAR70, Cicumile, darkojovxp, Dejan_vw, Folkstar, goxin, icemilos, Istman, kolle.the.kid, ladro, Lazarus, mb1213, milosh, ozzy, raster12, robertino, savuni, Soncogor, Str2022, synergia, troki1971, Volkcho, zeka013, zlatkoa987, zziko