1)IE not recognise css syntax if there is no space between the attribute.
table.title_bg
{
background:transparent url(/wps/images/ibs/hlbrib_bimb/sp_title_bg.gif)top left no-repeat;
}
==>work in firefox and opera but not IE (not space btw closing bracket and top)table.title_bg
{
background:transparent url(/wps/images/ibs/hlbrib_bimb/sp_title_bg.gif) top left no-repeat;
}==>work in IE
#.bodytext_9:hover { TEXT-DECORATION: none}
=>IE do recognise this as comment. Use /* comment */
Enhancing your expertise in Java, Kubernetes, Spring Boot, AWS, BTC, and ETH can significantly elevate your career prospects in the ever-evolving tech industry. Welcome to my blog, where I share insights and resources to help you master these key technologies and stay ahead of the curve. Enhance your tech skills with insights on Java, Kubernetes, Spring Boot, AWS, BTC, and ETH. Master advanced topics and stay updated with practical tips and tutorials!
Monday, November 12, 2007
CSS in IE
Labels:
css
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment