Heim > Web-Frontend > HTML-Tutorial > HTML无法关联CSS~!求帮助!_html/css_WEB-ITnose

HTML无法关联CSS~!求帮助!_html/css_WEB-ITnose

WBOY
Freigeben: 2016-06-24 11:49:35
Original
1448 Leute haben es durchsucht

这是HTML的代码
nbsp;html>



JavaScript简易日历 - 智能课堂 - www.zhinengshe.com

<script> <br /> </script>






    

            
  • 1

    JAN


  •         
  • 2

    FER


  •         
  • 3

    MAR


  •     
            
  • 4

    APR


  •         
  • 5

    MAY


  •         
  • 6

    JUN


  •   
            
  • 7

    JUL


  •         
  • 8

    AUG


  •         
  • 9

    SEP


  •    
            
  • 10

    OCT


  •         
  • 11

    NOV


  •         
  • 12

    DEC


  •    
        
        

            

    1月活动


            

    快过年了,大家可以商量着去哪玩吧~


        







这是 CSS里面的代码
@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }
li { list-style: none; }
body { background: #f6f9fc; font-family: arial; }

.calendar { width: 210px; margin: 50px auto 0; padding: 10px 10px 20px 20px; background: #eae9e9; }
.calendar ul { width: 210px; overflow: hidden; padding-bottom: 10px; }
.calendar li { float: left; width: 58px; height: 54px; margin: 10px 10px 0 0; border: 1px solid #fff; background: #424242; color: #fff; text-align: center; cursor: pointer; }
.calendar li h2 { font-size: 20px; padding-top: 5px; }
.calendar li p { font-size: 14px; }

.calendar .active { border: 1px solid #424242; background: #fff; color: #e84a7e; }
.calendar .active h2 { }
.calendar .active p { font-weight: bold; }

.calendar .text { width: 178px; padding: 0 10px 10px; border: 1px solid #fff; padding-top: 10px; background: #f1f1f1; color: #555; }
.calendar .text h2 {font-size: 14px; margin-bottom: 10px; }
.calendar .text p { font-size: 12px; line-height: 18px; }




CCS文件和HTML在同一个文件夹里面,我用的是dreamweaver,使用360浏览器,还有IE
我把CSS调用到内部的时候就能显示,但是放到外部调用就显示不了了!!求帮助!!


回复讨论(解决方案)

检查 下路径

检查 下路径



两个文件都在同一个文件夹里面。。。

我把CSS调用到内部的时候就能显示,但是放到外部调用就显示不了了!!求帮助!!

就是证明外部的css文件没有被正确加载

路径的问题吧

Verwandte Etiketten:
Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage