Categories
Freebie How To Article Website Design

How To Create A Responsive Image Slider

How To Create A Responsive Image Slider In this tutorial i will teach you How To Create A Responsive Image Slider.My Previous post was about How To Create Responsive Menu.Here we are using Flexslider. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>How To Create A Responsive Image Slider</title> <link href="StyleSheet.css" rel="stylesheet" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> <script src="js/jquery.flexslider-min.js"></script> <script> $(document).ready(function […]

Categories
How To Article Website Design

How To Create Responsive Menu

How To Create Responsive Menu In this tutorial i will teach you How To Create Responsive Menu or How To Create Responsive Navigation Menu .What is Responsive: The menu automatically changes to one of three different layouts depending on the browser window size.We are using HTML, CSS and Jquery to accomplish this. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> […]

Categories
Freebie How To Article Website Design

How To Create A Login Form – CSS3

How To Create A Login Form – CSS3 In this tutorial i will teach you How To Create A Login Form – CSS3.Here we are using HTML and CSS3 to accomplish this. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>How To Create Login Form – CSS3< How To Create Login Form In CSS3</title> <link href="Style.css" rel="stylesheet" /> […]

Categories
How To Article Website Design

Facebook Type Loading Effect – CSS3

Facebook Type Loading Effect – CSS3 In this tutorial we will show you Facebook Type Loading Effect – CSS3.Here we are using CSS3 to accomplish this.It Give us a awesome loading effect, it is kind of same what facebook is using for loading effect. HTML: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Facebook Type Loading Effect</title> <link href="Style.css" […]