GoogleQuality
07-27-2008, 08:46 AM
hi
i have a div which contains some form elements and i have attached a style to it, the problem is that the style doesn't work for the element assigned to it
<form action="../'.$_GET['lang'].'/index.php?lang='.$_GET['lang'].'&type=career" method="post" ENCTYPE="multipart/form-data">
<div class="cv">
<ul>
<li>Name:</li>
<li><input type="text" name="guest" size="25"></li>
</ul>
<ul>
<li>Your Email:</li>
<li><input type="text" name="guest" size="25"></li>
</ul>
<ul>
<li>Additional Notes :</li>
<li><textarea cols="30" rows="4" name="comment"></textarea></li>
</ul>
<ul>
<li>CV location:</li>
<li><input type="file" name="file" size="30"></li><li> <input type="submit" value="send" name="submit"></li>
</ul>
</div>
</form>
css class
div.cv ul li
{
display:inline;
list-style:none;
}
any suggestions or help please
i have a div which contains some form elements and i have attached a style to it, the problem is that the style doesn't work for the element assigned to it
<form action="../'.$_GET['lang'].'/index.php?lang='.$_GET['lang'].'&type=career" method="post" ENCTYPE="multipart/form-data">
<div class="cv">
<ul>
<li>Name:</li>
<li><input type="text" name="guest" size="25"></li>
</ul>
<ul>
<li>Your Email:</li>
<li><input type="text" name="guest" size="25"></li>
</ul>
<ul>
<li>Additional Notes :</li>
<li><textarea cols="30" rows="4" name="comment"></textarea></li>
</ul>
<ul>
<li>CV location:</li>
<li><input type="file" name="file" size="30"></li><li> <input type="submit" value="send" name="submit"></li>
</ul>
</div>
</form>
css class
div.cv ul li
{
display:inline;
list-style:none;
}
any suggestions or help please