xhtml - Is it possible to make cross browser website without having any IE conditional CSS? -


if i'm not using transparent png, not using :hover on other thank a:link,

is possible make cross browser layout without having ie conditional css .and keep main css valid?

i want keep 1 css file whole needs. screen, print, handheld.

what things should consider?

sure. main thing work on test css files incrementally in multiple browsers build site. it's harder make site correct in multiple browsers once built out single browser.

element widths biggest problem since different browsers calculate widths differently.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -