Forum Moderators: not2easy
i have a problem.... i have a page of code which contains a combinsation of tables and divs.... it works fine...
howevere i then need to position a .png graphic at a particular point of the page..... it needs to be measured from the middle of the window so that it displays in the correct place for all browser resolutions as the table it will sit on top of is centred....
now i may be rrally wrong but i though that by defining two divs just inside the opening body tag and before any of the table code appears that i could have one div which is of a fixed width, centred and used to then place another div within it which will contain my image.....
this works fine in Firefox. But with IE the position at which the image sits from the top of the page is not only defined as top:100px but is also getting added to another existing height somwehere along the way..
i really need some help or at least some direction...
its driving me crazy!
thanks in advance....