Archive for the ‘CSS Faqs’ Category

  • CSS Faqs
  • Software
26 June 2008

CSS and IE Issues

The most common problem encountered by CSS and Internet Explorer, is th differences of explanation of the CSS box model, which causes the elements of the page to look narrower in the Internet Explorer. Each HTML element is in essence a box, the width is the summation of its margin, content area, padding and border. Look at the program below:
Read the rest of this entry »

  • CSS Faqs
26 June 2008

Print Stylesheet

Print stylessheets have always been used by web authors for years, but only few designers knew about them. Many websites are annoying to use because some do not have a print stylesheet feature. A print styelsheet formats a page on the web, so when it is printed, it prints automatically. It is friendly to users.
Read the rest of this entry »

  • CSS Faqs
26 June 2008

Las etiquetas del CSS y del HTML

Sorry, but this post is not available in English

  • 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:
Read the rest of this entry »

  • CSS Faqs
25 June 2008

Liquid CSS Layout

There are several advantages of using a CSS liquid design compared to different types of layouts:
• HTML/body text ratio decreases
• Liquid CSS layout is flexible
• The usability and accessibility increases
• Liquid CSS layout are usable for browsers - on text. It works well on both modern and older browsers.
• CSS layouts are visually appealing and it looks good and best than table layouts
Read the rest of this entry »

  • CSS Faqs
24 June 2008

Controles del mezclador en el CSS

Sorry, but this post is not available in English

  • CSS Faqs
23 June 2008

Problems on Accessibility and Tables

Disabled persons usually use alternative browsers such as; Braille browsers, text browsers, speech output browsers and screen readers. Unfortunately using alternate browsing methods on table based websites are inconvenient to operate.
Read the rest of this entry »

  • CSS Faqs
23 June 2008

Know the Facts of CSS Layouts

Older browsers without CSS based layout is at a disadvantage, compared to older ones with a CSS based layout because the latter proves to be helpful for web designers for its capacity to display content and navigation at the beginning of the page. Most modern browsers are now with reliable, stronger and good CSS support.
Read the rest of this entry »

  • CSS Faqs
21 June 2008

The Element Type Selector

Whereas a universal selector will match any element, an element type selector only works with elements with specific element type name. Type selectors are not sensitive to case in HTML, including XHTML served as text/html, but are case sensitive in XML, including XHTML served as XML.
Read the rest of this entry »

  • CSS Faqs
21 June 2008

Selector Reference

A selector is a pattern that comprises a CSS rule matching a set of elements within an HTML or XML document. The declarations within the block that comes after the selector are directed for all elements that match the specified pattern except when another rule is applied to override them.
Read the rest of this entry »

Page 3 of 17«12345»...Last »