关于xml与css

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="a.css"?>
<project>
  <image src="logo.gif" />
  <text>This is content.哈哈</text>
</project>

 

 

 a.css

*{
 font-family: 宋体;
 font-size: 12px;
 }

project
{
 border: solid 1px #008000;
 width: 760px;
 height: 200px;
 position: relative;
 left: 100px;
}
text
{
  color:#0000ff;
 
}

posted on 2007-10-12 08:51  Timanders  阅读(190)  评论(0)    收藏  举报

导航