
Scale model of the Eiffel tower in Parc Mini-France Here is something simple: indenting the first line of each paragraph. Many people find that easier to read than empty lines between the paragraphs, especially for long texts, and it also allows to reserve empty lines for more important breaks. The trick here is to only [...]
Read More >>
The menu you see in the top right corner of this page is simply a DIV with some A elements inside. All the work to make it stay fixed in its place is done by rules in the style sheet. Here is the mark-up, it is taken straight from the source of this page: <div> [...]
Read More >>

Scale model of the Eiffel tower in Parc Mini-France HTML doesn’t have an element that allows to insert a figure with a caption. It was once proposed (see HTML3), but never made it into HTML4. Here is one way to simulate such a figure element: <div> <p><img src=”eiffel.jpg” width=”136″ height=”200″ alt=”Eiffel tower”> <p>Scale model of [...]
Read More >>
Function: A function is a subprogram that performs a specific task when called by the main program. It is always a good practice to divide a huge program into a number of subprograms until elementary functions are reached. More clearly, a huge program should be divided into number of functions, and a function precisely should [...]
Read More >>
According to traditional society, college is something you go to right after high school to become something. It’s where you blossom into an adult and develop lifetime skills and friendships. Without a degree, you’re in trouble. So what about web design? Who is going to teach me that? Is that something I have to do [...]
Read More >>
In this part we’ll cover the basics of classes, and how to put together your own class. We’ll also go over how to make variables. Classes add a lot of functionality to your code and help to stop you repeating yourself over and over again as you might in conventional code. With classes and functions [...]
Read More >>
1. Never write yourself off When I started freelancing I would sometimes write myself off as not good enough for the job. It’s hard not to be sometimes, when the world is full of so many talented people and your work looks mediocre in comparison. Without self confidence in your own work and ability though, [...]
Read More >>
Here is simple CSS code for Transparency setting for all browsers, IE, Firefox, Opera, Safari and Google Chrome
Read More >>
Author: admin Categories: CSS Tags: css code for transparency, css filter alpha, css hack, css moz-opacity, css transparency, css transparency in firefox, css transparency in opera, css transparency in safari, ie transparent, opacity, transparency for all browsers