some of the CSS of my project are not working in firefox higher versions

2010-12-09 Thread sam
I Developed a project for marketing.it was deployed into weblogic server .Everthing is working fine is IE all versions But CSS are not working in firefox3.5 versions. Please suggest me what i have to do to make it work in firefox versions. Thanks in advance. -- You received this message because

Re: some of the CSS of my project are not working in firefox higher versions

2010-12-09 Thread haimke
try to add !important; example: p { color: #ff !important; } On Dec 9, 11:07 am, sam syambabu...@gmail.com wrote: I Developed a project for marketing.it was deployed into weblogic server .Everthing is working fine is IE all versions But CSS are not working in firefox3.5 versions.