CSS
IE 8 Compatibility Mode and SharePoint
Recently, the Internet Explorer team released IE 8 beta 2. It’s a monumental leap forward for not only web designers but also the Internet. However, it is not without controversy, but first it needs a little background. A Little Background Internet Explorer has for a long time been the bane of web developers. Every since […]
CSS Browser Reset
A trendy topic amongst CSS’ers is the CSS reset. The idea is that you intercept the default browser stylesheet (that is used first in the cascade), reset, and then apply generic styles including margin/padding. I read many articles by many gurus, but I eventually came out with what I have below. For differing implementations check out […]
Form Layouts With CSS
Laying out forms with Cascading Style Sheets (CSS) is a complex topic. In light of many developers doing their first overall CSS layouts they often bail when it comes to laying out forms with CSS and avoiding both tables and line breaks. The code example shows the following: Well-formed, semantic markup CSS for layout and […]