CSS styles

How to create a full screen iframe

A useful script to make a full page iframe. No scrollbars! Work in FF, Chrome and IE.

How to expand/adjustable iframe height

Works fine in all browsers.

css min/max-width fix in IE6

We can use Javascript expression in css to make sure the min-width, max-width that works for IE6.

Border-radius: create rounded corners with CSS!

W3C has offered some new options for borders in CSS3, of which one is border-radius. Both Mozila/Firefox and Safari 3 have implemented this function, which allows you to create round corners on box-items. This is an example: Rounded corner example. The code for example above is simple:

CSS styles pre-prepared library – CSS framework

What is CSS framework? A CSS framework, also known as a web design framework is a pre-prepared library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks (usually packaged as external .css sheets inserted into the header) package a number of ready-made options for designing and outlaying a webpage. CSS Frameworks just list some i often use: Bluepri...