我在我的網站主頁上放置了一個圖像,但是我想要移動圖像的位置而不是操縱圖像的像素。我確定它與填充或邊距有關,但我不確定如何將其實施到我的程序中。這是我的代碼:如何移動圖片的位置?
<!doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheetMain.css">
<title> Main Page </title>
</head>
<body>
<!-- This is the image I want to move around! -->
<img src="blake.jpg" alt="Mountain View" style="width:141px;height:114px;">
<div class="link1" onclick="location.href='';" style="cursor: pointer;">
</div>
<div class="link2" onclick="location.href='ImagePage.html';" style="cursor: pointer;">
</div>
<div class="link3" onclick="location.href='gamequiz.html';" style="cursor: pointer;">
</div>
<div class="link4" onclick="location.href='orderform.html';" style="cursor: pointer;">
</div>
<div class="link5" onclick="location.href='comments.html';" style="cursor: pointer;">
</div>
<div class="link6" onclick="location.href='';" style="cursor: pointer;"><br><br><br>
Author: Michael Cattermole
</div>
</body>
</html>
「移動」如何?在我們能夠幫助您之前,您需要添加更多信息。 – Josiah
我確定這很清楚這意味着什麼,例如,如果我有一個圖像在某個位置,並想稍微向上,向下,向左或向右移動它。 – toadflax
Err ...「這是我想要移動的圖像!」 – Josiah