|
| Total Answers and Comments: 6 |
Last Update: July 16, 2008 Asked by: BestGuy |
|
| | |
|
Submitted by: raosekar_237 There is lot of difference between width="100" and width="100%". Suppose we have create a table. if width 100 will be 100 its a fixed width. while loading it will take default table width as 100 but in 100% it wont take like that
first of all it has to load fully and then it will take the browser window width and then 100% table will display in its full view and it could be changed according the resolution and browser.
but fixed width cant be changed if the resolution and browser changed
Above answer was rated as good by the following members: webyfelix | Go To Top
|