I am making web site for my working company. I want to use 4 images for top,left,right and bottom.I use four div tag for it. I complete my home page and it open through the note book.
Ohhhhhhhhhhhhhh.... div tags gone away. Again I use anothe big monitor. Then div tags and images go other side. It is big trouble for me.Please give me help or Give good another Idea for it.thank you.I post my code in here plese ceck it and give me idea for it.
http://img.webmaster-talk.com/images...s/confused.gif
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<div style="position: relative; left: 2px; width:992px; height:32px; top: -14px;"><img src="upper.jpg" width="100%" height="98%" /> </div>
<div style="position:relative; left: 2px; width:3%; height:399px; top: -15px;"><img src="side3.jpg" width="100%" height="402" /> </div>
<div style="position:relative; left: 957px; width:3%; height:399px; top: -415px;"><img src="side3.jpg" width="100%" height="402" /></div>
<div style="position:relative; left: 2px; width:992px; height:32px; top: -415px;"><img src="under3.jpg" width="100%" height="100%" /> </div>
<div style="position:relative; width: 922px; left: 37px; right:auto; bottom:auto; top:-850px;" align="center"><table width="99%" border="1" >
<tr valign="top">
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th height="23" scope="row"> </th>
</tr>
</table>
</div>
</body>
</html>
Last edited by LadynRed; 01-01-2009 at 10:35 AM..
|