Tech FAQs

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).

Friday, April 24, 2015

Foundation orbit slider inside reveal modal has no height

›
Orbit slider inside foundation reveal modal sets height 0 some reason. Here is the simple way to fix that issue: $(document).on('open...

Foundation data orbit open specific slide on load

›
Here is the simple way to open the the particular slide on page load: $.fx.off = true; $("[data-orbit-slide='"+index+"...
Sunday, April 5, 2015

How to add different styles to last row of css grid layouts

›
Here is the simple way to add different styles for last row elements of css grid layout. li:nth-child(Xn):nth-last-child(-n+Y) ~ li { } ...
Sunday, March 22, 2015

get url parameters and values using jquery

›
Here is the simple method to get url parameters & values using jquery. function getUrlParams() { var url = document.location.href...
Saturday, March 21, 2015

How to remove index.php from codeigniter url?

›
Codeigniter defaultly add index.php in the url because that file is responsible for processing all requests to the system. But, we can easil...
Sunday, March 1, 2015

Horizontal line with text in the middle using CSS

›
Here is the simple example to create horizontal line with text in the middle. The line is created by setting a border-bottom on the containi...
Thursday, February 26, 2015

PX to EM to PT Conversion

›
Here is the list of px to em conversions. These conversions are based on 16px browser default size. PX EM Percent Points 5px 0.3125...
›
Home
View web version
Powered by Blogger.