درود بر شما
دوست عزیز، در خواست شما در حد سفارش یک پروژه هست.
در انتظار باشید تا کاربری اجرای آن را بعهده بگیرد.
موفق باشید
تشکر از توجهتون
من نمیخوام کسی برام اینو بنویسه
خودم تقریبا اینو نوشتم فقط نمیتونم منوشو در بیارم
کدی که استفاده میکنم هم میزارم ... مشکلم اینه که با padding و margin که کار میکنم روش اثر نمیزاره
اینم کدشه
<html>
<title>flashmo_013</title>
<style>
#p1{
background-image : url('background2.jpg');
background-repeat: no-repeat;
background-attachment: fixed
background-position: center;}
#meno{ margin: 10px;padding: 20px
width:130px;
height:150px;}
a {
background-image:url(1.gif);
margin:5px;padding: 3px 10px;
text-decoration:none;width:130px;
height:150px; }
a:hover {
color: white;
background-image: url(1-h.gif);
text-decoration: none;}
#tdr{
left:15px;
top:50px;
bottom:35px;
right:20px}
#td1{
font-style: italic;
color:#9A0101;
font-size:105%;
text-align: left}
#td{
color:#242424;
font-family:verdana;
font-size:85%;
text-align:justify;
line-height: 17px;}
</style>
<body >
<div id="p1" >
<div id="meno" align="right" valign="top">
<tr> <td align="right"><a href="home.html"><img src="home"></a></td>
<td align="right"><a href="web.html"><img src="web"></a></td>
<td align="right"><a href="photo.html"><img src="photo"></a></td>
<td align="right"><a href="our.html"><img src="our"></a></td>
<td align="right"><a href="about.html"><img src="about"></a></td>
<td align="right"><a href="contact.html"><img src="contact"></a></td>
</tr>
</table>
</tr>
<tr>
<td cellpadding="20" cellspacing="30" align="center" valign="middle">
<div align="right" valign="middle" attachment="fixed" style="background-color:#FFFFFF;border:2px solid #0099CC;width:850px;height:300px;position: absoluter" >
<table cellpadding="10" cellspacing="10" align="center" valign="middle">
<tr >
<td id="tdr" rowspan="2" >
<div > <img src="1.png"> </div></td>
<td id="td1">
<big>Welcome to Flashmo.com</big></i></td>
</tr>
<tr>
<td id="td" ><p><small> This is a content area of your web site which you can easily</br>
copy and paste your text paragraphs. You can modify or add </br>
more pages as you like. Feel free to use this layout.</br>
</br>
Photos are from
www.flashband.net/photos page.</br>
</br>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed </br>
diam nonummy nibh euismod tincidunt ut laoreet dolore </br>
magna aliquam erat volutpat. Ut wisi enim ad minim </br>
veniam, quis nostrud exerci tation ullamcorper suscipit </br>
lobortis nisl ut aliquip ex ea commodo consequat. Duis </br>
autem vel eum iriure dolor in hendrerit in vulputate velit esse </br>
molestie consequat, vel illum dolore eu feugiat nulla facilisis </br>
at vero eros et accumsan et iusto odio dignissim qui blandit </br>
praesent luptatum zzril delenit augue duis dolore te feugait </br>
nulla facilisi.
</small></p>
</td>
</tr>
</table>
</div>
</body>
</html>