|
One thing too, that I have done is to edit all of my code to play in Firefox, validate it, both HTML and CSS, then add browser-specific CSS for IE, by inserting conditional comments into your HTML to add a style sheet targeting the needs of Microsoft's inept browser technology.
Do a Google search for css conditional comments. IE style sheets will not be loaded by other browsers, and if loaded into IE after the main CSS, will overwrite the mail CSS where needed to make IE do it right.
Last edited by L a r r y; 08-24-2008 at 04:06 PM..
Reason: After browser restart my Enter key is working to make paragraphs.
|