mmarif4u Posted June 19, 2007 Share Posted June 19, 2007 Hi all this is my 1st post in html forum. I have site where i use div for text and forms. I want to align the image in div at bottom, but not able to do it correctly, The code is: <td background="images/bg2.jpg" valign="top" width="158" height="100%"> <div valign="top" align="left"> <form method="get" action=""> <font face="verdana" color="Green"><b>GOLF COURSES</b></font></div> <div valign="top" align="left"> Search By Name:</div> <div valign="top" align="center"><input class="textbox" type="text" name="search"><br></div> <div valign="top" align="right"><input class="button" type="submit" name="submit" value="Search"> </div> <div valign="top" align="center"><select class="textbox" name="searchbycountry"><option>Search By Country</option><option>Indonesea</option><option>Malaysia</option><option>Singapore</option></select><br></div> <div valign="top" align="right"><input class="button" type="submit" name="submit" value="Search"> </form></div> <div align="center" valign="bottom"> <br> <img src="images/message.jpg" border="0" width="140" height="60" alt=""></div> This is part in the above code which i want to put at the bottom. <div align="center" valign="bottom"> <br> <img src="images/message.jpg" border="0" width="140" height="60" alt=""></div> The link to this page is: www.kakigolf.com If u look carefully there the right there is QUESTIONS? image i want that to put it at the bottom. How can i overcome on that. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/56167-div-valign/ Share on other sites More sharing options...
Newton Posted June 19, 2007 Share Posted June 19, 2007 Does not solve your problem but I don't beleive that valign is supported with the Div Statement. Quote Link to comment https://forums.phpfreaks.com/topic/56167-div-valign/#findComment-277706 Share on other sites More sharing options...
Northern Flame Posted June 25, 2007 Share Posted June 25, 2007 <div style="position:absolute; bottom:00px;> YOUR STUFF </div> Quote Link to comment https://forums.phpfreaks.com/topic/56167-div-valign/#findComment-281716 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.