screen resolution

liunx

Guest
hi,<br />
<br />
actually i created a table having "style=width:100%" and for headers i set something like this<br />
<table border="1" cellspacing="0" cellpadding="0" style="width:100%" name="rsTable" id="rsTable" cols="11"><br />
<th width="70">Datum</th><br />
<th width="66">Von</th><br />
<th width="66">Bis</th><br />
<th width="55">Kunde</th><br />
<th width="69">Projekt</th><br />
<th width="84">H-Vorgang</th><br />
<th width="74">U-Vorgang</th><br />
<th width="100">Text</th><br />
<th width="38">IST</th><br />
<th width="31">Soll</th><br />
<th width="53">Status</th><br />
<th width="100">&nbsp;</th><br />
<br />
now problem is when i make my window resolution let say 1152*864px then it looks somewhat better how i can make it almost same(without any gaps between 2 cols) in all resolution,as larger the resolution more is gap and it looks wierd.<br />
<br />
hopefully any help me out in this style kind of things and change the code for me as i remoced style from table and width from header it looks better in 1152*864px but more than that it wont look gr8.<br />
<br />
<!-- m --><a class="postlink" href="http://sever2.vitodesign.com/log.phtml">http://sever2.vitodesign.com/log.phtml</a><!-- m --><br />
<br />
thanks in advance<br />
<br />
thanks in advance<!--content-->hi,<br />
<br />
actually i created a table having "style=width:100%" and for headers i set something like this<br />
<table border="1" cellspacing="0" cellpadding="0" style="width:100%" name="rsTable" id="rsTable" cols="11"><br />
<th>Datum</th><br />
<th>Von</th><br />
<th>Bis</th><br />
<th>Kunde</th><br />
<th>Projekt</th><br />
<th>H-Vorgang</th><br />
<th>U-Vorgang</th><br />
<th>Text</th><br />
<th>IST</th><br />
<th>Soll</th><br />
<th>Status</th><br />
<th>&nbsp;</th><br />
<br />
now problem is when i make my window resolution let say more than 1152*864px then the images r coming in staright line instead of top ,please the attached image for more clear<br />
<input size="1" type="hidden" name="nr" value="<?= $pk ?>"><br />
<td align="center"><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"javascript:show_calendar('tstest.datum');"><img src=http://www.webdeveloper.com/forum/archive/index.php/"../img/kalender.gif" width="65" height="16" border="0" alt="Click Here to Pick up the date"></a><br />
<input size="7" type="text" name="datum" value="<?=$D?> <?= date("d.m.y") ?>"></td><br />
<br />
<td align="center"><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"../img/clock.gif" onclick="inputTime();calculateIst()" width="60" height="16" alt="Clock"><br />
<select name="von"><br />
</select></td><br />
<br />
<td align="center"><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"../img/clock.gif" onclick="insertTime();calculateIst()" width="60" height="16" alt="Clock"><br />
<select name="bis" onchange="calculateIst()"><br />
<option value="<?=date('H:i')?>"><? echo (date('H:i')); ?></option><br />
</select></td><br />
<br />
<br />
<!-- m --><a class="postlink" href="http://sever2.vitodesign.com/log.phtml">http://sever2.vitodesign.com/log.phtml</a><!-- m --><br />
<br />
thanks in advance<!--content-->You posted the same thing two times... I dont think it will be an easy task doing that, have you tried doing a resolution detect and redirect? Just redirect the larger resolutions to a new page that is designed for them. I hate using that method but it would work.<!--content-->
 
Back
Top