Articles for the ‘MISC’ Category

IE grouping selectors bugs

We wrote about IE8 grouping Selectors bug. Working on the HTML5 Temple Gate WordPress theme we stumbled on a similar bug which affects IE6 but not IE7 and IE8. In below CSS rule we grouped the HTML5 required attribute with input tags and class, in which the [required] is a valid CC3 attribute selector, and [...]

Tags:

Minisize the background, Please! CSS3 background size

For the Wabi Sabi WordPress theme we decided to give support for iPad portrait view, the first thing that needed special treatment is the container’s background image which is 980px wide. Thanks to the CSS3 no extra background image required for a 780px portrait view in iPad. In the desktop version we served this: A [...]

Tags:

IE8 grouping Selectors bug

Came across a CSS bug triggers by non-supported selector(s) in IE8. In this example, the first and last menu items, the last block of the content area and GO button which are grouped with other selectors, shared the same blue background image. IE8 does not support “:last-child” and ignore all other selectors. IE7 and 6 [...]

Tags: ,

New design: Temple Gate

Temple Gate is the name for this new design. We wanted a very clean and simple layout for our blog that is easy for the eyes and that it gives a sense of tranquility; the design is inspired by Japanese temple gate, the support of CSS3 border radius in Opera 10.53 and IE 9 has [...]

New design is underway

We are getting a bit tired of the look of our blog and wanted to make improvement yet there is always excuses…so we decided to use someone’s else blog theme instead hoping that it gives us more motivation to move forward with our design. Stay tuned!