2012-03-19 49 views
1

我遇到以下问题: 我正在使用标记预显示某些信息。无法将样式应用于Safari中的标记预置

<pre class="maze align-center"> 
* * * *** * ******* * * * * * * * ** * * ** * * ** * * * * * * * * *** * * * * * * * * * * * * * * ***** * * * ** * * * * *** * * * * * * * * * * * * * **** 
*  *  *     **  **  **     *        *   **  ** *  *      ** 
* *** ** *** ** *** ** **** ** *** ** *** ** *** ** **** ** **** ** *** ** *** ** **** ** **** ** *** ** *** ** *** ** *** ** **** ** **** ** *** ** 
etc... 
</pre> 

我的风格:

pre, code {font-family:monospace, monospace;} 
.maze { line-height: 7px; border: 0; font-size: 9px; } 
.align-center{ text-align: center; } 

的问题是,样式没有在MacOS下的Safari应用到.maze。请注意,在其他浏览器和Windows下的Safari浏览器中,一切正常。 有什么不对?

回答

0

在Safari中看起来很好吗?从上到下 - 火狐,Safari,Chrome浏览器

enter image description here http://i.stack.imgur.com/AxwwV.png

的Mac OSX 10.6.8。

似乎Firefox是你的狡猾之一吗?

相关问题