如何将图片放最底层,并在上面写字,ASP编程!在先等!

来源:百度知道 编辑:UC知道 时间:2024/05/21 07:03:15
<style type="text/css">
<!--
.STYLE2 {font-size: large}
-->
</style>
<style>
A {text-decoration: NONE}
</style>
<div align="center">
<p><img src="images/title.jpg" width="800" height="75" align="absbottom" /></p>
<table width="800" border="1" cellpadding="0" cellspacing="3" bordercolor="#ffffff" bgcolor="#FF9966" borderColorLight=#000000>
<tr>
<td width="130"><div align="center"><span class="STYLE2"><a href="index.asp">   主页   </a></span></div></td>

比如说在title.jpg的最右边写上 “欢迎光临”就OK了!!怎么写啊
还有,就是也把FLASH做为背景,上面写字,高手帮忙

谢谢游荡的风,如果要把FLASH也做成背景 上面写字的话 怎么做啊!!

blackstar_st给的一个函数很好!!谢谢!!

<table width="800" border="1" align="center" cellpadding="0" cellspacing="3" bordercolor="#ffffff" background="images/title.jpg" >
<tr>
<td height="75"><div align="right" style=" margin-bottom:60px;">欢迎光临</div></td>
</tr></table>
<table width="800" border="1" align="center" cellpadding="0" cellspacing="3" bordercolor="#ffffff" background="images/title.jpg" >
<tr>
<td height="75"><a href="index.asp"> 主页 </a></td>
</tr></table>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-t