css - Zend 3 样式表不包含在 IE 中

标签 css zend-framework3

在我的 zend 3 元素中,样式表很好地包含在 Chrome 和 firefox(以及所有其他工具)中,只有 IE 不包含样式表...

<!-- Le styles -->
<?= $this
    ->headLink(['rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/img/icon.png'])
    ->prependStylesheet($this->basePath('css/style_algemeen.css?id=28'))
    ->prependStylesheet($this->basePath('css/bootstrap.min.css'))
?>

http://maintenanceplus.nl/

最佳答案

我发现了问题,8 位颜色代码(例如#016e95ff)就是问题所在。 IE对此不满意!回到 6 位数后#016e95 问题消失了

关于css - Zend 3 样式表不包含在 IE 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57869218/

相关文章:

css - bootstrap 3.0 中的列仅垂直堆叠

javascript - 如何使用 Bootstrap 在悬停时显示 Action 列表?

java - 在带有 spring 的 jsp 页面中包含样式表

zend-framework2 - 如何使用 ZF3 设置延迟加载(任何地方都没有 ServiceLocator 模式)

php - 使用 Zend Framework 3 中的选项调用服务

html - 显示 Jpeg 时,浏览器显示的大小约为应有大小的两倍

html - 没有宽度的中心 float 容器

escaping - Zend Framework 3 - 元标记奇怪地转义 - 对规范 url 的影响?

php - ZF3 session 超时问题

php - 在 ZF3 中获取模块配置