| Pages: [1] :: one page |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

WattIsWacken
Veto. Veto Corp
|
Posted - 2007.11.07 01:05:00 -
[1]
HAI2U
im currently working on an ingame browser site. since tables and especially nested tables dont get rendered b4 downtime i use css to absolutely position the content to be displayed.
atm i'm using smth like this: <div style='position:absolute; left:10px; top:10px'>stuff 1 1</div> <div style='position:absolute; left:20px; top:10px'>stuff 1 2</div> <div style='position:absolute; left:10px; top:20px'>stuff 2 1</div> <div style='position:absolute; left:20px; top:20px'>stuff 2 2</div>
since i have to use allot of divs to get a nicly rendered table it consideribly slows down the rendering process the more divs i use.
Q: is there any way to speed the rendering process up a bit, with maybe using a different method to position the data. its basicly just text i need to display in a formatted way.
thx /ww
|

WattIsWacken
Veto. Veto Corp
|
Posted - 2007.11.07 01:05:00 -
[2]
HAI2U
im currently working on an ingame browser site. since tables and especially nested tables dont get rendered b4 downtime i use css to absolutely position the content to be displayed.
atm i'm using smth like this: <div style='position:absolute; left:10px; top:10px'>stuff 1 1</div> <div style='position:absolute; left:20px; top:10px'>stuff 1 2</div> <div style='position:absolute; left:10px; top:20px'>stuff 2 1</div> <div style='position:absolute; left:20px; top:20px'>stuff 2 2</div>
since i have to use allot of divs to get a nicly rendered table it consideribly slows down the rendering process the more divs i use.
Q: is there any way to speed the rendering process up a bit, with maybe using a different method to position the data. its basicly just text i need to display in a formatted way.
thx /ww
|

Coconut Joe
VIRTUAL LIFE VANGUARD Te-Ka
|
Posted - 2007.11.07 06:44:00 -
[3]
From what I've tried, absolute positioned divs are the fastest way to get layouts rendered in the IGB :(
|

WattIsWacken
Veto. Veto Corp
|
Posted - 2007.11.07 07:57:00 -
[4]
can any1 from ccp confirm that this IS is fastest way?
|

oxman
|
Posted - 2007.11.08 12:29:00 -
[5]
It's simple to do some benchmark about that :) Because you are interested by that, I think everyone will be happy if you do a benchmark and give us the result. Give me 1 isk if you like my help. Yes, I don't ask 1M, 5M or 10M like other people offer services ^^ |

WattIsWacken
Veto. Veto Corp
|
Posted - 2007.11.08 14:50:00 -
[6]
Originally by: oxman It's simple to do some benchmark about that :) Because you are interested by that, I think everyone will be happy if you do a benchmark and give us the result.
yapp, will have to do that it seems. will of course post my results in here.
/ww
|
| |
|
| Pages: [1] :: one page |
| First page | Previous page | Next page | Last page |