【发布时间】:2014-05-19 14:16:40
【问题描述】:
我有一个下面的 CSS,它适用于 Google Chrome,但不适用于 Firefox。
$document->addStyleDeclaration('body{margin-bottom:65px!important}
.toolbar_fixed{position:fixed;left:1px;bottom:-5px;width:100%!important}
.toolbar_fixed_inner{style="height:100%;width:100%;background:'.$params->get('background').';border-top:'.$params->get('border_pixels').'px solid '.$params->get('border_color').';color:#202020}
.toolbar_fixed_content{text-align:'.$params->get('align').';width:100%;margin-top:10px;padding-bottom:10px;margin-bottom:5px}
.toolbar_fixed_content a:hover{background:none!important}
.toolbar_fixed_content img{margin-right:'.$params->get('images_space').'px}
');
如果您在 Google Chrome 和 Firefox 中查看此链接(带有社交媒体图标的底部栏),您将了解其中的区别。 http://www.joomla357.com/demo/toolbar-joomla-module.html
请让我知道我怎样才能获得相同的 Firefox。谢谢
【问题讨论】:
标签: php html css google-chrome firefox