1 Replies - 239 Views - Last Post: 04 May 2012 - 08:45 AM

#1 ibnmvungi  Icon User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 35
  • Joined: 20-April 12

how can i increase the height of the form.i real tried by height tag

Posted 04 May 2012 - 08:43 AM

    <!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=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
* { padding:0; margin:0;}
body{padding:5px; font-family: Arial, Helvetica, sans-serif;}
ul {list-style:none;

margin:0;
padding:0;
position: absolute;
left:200px;
top: 108px;
width: 950px;
background-color:#98bf21;
background-position:center;
height: 33px;
}
ul li {float:left; padding-right:1px; position:relative;
}
ul li li{
float:none;
}
ul ul{
width:6em;
}
ul a {display: table-cell; vertical-align:middle ; width: 100px; height:33px;
text-align:center; background:#98bf21; color:#FFF; text-decoration:none; font-weight:bold;}
ul a:hover{ background:#7A991A;
}
li > ul { display:none; position:absolute; left:0; top:100%;
}
li:hover >ul{ display:block;
}
li >ul li{padding:0; padding-top:1px;
}
li > ul li >ul{ left:100%;top:0; padding-left:1px;
}
li > ul li >ul li{width:100px
;}
li:hover >a{background:#7A991A;}
form.sach{ float:right; padding:5px; }

</style>
</head>
<body>
 <center><img  id="fromtop" src="images/udoma.jpg" width="950" height="100" align="center" longdesc="http://udomsa/images/" /></center>

<ul >
<li ><a href="?action=home">HOME</a></li>
<li ><a href="#">SERVICES</a>
<ul >
<li ><a href="?action=photocopy">Photocop</a></li>
<li ><a href="?action=printing">Printing</a></li>
<li ><a href="?action=scanning">Scanning</a></li>
<li ><a href="?action=internet">Internet</a></li>
<li ><a href="#">IT</a>
<ul>
<li ><a href="?action=maintainace">Maintain</a></li>
<li ><a href="?action=web-design">Web des</a></li>
<li ><a href="?action=networking">Network</a></li>
<li ><a href="?action=graphics">Graphics </a></li>
<li ><a href="?action=webhost">Web host</a></li>
</ul>
</li>
</ul>
</li>
<li ><a href="?action=about-us">ABOUT US </a></li>
<li ><a href="shoping-cart/index.php">GALLERY</a></li>
<li ><a href="?action=contact-us">CONTACT</a></li>
<form action="" method="post" name="search" class="sach">
<input type="text" name="search" value="search here"  /> <input type="submit" value="go" />
</form>
</ul><br/><br/>
</body>
</html>









Is This A Good Question/Topic? 0
  • +

Replies To: how can i increase the height of the form.i real tried by height tag

#2 modi123_1  Icon User is offline

  • Suitor #2
  • member icon



Reputation: 6434
  • View blog
  • Posts: 23,423
  • Joined: 12-June 08

Re: how can i increase the height of the form.i real tried by height tag

Posted 04 May 2012 - 08:45 AM

Do no create duplicate topics.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1