frameset與css

來源:互聯網
上載者:User

架構頁

<html>

<head>

<title></title>

</head>

<frameset rows="50,*" frameborder="1" border="0" framespacing="0">
  <frame src="shang.htm"/>
  <frameset cols="20%,*">
    <frame src="xia.htm"/>
    <frame src="body.htm"/>
  </frameset>
</frameset>

</html>

 

 

css

1.css

/* CSS Document */
img.button
{
 
 font-size : 4pt ;
 cursor : hand ;
}
.input
{
font-size : 29pt ;

}

1.htm

<html>

<head>

<title></title>

</head>

<body>
<link href="1.css" rel="stylesheet" type="text/css">
<img src="12.gif" class="button">
<select name="dimz" class="input">
<option value="love">愛</option>
<option value="betray">背叛</option>
</select>
</body>

</html>

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.