Use Datatable in absolut div

Use Datatable in absolut div

ThalliusThallius Posts: 31Questions: 4Answers: 0

Hi,

I have problems using a datatable in my div

viewcontent

{
font-family: GE Inspira,Helvetica,serif;
font-weight: normal;
font-size: 14px;

position: absolute;
top: 175px;
bottom: 55px;
left: 195px;
right: 15px;

background: #f0f0f0;
z-index: 1;

overflow-y: auto;
padding: 6px 15px 6px 15px;

}

<?php echo $feStringList['sso']; ?> <?php echo $feStringList['name']; ?> <?php echo $feStringList['city']; ?> <?php echo $feStringList['country']; ?> <?php echo $feStringList['awaycount']; ?>
<?php echo $tableStringList['load data from server']; ?>

Looks like the problem is the not specified width but given right?

Any suggestions?

Thanks

Claus

This discussion has been closed.