Click to See Complete Forum and Search --> : Html


nagaraju_tbe
06-13-2006, 03:04 AM
1.Column names are added in table1 in File1( width is given in percentage for screen Resolution)

2.Data are added in table2 in File2( width is given in percentage for screen Resolution)

3.Using frameset, im combining file1 and file2
to make a table3.Here in table2(in File2) scrollbar is added
to make the column name not to scroll and data column to be scrolled.

Problem:
--------

Table1(For column Name) margin and Table2 (For Data) margin are not fit exactly in table3 (Normal and High resolution)
(Checked with IE and Mozilla FireFox)

Note: When the scrollbar is added to table2, it takes as 100% leaving the scrollbar.But table1, taking 100% as the whole screen. I reduced to 98% in table1.
But scrollbar not occuping 2% exactly.

Give me the Solution?

ChiefNX
06-13-2006, 07:47 AM
Do you have a link?

My first thought would be to use pixels instead of percentages to size them.

nagaraju_tbe
06-13-2006, 10:53 PM
Do you have a link?

My first thought would be to use pixels instead of percentages to size them.


To overcome screen resolution problem we given the width in percentage.Give solution based on this percentage. No im not having the link.