I hate working on a web project just to spend hours trying to make CSS things compatible with IE just because it doesn't support things like 'right: 1%'!!!!!!!!!!
DIE IE DIE DIE DIE!!!
Maybe someone has a solution for this.
Currently my page has two divs with different height but I want their bottoms to line up 74% of the way down the page.
div.blah, div.bleck { bottom: 26%; }
Works fine in everything except IE. A couple blocks above these two blocks need to have height set by pixel/em so I can't calculate a percentage for their height. Any ideas of how to fix this?
DIE IE DIE DIE DIE!!!
Maybe someone has a solution for this.
Currently my page has two divs with different height but I want their bottoms to line up 74% of the way down the page.
div.blah, div.bleck { bottom: 26%; }
Works fine in everything except IE. A couple blocks above these two blocks need to have height set by pixel/em so I can't calculate a percentage for their height. Any ideas of how to fix this?