WebDuck Designs is a website design company that constructs all of our websites using CSS. Our team of experienced web developers can transform any website mockup image into a fully functional CSS based webpage. If you need a design turned into a CSS layout or are looking to have a new search engine optimized website constructed then contact us via our contact form or by phone at 860.781.6028
CSS is short for Cascading Style Sheets. CSS is a set of styles or rules used to define how a webpage, website, or a particular XHTML element is formatted. CSS was introduced by the W3C as a way to standardize how web browsers decipher the formatting of a web page. Internet Explorer based web browsers and Mozilla based web browsers like Firefox and Netscape Navigator were continuing to add new proprietary HTML tags leading to programmers and designers having to spend more time worrying about cross browser compatibility then being creative and actually designing. Since its inception, CSS has proven to be a very successful and much needed implementation. With the exception of Internet Explorer including the newest IE 7 all the major browsers adhere to the CSS rules established by the W3C. Recently CSS has evolved into Responsive CSS. Responsive CSS is when you build a website to be responsive according to the size of the screen the website is being viewed on. Responsive CSS was created primarily for making websites more user friendly on mobile devices such as tablets and phones.
A CSS based layout is a cross browser compatible webpage that uses the "div" tag as its defining element. By using a "div" tag you can eliminate the complicated "table" based layouts with embedded tables, table rows, and table cells. For an example of what a CSS based website looks like, just view the source code for any of the web pages on webduckdesigns.com . The difference between a regular CSS based layout and a Responsive CSS based layout is that standard CSS layouts define element width and height in fixed pixels and a Responsive CSS layout primarily uses percentages to define the weight and height of elements. A regular CSS layout would have a div that is 50px wide where as a Responsive CSS layout would have a div width set to 50%.