W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘CSS’

Tips and Tricks for Search Engine Optimization

August 26th, 2009

What is Search Engine Optimization? SEO is the process of optimizing a website in ways that will help search engine spiders to index your website upon keyword search by a user. In layman’s terms, it is using a few strategies that will help your website attain a higher spot when someone searches for certain words.

Read More >>

Three Column Layout in CSS

August 26th, 2009

Create Three Column Layout in Css . Any column height determines the overall height of the layout. Fluid layout and wont break under browser font size changes. Column colors and center cell color can differ. Column colors and center cell color can extend to the full height of the layout.

Read More >>

CSS Vertical Menu for All Browsers ,Safari ,Firefox,Internet Explorer,Chrome,Opera

August 26th, 2009

Today we are going to build the second most common site menu navigation, the vertical navigation menu. Here we are going to be using only pure CSS and unordered lists to create our vertical navigation menu with three levels of pop outs. This version of the vertical navigation menu will work in IE5, IE6, IE7 [...]

Read More >>

CSS and Jquery – Creating an Image Slider for All Browser

August 23rd, 2009

The basic image sliding effect : The HTML : First of all we will do the HTML. We will start with a holder div to hold everything (images, price and title). This means it can be floated to the left or right so we could have three or four in a row. Inside the main [...]

Read More >>

Css Perfect Full Page Background Image for All Browser,Chrome,Internet Explorer,Safari,Opera

August 22nd, 2009

Here is the technique for setting Full image background in your page. Features Of the Technique : Fills entire page with image, no white space Scales image as needed Retains image proportions Image is centered on page Does not cause scrollbars

Read More >>

Css Screencast : Think Geek Background Fade Technique for All Browser

August 20th, 2009

New Screencast: Think Geek Background Fade Technique This is a very Awesome Technique for increasing background beauty webpage. As you scrolled to the bottom of the page the big black Circle will turn in to big white Circle.

Read More >>

Css Positioning for All Browsers

August 20th, 2009

Css positioning allow you to postion your element .You can place element behind one another or they can overlap each other. Elements can be positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first. They also work differently depending on the positioning method. [...]

Read More >>

CSS Float Image

August 19th, 2009

With CSS float, an element can be pushed to the left or right, allowing other elements to wrap around it. Float is very often used for images, but it is also useful when working with layouts. How Elements Float Elements are floated horizontally, this means that an element can only be floated left or right, [...]

Read More >>

CSS Box Model

August 17th, 2009
Box Model

Box Model in CSS: All HTML elements can be considered as boxes. In CSS, the term “box model” is used when talking about design and layout. In order to set the width and height of an element correctly in all browsers, you need to know how the box model works. The box model illustrates how [...]

Read More >>