📄 gallery7_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">
then set by using the existing document width minus the
imported image width and then divided by 2 so as to center
the image.
</p>
<p class="main">
<strong>Line 3:</strong> We do exactly the same thing for the
preloadLYR element.
</p>
<p class="main">
<strong>Line 4:</strong> Again here we are doing the same
thing for the captionLYR element.
</p>
<p class="main">
<strong>Line 5:</strong> We set the accessLYR visibility to
hidden for each subsequent page load. Both the main page and
those being imported have an accessibility menu so we turn
them off with JavaScript.
</p>
<p class="main">
<strong>Line 6:</strong> This line calls a function named
fadeIn. As the name implies it is the function that drives
the fading effect. We delay the fading by 1300 milliseconds
by using a setTimeout method to avoid flickering as the image
renders on
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -