|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
screen resolution
hi,
actually i created a table having "style=width:100%" and for headers i set something like this <table border="1" cellspacing="0" cellpadding="0" style="width:100%" name="rsTable" id="rsTable" cols="11"> <th width="70">Datum</th> <th width="66">Von</th> <th width="66">Bis</th> <th width="55">Kunde</th> <th width="69">Projekt</th> <th width="84">H-Vorgang</th> <th width="74">U-Vorgang</th> <th width="100">Text</th> <th width="38">IST</th> <th width="31">Soll</th> <th width="53">Status</th> <th width="100"> </th> 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. 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. http://sever2.vitodesign.com/log.phtml thanks in advance thanks in advance |
|
#2
|
||||
|
||||
|
RE: screen resolution
first you're link is typo'd I think at least two times. You don't have to set the table to 100%, add up all your widths and set the table equal to that many pixels and it will lokk the same in all resolutions. Just a heads up coding for 1152*864 when 90-95%+ of all web users are on something smaller seems like it might not be the best decision. ~80-92% of all surfers are on 1024*768 or 800*600 still depending on who you believe.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > screen resolution |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|