Search: css hack
*HTML/CSS CSS Voodoo - The dark art of CSS Hacks
Submitted by matt 48 days ago (more from blog.ginader.de)Since I joined Yahoo! I stopped using Conditional Comments for Performance Reasons (less HTTP Requests). So I needed to get familiar again with the common Hacks for Internet Explorer I had completely forgotten about. Over time I hardly ever ran into situations when other Browsers misbehaved - but it did happen. Here's the current State of my CSS Hack Collection.
*HTML/CSS Lessons Learned Concerning the Clearfix CSS Hack
Submitted by matt 351 days ago (more from perishablepress.com)I use the CSS clearfix hack on nearly all of my sites. The clearfix hack — also known as the “Easy Clearing Hack” — is used to clear floated divisions (divs) without using structural markup. It is very effective in resolving layout issues and browser inconsistencies without the need to mix structure with presentation.
*Programming A New Method To Target Internet Explorer In Javascript
Submitted by matt 1 year and 20 days ago (more from nealgrosskopf.com)I was now tasked with finding a way within Javascript to target IE. I've seen most people use Conditional Comments (CC) to target IE in CSS hacks, but I seldom see people serve IE anything other than stylesheets with this method. I think a few people forget that you can actually wrap CCs around any valid HTML elements
*HTML/CSS CSS Hack for Internet Explorer 8
Submitted by matt 1 year and 97 days ago (more from acidmartin.wordpress.com)Notwithstanding the improvements in the CSS support in Internet Explorer 8, there may be cases when a CSS hack for that particular browser is necessary. Here is one that works in IE8 Standards Compliance Mode
*HTML/CSS Browser-specific CSS hacks
Submitted by matt 1 year and 138 days ago (more from paulirish.com)I don't use CSS hacks anymore. Instead I use IE's conditional comments to apply classes to the body tag. Nonetheless, I wanted to document every browser-specific css selector and style attribute hack I've seen. Plus there's no way to provide stylesheets to only Safari, I believe.
*Miscellaneous IE8 - What you need to know
Submitted by matt 1 year and 147 days ago (more from evotech.net)Info on IE8 and CSS. ,IE8 compliance mode / preventing IE7 rendering in the IE8 browser. IE8 and Javascript. Differences between IE7 compatibility mode and IE8. IE8 CSS Hack and IE8 Developer Toolbar (or Firebug for IE8)
*HTML/CSS Equal Height Columns with Cross-Browser CSS & No Hacks
Submitted by matt 1 year and 221 days ago (more from matthewjamestaylor.com)Creating equal height columns with CSS is not as easy as it may first seem. This tutorial highlights the display problems that occur with multiple column layouts, and then shows a simple solution that works in all common web browsers. The method shown here is 100% CSS hack-free, image-free and JavaScript-free so it can even be used on the most strictly coded websites.
*HTML/CSS The Perfect 3 Column Liquid Layout
Submitted by matt 1 year and 229 days ago (more from matthewjamestaylor.com)No CSS hacks. SEO friendly. No Images. No JavaScript. Cross-browser & iPhone compatible.
- 1