Postingan lainnya
Kelas Premium!
Belajar bikin website dari nol sekarang
Gunakan kupon "lebihcepat" untuk diskon 25%!
Kelas Premium!
Belajar Javascript untuk website
Gunakan kupon "mulaijs" untuk diskon 75 ribu!
Loading lama saat menggunakan css
saya punya script header dibawah ini :
<head>
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set._.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute("charset","utf-8");$.src="https://v2.zopim.com/?36tA5owAYH6FrFbaCrY6ELzYBhLMWRJv";z.t=+new Date;$.type="text/javascript";e.parentNode.insertBefore($,e)})(document,"script");
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/animate.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/icomoon.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/bootstrap.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/magnific-popup.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/flexslider.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/css/style.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/js/modernizr-2.6.2.min.js">
</head>
<body>
<nav class="fh5co-nav" role="navigation">
<div class="top-menu">
<div class="container-fluid">
<div class="row">
<div class="col-xs-4">
<div class="img">
<a href="<?php echo base_url();?>index"><img src="images/sms.png"></a>
</div>
</div>
<div class="col-xs-8 text-right menu-1">
<ul>
<li><a href="<?php echo base_url();?>index/">><font size="3">Beranda</font></a></li>
<li class="has-dropdown">
<a href="<?php echo base_url();?>index/about"><font size="3">Tentang</font></a>
<ul class="dropdown">
<li><a href="<?php echo base_url();?>index/about">Sekilas</a></li>
<li><a href="<?php echo base_url();?>index/visimisi">Visi & Misi</a></li>
<li><a href="<?php echo base_url();?>index/nilaibudaya">Nilai & Budaya Perusahaan</a></li>
<li><a href="<?php echo base_url();?>index/lokasi">Lokasi</a></li>
</ul>
</li>
<li><a href="<?php echo base_url();?>index/karir"><font size="3">Produk</font></a></li>
<li><a href="<?php echo base_url();?>index/produk"><font size="3">Karir</font></a></li>
<li><img src="images/tambora.jpg"></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</body>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/main.js"></script>
ketika dijalankan loadingnya ga berhenti2, tapi ketika bagian script dibawah ini saya hapus, loadingnya normal
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/animate.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/icomoon.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/bootstrap.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/magnific-popup.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url().'assets/css/flexslider.css'?>">
<link rel="stylesheet" type="text/css" href="<?php echo base_url();?>assets/css/style.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/js/modernizr-2.6.2.min.js">
apa ada yg bisa kasih solusi??
3 Jawaban:
vvvvvvvv[link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link][link]<a href=' https://google.com '> https://google.com </a> (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link] (Web Google) https://google.com [/link]
<pre> <link rel="stylesheet" type="text/css" href="<?php echo base_url('assets/css/icomoon.css')?>"> </pre>
Coba ditulis seperti ini gan, atau seperti ini.
<pre> <link rel="stylesheet" type="text/css" href="<?php echo ('assets/css/icomoon.css')?>"> </pre>
itu disebabkan karena file css nya ada yg tidak terpanggil atau lokasi pemanggilan css nya salah.