Posted by: Amit Nazare on: June 11, 2009
Well all of us might be knowing how to align a text or an image at the bottom when you are using a table. Just say vertical-align:bottom; this will work out. But when you are working with div’s this woun’t work out. So for this to work we need to give the div’s some special [...]
Posted by: Amit Nazare on: April 24, 2009
Most of us might have seen when working with divs valign doesn;t seem to work. So to make it align exactly vertically align center we normally make use of padding-top and padding-bottom property. Rather then using this there is another solution for this. Try using the below code: <div id=”outerdiv” class=”border”> <div id=”middlediv”> <div id=”innerdiv” [...]