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
HTML Code:<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
any suggestions or help pleaseCode:div.cv ul li { display:inline; list-style:none; }



Reply With Quote

.

Bookmarks