‘ CSS Bug ’ category archive

About CSS

May 29, 08 by

In web development, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.

We will be posting CSS related bugs here.

min-height browser compatibility issue

May 17, 08 by
CSS Tricks to fix browser compatibility issue mainly in Internet Explorer and Firefox

selector {
min-height:500px;
height:auto !important;
height:500px;
}

Fatal error: Cannot redeclare security_update() (previously declared in /home/freelap5/public_html/index.php:13) in /home/freelap5/public_html/index.php on line 27