I'm using CSS to display an area of text on a certain location on a page. My problem is what it looks like at different resolutions.
I used this code in the past for a webpage but it was aligned to the left. So I am just figuring now that because it was aligned to the left the position coordinates always remain the same.
But on the page I am working on now I have the content of the page centered. Now when I look at the page in 800x600 the CSS position coordinates have the text in once place and if I look at it in anything higher, its way off ( a bit to the left )
I believe I understand why its doing it but is there another way for me to accomplish what I'm trying to do with CSS?
I'm trying not to have to make the roll over part images of text but will if I cant find a solution to this problem.
Here's an example of the CSS line of code for one section of the rollover text:
(div ID="nav6" STYLE="left: 371; position: absolute; top: 277; visibility: hidden; width: 420; height: 125")
Thanks,
George
I used this code in the past for a webpage but it was aligned to the left. So I am just figuring now that because it was aligned to the left the position coordinates always remain the same.
But on the page I am working on now I have the content of the page centered. Now when I look at the page in 800x600 the CSS position coordinates have the text in once place and if I look at it in anything higher, its way off ( a bit to the left )
I believe I understand why its doing it but is there another way for me to accomplish what I'm trying to do with CSS?
I'm trying not to have to make the roll over part images of text but will if I cant find a solution to this problem.
Here's an example of the CSS line of code for one section of the rollover text:
(div ID="nav6" STYLE="left: 371; position: absolute; top: 277; visibility: hidden; width: 420; height: 125")
Thanks,
George

