Thanks Sergio, but your example also don't work (
this is full page code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;
charset=utf-8" />
<meta name="language" content="en" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<title>title</title>
</head>
<body>
<div class="unit columns full-height">
<div class="container content full-height">
<div class="column vertical-center horizontal-center">
<div class="message">hello</div>
</div>
</div>
</div>
</body>
</html>
and in main.css
@import url(elastic.css);
.content {
border: 1px solid #efefef;
}
any ideas ?
On 19 июл, 20:14, Sergio de la Garza <
sergio.delaga...@gmail.com>
wrote:
> Try this:
>
> <div class="unit columns full-height">
> <div class="container content full-height">
> <div class="column vertical-center horizontal-center">
> <div class="message">hello</div>
> </div>
> </div>
> </div>
>
> --
> Sergio de la Garza
> Sent with Sparrow (
http://www.sparrowmailapp.com/?sig)
>
>
>
>
>
>
>
> On Tuesday, July 19, 2011 at 8:57 AM, Vladimir wrote:
> > Hello!
>
> > i try to use this construction
>
> > <div class="unit columns full-height">
> > <div class="container content">
> > <div class="column vertical-center horizontal-center">
> > <div class="message">hello</div>
> > </div>
> > </div>
> > </div>
>
> > but full-height and alignments don't work
>
> > what i do wrong ?
>
> > p.s. .content class contain only "border: 1px solid #efefef;"
>
> > andhttp://
min.us/me3GhcW- screenshot
>
> > Thanks.
>
> > --
> > You received this message because you are subscribed to the Google Groups "Elastic CSS Framework" group.
> > To post to this group, send email to
elastic-cs...@googlegroups.com (mailto:
elastic-cs...@googlegroups.com).
> > To unsubscribe from this group, send email to
elastic-css-fram...@googlegroups.com (mailto:
elastic-css-fram...@googlegroups.com).