//
ARR = ['apple','ball','cup','dog','engine','food','ginger','hook','ink','joker','kite'];
autoSuggest('#sText','autoC',10,ARR);
Most of the Web Designers are really suffering to find an easy way to input javascript tools into their pages. One of the best tool is the auto suggestion like we see in google search box which automatically display matching items that may be what we are...
Thursday, 21 May 2015
Tuesday, 5 May 2015
Conquer The Clouds - City HD Wallpaper
Resolution: 1920 x 1080
File Size : 2.09MB
Downlo...
Sunday, 3 May 2015
Creating a Dropdown Navigation Bar Using just HTML and CSS

//
First of all start with the html
Create the basic syntax
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Drop down Navigation Bar</title>
<style type="text/css">
</style>
</head>
<body>
</body>
</html>...
Subscribe to:
Posts (Atom)