Building Web with Web Standards
Quite a few people in Nepal are following a web standards to build web application. Whether be it small or large web application, no one cares about the web standards. The web standard has been there...
View ArticleCreating an Iframe in CSS
Creating Iframe with help of CSS is an easy task. We will take help of CSS selector. <style type="text/css"> .iframe_class{ height:150px; width:300px; overflow:auto; color:#fff; background:#369;...
View ArticleOne Line CSS Magic
No need to mention CSS is awesome. Its pure beauty of CSS that gives life to the website and makes it lively. Yes, it’s not simple to write CSS for newbie and even professionals sometimes gets stuck...
View ArticleMagazine style drop cap first letter with CSS
When was the first time drop caps first letter introduced in newspaper, magazine? But its been a quite while the trend of drop cap used in web business. First letter drop cap makes your paragraph...
View ArticleControlling the border with CSS
We can customize the borders around the image , text and tables using the CSS.We can have absolute control over the page’s layout.The features like colour , size and width of four sides(top,...
View ArticleHow to create pagination using CSS
We can see different types of pagination style in webpage .They simply link pages. There are various ways to add pagination in our webpage. Here I have tried to show one of the common way to create...
View ArticleImportant Tips for Web Design
Website is the best online platform for the promotion of business or services. So the greatest necessity of website is its design. Design needs to be eye catchy and attractive enough so that the...
View ArticleEssential Best Practices to Improve Markup and CSS
Whenever we cover CSS articles we’ve got good response from our reader; for e.g. on one line CSS and Magazine style drop cap first letter with CSS. This makes us to write thorough, descriptive and...
View ArticleBasic jQuery Tutorial: Change CSS
In this article, I will be showing you how to add or change css styling. You will be able to add or remove class in HTML elements. VIEW DEMO Here is my html code: <div> <span>Sample...
View ArticleApple’s calendar navigation buttons using css
This days I am a big fan of the calendar on Mac OS X. Calendar on Mac os x 10.8.1 is much impressive, the way text and button engrave on navigation bar is the most attractive to me. So here I have done...
View Article