Problem with website
Hi,
I seem to be having a problem with my website, when resizing the browser window the content box is out of the spot where it should be. When resizing the browser back to its full size mode, the content box re-aligns itself to it's original position. I'm using a css file to align the content box if that makes any difference. Here is the website,
Any help would greatly be appreciated, thanks.
Abhishek Reddy posted this at 11:45 — 20th November 2005.
He has: 3,348 posts
Joined: Jul 2001
Looks like the content box is positioned absolutely, which means its positions is defined based on the left and top edges of the window. The other layer is positioned relatively and centred, so its position depends on the right edge of the window as well.
I'm not sure how you could easily fix it, since your code is somewhat messy. I recommend you re-code the layout using CSS and valid XHTML 1.0 (strict or transitional, up to you).
If you need help with that, start a thread in the Web Page Authoring section...
And welcome to TWF. Why don't you introduce yourself too?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.