Wednesday, July 1, 2009

How to center div horizontally + position vertically

As far as centering div horizontally is a common issue, here I want to provide one solution.

Take situation that we have a dive with fixed width say 300px, and we want to position it from top say 150px and we want this div to be positioned in horizontal center.

What I do for this is that I take one outer div, give it absolute position, top 150px and width 100%; then I make another div inside the previous one, and give it width as we wanted 300px, position relative to outer div and left and right margins set to auto. So now outer div makes vertical position alignment and is used also for inner div's relative left and right auto margin calculation.

So here's the code:

<style type="text/css">
.outerDiv
{
top: 150px;
position: absolute;
width: 100%;
text-align: center;
}

.innerDiv
{
margin-left:auto;
margin-right:auto;
position: relative;
width: 300px;
background-color: black;
}
</style>

...

<div class="outerDiv">
<div class="innerDiv">
inner div content
</div>
</div>

Sunday, February 15, 2009

Basics of Abstract Records Part One, Active Records, Active Records Searcher.



Creating interactive QT hello world GUI application using QT Creator.



Sunday, January 4, 2009

Abstract Records 1.0

I've just released database abstraction layer for PHP.
Have a look and interact with at this moment MySQL without writing SQL:
http://www2.ivanegegia.net/abstract-records

Library contains active records and active records searcher also.

Sunday, December 21, 2008

GameProducer.net 4ever

I'm getting gift once in an age and actually never on Xmas :D and now today Juuso the Santa from GP broke this rule and made me a present :) .
Yeeep this is great world with a great internet and people there.

Visit the great site about game development and you'll get there gifts http://www.gameproducer.net

Thursday, October 16, 2008

I've started to learn Deutsch

Finally I've started to learn Deutsch, after several tries finally I've found time to study this beautiful, strict and industrial music like language. :)
Ich will tnn tnn nn.. Ich will tnn tnn nn :D :P

Saturday, October 11, 2008

We in future aliens in our dreams :D




After watching this a cost effective bio sensor and signal processing system for the consumer market. Now I think, we in near future, we only brains, manipulating things with power of mind through this sensors, our hand are like hand of aliens, not for mecanical work... Hah the future is beatiful :D