Hi,
This list isn't really a help desk. For such things Google is your friend.
Anyway, there are various methods/hacks available. My preference is to
use child selectors
eg
#container .something {
/* this will be used in ie6 */
}
#container > .something {
/* this will be used in firefox and ie7 and safari etc*/
}
the order is important
if you want ONLY FF to have the rule applied (I cannot imagine why) try
using some of the -moz attributes that may be applicable
Regards
L
Fuji kusaka wrote:
Is there any way to code css (not conditional inline css), so that the
CSS apply online to FF?
--
Fuji kusaka
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************