
<html>
<head>
<title>TekPro Computer Repair</title>
<style type="text/css">
#banner {
background: #FFFFFF;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 20%;
}
#center {
background: #A0A0A0;
position: absolute;
top: 20%;
left: 20%;
width: 80%;
height: 80%;
}
#button {
background: #FFFFFF;
position: absolute;
top: 20%;
left: 0%;
width 20%;
height 10%;
}
#button1 {
background: #FFFFFF;
position: absolute;
top: 30%;
left: 0%;
width: 20%;
height: 10%;
}
#button2 {
background: #FFFFFF;
position: absolute;
top: 40%;
left: 0%;
width: 20%;
height: 10%;
}
#button3 {
background: #FFFFFF;
position: absolute;
top: 50%;
left: 0%;
width: 20%;
height: 10%;
}
#button4 {
background: #FFFFFF;
position: absolute;
top: 60%;
left: 0%;
width: 20%;
height: 10%;
}
#button5 {
background: #FFFFFF;
position: absolute;
top: 70%;
left: 0%;
width: 20%;
height: 10%;
}
</style>
</head>
<body>
<div id="banner">
<img src=banner.jpg style="width: 100%; height: 100%">
</div>
<div id="button">
<a href="home.htm"><img src="home.jpg" style="width 100%; height: 100%"></a>
</div>
<div id="button1">
<a href="service.htm"><img src="service.jpg" style="width 100%; height: 100%"></a>
</div>
<div id="button2">
<a href="products.htm"><img src="products.jpg" style="width 100%; height: 100%"></a>
</div>
<div id="button3">
<a href="contact.htm"><img src="contact.jpg" style="width 100%; height: 100%"></a>
</div>
<div id="button4">
<a href="testimonies.htm"><img src="testimonies.jpg" style="width 100%; height: 100%"></a>
</div>
<div id="button5">
<a href="about.htm"><img src="about.jpg" style="height: 100%; width 100%"></a>
</div>
<div id="center">
<center>HOME PAGE</center>
</div>
</body>
</html>

New Topic/Question
Reply


MultiQuote




|