好的,我在这里浏览了一些主题,但没有明确的答案。有人可以指导我吗?
CSS:
body {
background-image: url(background.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
color: #EEEEEE;
font-family: Andalus;
}
a{
color: #FFFFFF;
}
h1 {
font-family: Andalus;
}
HTML:
<html>
<head>
<title>Shipping Verification System</title>
<LINK rel="stylesheet" href="web.css" type="text/css" media="Screen"/>
<LINK rel="stylesheet" href="web.css" type="text/css" media="handheld"/>
</head>
如何将其转换为手持格式?先感谢您。