DIV 求助CSS链接

来源:百度知道 编辑:UC知道 时间:2024/05/06 18:26:06
我是刚接触DIV我得到了一段代码如下:
<HTML><HEAD>
<TITLE>导航</TITLE>
<STYLE type=text/css media=screen>
@import url( http://www.xxxxxx.com/20061.css );
@import url( http://www.xxxxxx.com/20051.css );
@import url( http://www.xxxxxx.com/20062.css );
@import url( http://xxxxxx.com/20063.css );
</STYLE>
<BODY class=CurHome>
<DIV id=Head>
<DIV id=ChannelMenu>
<UL id=ChannelMenuItems>
<LI id=MenuHome>
<A href="###" target=_top><SPAN>首页</SPAN></A> </LI>
<LI id=MenuDigital>
<A href

下载CSS到本地。
<link href="20061.css" rel="stylesheet" type="text/css">
<link href="20051.css" rel="stylesheet" type="text/css">
<link href="20062.css" rel="stylesheet" type="text/css">
<link href="20061.css" rel="stylesheet" type="text/css">
请注意CSS的路径。

把CSS先下载到你的机器上,放到你的站点内,然后
@import url( css/20061.css );
@import url( css/20051.css );
@import url( css/20062.css );
@import url( css/20063.css );

my god
我以为你拿的我的网站的css呢。呵呵我的也是你那样的
http://www.ohen.com.cn/Ent/