📄 gallery6_column1.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="main">
Let us look at the rest of the readyState==4 conditional
branch as there is a bit going on there.
</p>
<p class="code">
<strong>Line 1:</strong> getImageSize =
document.getElementsByTagName("img")[0]
.getAttribute("width");
</p>
<p class="code">
<strong>Line 2:</strong> gallery.style.left = (pageWidth -
getImageSize) / 2+"px";
</p>
<p class="code">
<strong>Line 3:</strong> preload.style.left = (pageWidth -
getImageSize) / 2+"px";
</p>
<p class="code">
<strong>Line 4:</strong>
document.getElementById('captionLYR').style.
left = (pageWidth - getImageSize) / 2 +"px";
</p>
<p class="code">
<strong>Line 5:</strong>
document.getElementById('accessLYR').style.
visibility = "hidden";
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -