![]() |
Site?
I did a make over of my site. I am having a problem with the frames. My page looks ok, but sometime one frame will be bigger then the other. Sometimes not. I am not sure why. I can see its messed up and I will refresh the same page at the same width and it will look ok? Sometimes I enter the site and its fine. Then it will change if I go back and come back in? I know I am not loosing my mind.
I know most sites don't have this many gallerys. I did it that way because I had already made that many pages when my site was first up and I didnt want to break links and get banned. |
By "frames" do you mean tables & cells?
And why do you have anything set at 105%? No matter what size browser I have, you scroll. |
|buddy|Oh dear lord, please don't tell me you are actually using frames.
If you are using frames I suggest using a different method to build your pages like tables and or css styling. Ah, nevermind I just peeked at your source code and I think you meant "cells". |
No sorry about my terms. I am NOT using frames. I do mean tables and cells.
I went and looked through the code. I validated it and did fix a few things. I need to work on my attention to detail sorry. It validates now and it still does it. Its the last table on almost every page. If you refreash the pages its ok. |
Quote:
|
why do you have anything set at 105%
I dont know. For some reason if I dont there is a small white space on the right hand side? I dont like it. Can anyone let me know? |
In your style section, add: body { margin-right: auto; margin-left: auto; } Change: #Layer1 { position:absolute; width:105%; height:115px; z-index:4; left: 0%; top: 0%; background-color: #CD8C95; background-image: url(images/pastels.png); } to: #Layer1 { position: absolute; top: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; width: 100%; text-align: center; height:115px; background-color: #CD8C95; background-image: url(images/pastels.png); } and change:
Powered by vBulletin® Version 3.8.1 |