Another solution is to design your css for standard browser and then just create a iefixes.css file to load only in IE that contains the various fixes for that browser.

The trick is to add that lines in the head section:
<!--[if IE]><link href="iefixes.css" rel="stylesheet" type="text/ css" /><![endif]-->

---
Marco Bambini
http://www.sqlabs.net
http://www.sqlabs.net/blog/
http://www.sqlabs.net/realsqlserver/



On Nov 9, 2007, at 7:29 PM, [EMAIL PROTECTED] wrote:

Joe Wilson <[EMAIL PROTECTED]> wrote:

It takes time to get all popular browsers working, but it leaves a
good first impression with potential users of your software.


It seems like a better solution would be to do the website
without any CSS and then spend the days or weeks of frustration
saved working on SQLite instead.

--
D. Richard Hipp <[EMAIL PROTECTED]>


---------------------------------------------------------------------- -------
To unsubscribe, send email to [EMAIL PROTECTED]
---------------------------------------------------------------------- -------



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to