I have a site that has a tabled layout. I added a logo in a div so I could position it in the right spot and I used CSS to position it. Now the problem is that it is in different positions in different screens because people have different screen sizes. How do I position it so it is relative to the table? Thanks
As Gary said, if you can provide the HTML and CSS code (it doesn't have to be uploaded to a server), we'll be able to help you better.
Here is the site: http://www[.]lacellefamily[.]com Right now the logo looks good in the 1280 pixel screen but the logo is in different positions on the screen sizes.
You're using a centered site design and a directly positioned logo. You've already explained exactly what your problem is. In order to keep the logo in the correct place, you'll need to position it within the main site-container and give it a relative position. That way, when browser windows shrink, the logo will stay in the right place. If you're already using tables, just add another cell for your logo and plop it in there. If you need further help, just PM me.