HTML5-CSS3

Category

6 posts found

6 Jan 2018
0.95K
No Comments

Create folder named whatever you want, I am called SDTuts_WordPress and create subdirectories as in following snapshot. Write basic html in index.html file Write the basic html tags as defined in following code and link stylesheet bootstrap.min.css and theme.css file which we will create. Create css files and write basic styles

Post in

17 Sep 2016
4.11K
No Comments
css scroll table body – table freeze panes

By default header of table are moving on top position of table when we scrolling down, so that time we didn’t see the headings of table to identify column value, Here is I have wrote the whole code to set fixed table header in top position of table. Css of

Post in

20 Jul 2016
3.21K
No Comments
Bootstrap remove default padding from col-md col-lg

Removed Default left right padding – minified code Standard no left right padding Individual classes to use specified tag for no left-right margin padding These class selectors are defined as short names eg: nlm = No Left Margin, nrm = No Right Margin

Post in

22 May 2015
5.55K
No Comments

Before releasing of responsive media queries features in #css we develop two different websites version for a single website one is for mobile and second for desktop browsers, but after media we can easily change #css properties to change height widths of elements and DIV Tables, Here is list of

Post in

15 Apr 2014
1.22K
No Comments
Develop user friendly alerts in jQuery css

We have need the alerts popup to show user friendly alerts and message popup instead a annoying browser alert(‘hhah’); because somehow this javascript alert annoying user and and won’t allow to do anything like go to another tab or scroll down of page until user click on OK or cancel

Post in

18 Feb 2012
1.27K
No Comments
jQuery CSS Dropdown menu with third level

I am sharing complete code of #jQuery drop down menu, You can easily learn from code and video and copy it and use in your free or commercial website to save time. So lets starts how to create drop down menu with #jQuery at third level of menu. First step

Post in