Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
  • CSS Faqs
25 June 2008

Positioning CSS

CSS Positioning has two main types: absolute and relative positioning.

Absolute CSS Positioning puts subject in a specific location of the program on the screen. CSS relatively is positioned to move the related subject where it should be.
For example if a 200px coming from the left and 100px over the screen, a CSS command would look like this:

{
position: absolute;
top: 100px;
left: 200px
}

Web designers do not enclose page items within the relative position of CSS command because it will not affect it anyway. The position will be adjusted if the page elements are shown beside the margin of CSS command.

CSS opened new horizons of possibilities in making images, gone were the days when an author uses gif images. The most relevant CSS tags are the border and background tags. Using a basic button can be made using commands from CSS .

a
{
color: #fff;
background: #f90;
text-decoration: none;
padding: 0.2em;
border: 4px solid;
border-color: #99f #008 #008 #99f
}
a:hover
{
background: #fa1;
border-color: #008 #99f #99f #008
}

In summary, CSS positioning is fun to use. Web designers find it efficient and the effect is great. Web sites using CSS positioning is more artistic and it is easier to revise them whenever necessary. There are two types of positioning, the absolute and relative positioning. Compared to the more difficult computer language used, CSS positioning is much easier, and it facilitates validation and thus optimizing possibilities of being browser friendly and is therefore easily accessible. CSS positioning allows web authors to use their creativity in we designing without so much fuss.

Master a CSS positioning program for new web designers is easier rather than those who are using the old basic language program. It is fun to use and it is less complicated compared to the previous computer languages invented. We cannot deny however that the new language for web design is an offshoot of the programs developed through time.

CSS positioning allows web authors to practice artistry without stringent restrictions and is easily edited whenever needed. It will take time and patience for those who are new to the CSS positioning computer language; this is especially for those who are well versed with the old computer language.

Tags:

This entry was posted on 25 June 2008 at 9:50 AM and is filed under CSS Faqs. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

Name (*)
Mail (will not be published) (*)
URI
Comment