我的css页面未启用 [英] My css page is not enabled

查看:54
本文介绍了我的css页面未启用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在项目中使用了6个样式表。我的三个css被称为。但是两页没有打电话。我在Firebug上查看时没有启用。



在我的css页面中,我使用下面的代码调用图像。



这是正确与否。如果没有其他原因css页面未启用



I m using 6 style sheets in my project. Three of my css is called. But two page is not calling. It is not enabled when I check it on Firebug.

In my css page, I called images using below code.

It is correct or not.If anyother reason css page is not enabled

#theme-default .acitem li a {
    background: url(http://localhost:1551/Employee_Payroll/img/dot.png) repeat-x bottom !important;
    border-right:#bfbfc0 1px solid;
    border-bottom:#babbbb 1px solid;
    border-left:#bfbfc0 1px solid;
    border-top:none !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;

}
#theme-default #primary_nav .icon_block, #theme-default .search_btn{
	background:url(http://localhost:1551/Employee_Payroll/img/alpha.png) no-repeat;
}

My html coding
 <div id="primary_nav" class="g_blue">
		 <ul>
			 <li><a href="#" title="Dashboard"><span class="icon_block m_dashboard">Dashboard </span></a></li>
			 <li><a href="#" title="Projects"><span class="icon_block m_projects">Projects </span></a></li>
			 <li><a href="#" title="Events"><span class="icon_block m_events">Events </span></a></li>
			 <li><a href="#" title="Address Book"><span class="icon_block p_book">Address Book </span></a></li>
			 <li><a href="#" title="Media"><span class="icon_block m_media">Media </span></a></li>
			 <li><a href="#" title="Settings"><span class="icon_block m_settings">Settings </span></a></li>
		 </ul>
	 </div>

推荐答案

您好,



请首先确保您已经给出了正确的css路径。

如果是,那么请发布您的HTML代码,以便我们能够解决这个问题。
Hello,

Please first make sure that you have given proper path of css.
if yes then please post your html code so we''ll able to sort out this issue.


这篇关于我的css页面未启用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆