View Single Post
Old 07-09-2002, 08:41 PM   PM User | #6
Vladdy
Senior Coder

 
Join Date: Jun 2002
Location: Nashua, NH
Posts: 1,724
Thanks: 0
Thanked 0 Times in 0 Posts
Vladdy is an unknown quantity at this point
oops... excuse my original brainfart....

...ok this works in Gekko browsers as it should....
Code:
#layer 
{ position: absolute;
  display: table-cell;
  vertical-align: middle; 
  top: 16px; 
  left: 16px; 
  width: 200px; 
  height: 200px;
  border-style: dashed; 
  border-color: red; 
  visibility: visible;
 }
but I guess you would have to do this to accomodate the stoopid IE:

Code:
<table id="layer">
<td valign="center">this text should be vertically
 aligned in this layer.
 But I don't how how to do it.
</td>
</table>
__________________
Vladdy | KL
"Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

Last edited by Vladdy; 07-10-2002 at 12:00 AM..
Vladdy is offline   Reply With Quote