Bookmark and Share

Different websites have different align position in the browser. Like top-centered, middle-centered and often left-top position. This is tutorial will show you how to align website to any part of the screen. I think i will be helpful for beginners. Read More

We have many major browsers like Internet Explorer, Opera, Firefox, Safari and SeaMonkey. I am really tired of using different CSS hacks and code for each of these browsers. So I want to offer you one universal CSS code which will help us to make shadows for text. This is a simple example of Creating Cross Browser Compatible CSS Text Shadows. We will not use Images, only clear CSS code which work for all browsers. Let’s create xhtml code: 1 2 3 4 <p> <span class="shadow">Cross Browser Compatible CSS Text Shadows</span> <span class="text">Cross Browser Compatible CSS Text Shadows</span> </p> I do not... Read More

This is an example of Creating Cross Browser Compatible CSS Text Shadows. We will not use Images, only clear CSS code which work for all browsers. Each browser uses its methods, so we need to create styles for each browser. Let’s start with default xhtml code which we will use for our example. Read More