Actually Firefox will use
Border: 1px solid #ffffff;

CSS requires that any length unit include the type (px, pt, in, em, ex, %)
with the exception that 0 does not need to have a type.
It also requires that hex numbers use the #sign in front of them.

FireFox gets it correctly. IE is sloppy.

-----Original Message-----
From: CF Developer [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 16, 2005 3:28 PM
To: CF-Community
Subject: Re: Stylesheet Question

I do agree that it is how it is rendered by each browser.
In IE you can use:    border: 1 solid FFFFFF;   and it will work.

However in FF, it will use this form instead:
border-width: 1px;
border-style: solid;
border-color: #FFFFFF;



On Wed, 16 Feb 2005 13:56:59 -0600, Kevin Graeme <[EMAIL PROTECTED]> wrote:
> There's not a simple chart that is acutally useful IMO. It's often not 
> whether IE or FF supports something or not, it's how they choose to 
> implement it and in what situations.
> 
> You can check this wiki: http://css-discuss.incutio.com/
> 
> What's the problem?
> 
> -Kevin
> 
> 
> On Wed, 16 Feb 2005 13:28:42 -0500, Adkins, Randy <[EMAIL PROTECTED]>
wrote:
> > Where can I find out the compatibility issues with CSS between IE 
> > and FireFox?
> >
> > I have a CSS element that looks fine in IE but not FireFox.
> >
> > Thanks!
> >
> >
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:147449
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to