Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Align Bottom

0 views
Skip to first unread message

shapper

unread,
Dec 17, 2009, 4:17:53 PM12/17/09
to
Hello,

On the following example:

http://www.flyondreams.net/layout.html

How can I have both the image and the list text aligned on the bottom?

At the moment they are vertically aligned on top.

Thanks,
Miguel

dorayme

unread,
Dec 17, 2009, 7:36:24 PM12/17/09
to
In article
<5e4d9c22-71ab-4dc6...@c3g2000yqd.googlegroups.com>,
shapper <mdm...@gmail.com> wrote:


.wrap {display: table;}

.logo {
background: #000 url('Logo.gif');
height: 80px;
width: 340px;
display: table-cell;
}

.nav {display: table-cell;}

with

<div class="wrap">
<h1 class="logo"></h1>
<ul class="nav"><li>List item</li></div>
</div>

should give you an idea to play with quickly before you dive into your
kitchen and order all the cooks to start cooking.

--
dorayme

0 new messages