about.html
来自「80套经典网页设计模版 80套完整的经典网页设计模板」· HTML 代码 · 共 246 行
HTML
246 行
<html>
<HEAD>
<TITLE>largin' it - About Us </TITLE>
</HEAD>
<script language="JavaScript"><!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";
if ( version == "n3" || version == "e4" )
{
about_on = new Image ( 134, 94 );
about_on.src = "images/about_on.gif";
news_on = new Image ( 134, 70 );
news_on.src = "images/news_on.gif";
stuff_on = new Image ( 134, 70 );
stuff_on.src = "images/stuff_on.gif";
contact_on = new Image ( 134, 70 );
contact_on.src = "images/contact_on.gif";
links_on = new Image ( 134, 94 );
links_on.src = "images/links_on.gif";
guestbook_on = new Image ( 134, 94 );
guestbook_on.src = "images/guestbook_on.gif";
home_on = new Image ( 134, 94 );
home_on.src = "images/pages/home_on.gif";
about_off = new Image ( 134, 94 );
about_off.src = "images/about_off.gif";
news_off = new Image ( 134, 70 );
news_off.src = "images/news_off.gif";
stuff_off = new Image ( 134, 70 );
stuff_off.src = "images/stuff_off.gif";
contact_off = new Image ( 134, 70 );
contact_off.src = "images/contact_off.gif";
links_off = new Image ( 134, 94 );
links_off.src = "images/links_off.gif";
guestbook_off = new Image ( 134, 108 );
guestbook_off.src = "images/guestbook_off.gif";
home_off = new Image ( 134, 108 );
home_off.src = "images/pages/home_off.gif";
}
function button_on ( imgName )
{
if ( version == "n3" || version == "e4" )
{
butOn = eval ( imgName + "_on.src" );
document [imgName].src = butOn;
}
}
function button_off ( imgName )
{
if ( version == "n3" || version == "e4" )
{
butOff = eval ( imgName + "_off.src" );
document [imgName].src = butOff;
}
}
// --></script>
<body bgcolor="#000000" link="666666" alink="ffffff" vlink="666666" background="images/bg2.gif">
<center>
<table border=0 cellpadding=0 cellspacing=0 width=98% height=98%>
<tr><td align=right valign=top>
<table border=0 cellpadding=0 cellspacing=0><tr>
<td>
<a href="about.html"onmouseout="button_off('about'); return true" onmouseover="button_on('about'); return true">
<img src="images/about_off.gif" border="0" name="about"></a></td>
<td>
<a href="news.html"onmouseout="button_off('news'); return true" onmouseover="button_on('news'); return true">
<img src="images/news_off.gif" border="0" name="news"></a></td>
<td>
<a href="stuff.html"onmouseout="button_off('stuff'); return true" onmouseover="button_on('stuff'); return true">
<img src="images/stuff_off.gif" border="0" name="stuff"></a></td>
<td>
<a href="contact.html"onmouseout="button_off('contact'); return true" onmouseover="button_on('contact'); return true">
<img src="images/contact_off.gif" border="0" name="contact"></a></td>
<td>
<a href="guestbook.html"onmouseout="button_off('guestbook'); return true" onmouseover="button_on('guestbook'); return true">
<img src="images/guestbook_off.gif" border="0" name="guestbook"></a></td>
<td>
<a href="links.html"onmouseout="button_off('links'); return true" onmouseover="button_on('links'); return true">
<img src="images/links_off.gif" border="0" name="links"></a></td>
</tr>
</table>
</td></tr>
<tr><td valign=top align=left>
<table border=0 width=100% cellpadding=0 cellspacing=0 height=98%>
<tr><td align=left valign=middle>
<table border=0 cellpadding=0 cellspacing=0 width=75%>
<tr>
<td><img src="images/pages/topleft.gif"></td>
</tr>
<tr>
<td>
<a href="index.html"onmouseout="button_off('home'); return true" onmouseover="button_on('home'); return true">
<img src="images/pages/home_off.gif" border=0 name="home"></a></td>
<td valign=top align=right rowspan=3>
<img src="images/space.gif" width=75>
</td>
<td valign=top align=right rowspan=3>
<font face="arial,helvetica" color="ffffff" size=3>
about</font><P>
<font face="arial,helvetica" color="ffffff" size=2>
This is the bit to put all your information about you in. Try playing with borders, the font tag, colours and the table widths and heights to achieve your prefered result! This is the table to put all your information about you in. Try playing with borders, the font tag and the table widths and heights to achieve your prefered result!<P>
This is the table to put all your information about you in. Try playing with borders, the font tag and the table widths and heights to achieve your prefered result!</font>
</td>
</tr>
<tr>
<td><img src="images/pages/bottomleft.gif"></td>
</tr>
</table>
</td></tr></table>
</td></tr></table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?