Click here to Skip to main content
15,879,089 members

Comments by _Flaviu (Top 5 by date)

_Flaviu 20-Mar-23 10:24am View    
So, I have tried
HTML
Expand ▼




<title>Horizontal and Vertical alignment


.container {
height: 200px;
width: 400px;
border: 2px dashed #4b2869;
display: table-cell;
text-align: center;
vertical-align: middle;
position: relative;
}
.container1 {
height: 200px;
width: 400px;
border: 2px dashed #4b2869;
display: table-cell;
text-align: center;
vertical-align: bottom;
position: absolute;
}




container
container1




Outcome:
https://ibb.co/XJWv19n
But I want those two DIVs to be one under the other: https://ibb.co/jWbQ0DH
_Flaviu 20-Mar-23 5:26am View    
Yes, I know that, but I want div should stay one under the other.
_Flaviu 26-Nov-18 3:04am View    
You can find here a ready to go CComboBox class, including tooltip on combo items: https://www.codeproject.com/articles/187753/%2fArticles%2f187753%2fExtended-CComboBox
_Flaviu 5-Feb-14 7:54am View    
Yes, I know, but if someone search for the same problem, he could find this solution too. :)
_Flaviu 10-Jun-13 3:39am View    
Ok, I will remove it, I just want to help to somebosy who front with this problem ... :)