Orbit slider inside foundation reveal modal sets height 0 some reason. Here is the simple way to fix that issue:
$(document).on('opened.fndtn.reveal', '[data-reveal]', function(){ $(window).trigger('resize'); });
This blog is about technical issues, CSS trics and javascript examples. It will give you easiest way of solving the issues. It contains frequently asked questions(faqs).
$(document).on('opened.fndtn.reveal', '[data-reveal]', function(){ $(window).trigger('resize'); });
$.fx.off = true; $("[data-orbit-slide='"+index+"']").trigger("click"); $.fx.off = false;
li:nth-child(Xn):nth-last-child(-n+Y) ~ li { }
li:nth-child(3n):nth-last-child(-n+4) ~ li { border-bottom: 0px; }
li:nth-child(4n):nth-last-child(-n+5) ~ li { border-bottom: 0px; }
li:nth-child(5n):nth-last-child(-n+6) ~ li { border-bottom: 0px; }
function getUrlParams() { var url = document.location.href; var params = {},hash; var params_arr = url.slice(url.indexOf('?') + 1).split('&'); for(var i=0; i < params_arr.length; i++){ hash = params_arr[i].split("="); params[hash[0]] = hash[1]; } return params; }
var source = getUrlParams()["src"]; //It will return "google" var module = getUrlParams()["module"]; //It will return "bottom"
$config["index_page"] = "index.php"; with $config["index_page"] = "";
RewriteEngine on RewriteCond $1 !^(index\.php|css|images|js|robots\.txt) RewriteRule ^(.*)$ /index.php?/$1 [L]
h2 { width: 100%; text-align: center; border-bottom: 1px solid #000; line-height: 0.1em; margin: 10px 0 20px; } h2 span { background:#ffffff; padding:0 10px; }
PX | EM | Percent | Points |
---|---|---|---|
5px | 0.3125em | 31.25% | 4pt |
6px | 0.375em | 37.5% | 5pt |
7px | 0.438em | 43.8% | 5pt |
8px | 0.500em | 50.0% | 6pt |
9px | 0.563em | 56.3% | 7pt |
10px | 0.625em | 62.5% | 8pt |
11px | 0.688em | 68.8% | 8pt |
12px | 0.750em | 75.0% | 9pt |
13px | 0.813em | 81.3% | 10pt |
14px | 0.875em | 87.5% | 11pt |
15px | 0.938em | 93.8% | 11pt |
16px | 1.000em | 100.0% | 12pt |
17px | 1.063em | 106.3% | 13pt |
18px | 1.125em | 112.5% | 14pt |
19px | 1.188em | 118.8% | 14pt |
20px | 1.250em | 125.0% | 15pt |
21px | 1.313em | 131.3% | 16pt |
22px | 1.375em | 137.5% | 17pt |
23px | 1.438em | 143.8% | 17pt |
24px | 1.500em | 150.0% | 18pt |