Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Making divs “movable” Re: Making divs “movable”

#58077
yadolph
Member

Hi again guys. I’ve made it working :)
That’s the code for me:





just some text




just some text




just some text




just some text




just some text




just some text







.highlights
{
margin: 0em 0 0 -2em;
text-align: center;
}

.highlight
{
text-decoration: none;
display: -moz-inline-box;
display: inline-block;
vertical-align: top;
text-align: left;
margin: 3em 0 0 2em;

}

.highlight .r
{
width: 24em;
float: left;
border: 1px #000 dashed;
}

I found useful information here: http://www.artlebedev.ru/tools/technogrette/html/thumbnails-center/
It’s in Russian, so that could be hard for one to read explaining comments. But still, that was useful.