ChadBryant
Programmer
I have a table that I am positioning at an absolute position with the following style attribute: style="position: absolute; top: 120px; left: 290px;"
It displays correctly in IE and Safari, but in Firefox it is correct in it's top position but the left position is way way out to the right. this makes no sense to me as it is interpreting a pixel correctly in terms of the top but when it does the left position, it is like it multiplies it by 2 or 3.
Any ideas? If I need to make this dynamic so that I can make the left one thing for all non-firefox browsers but something else for Firefox, how would I do this?
Thanks in advance.
It displays correctly in IE and Safari, but in Firefox it is correct in it's top position but the left position is way way out to the right. this makes no sense to me as it is interpreting a pixel correctly in terms of the top but when it does the left position, it is like it multiplies it by 2 or 3.
Any ideas? If I need to make this dynamic so that I can make the left one thing for all non-firefox browsers but something else for Firefox, how would I do this?
Thanks in advance.