Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   Site? (http://www.greenguysboard.com/board/showthread.php?t=34105)

cockhungryhoes 2006-08-31 12:54 PM

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.

Greenguy 2006-08-31 01:08 PM

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.

Preacher 2006-08-31 01:23 PM

|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".

cockhungryhoes 2006-08-31 02:19 PM

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.

Useless 2006-08-31 02:20 PM

Quote:

Originally Posted by cockhungryhoes (Post 296520)
Sometimes I enter the site and its fine. Then it will change if I go back and come back in?

It's your browser looking at your code and saying, "This doesn't make any sense. Maybe THIS is how he wants it to look." And then repeating the process over and over again each time you go back.

cockhungryhoes 2006-08-31 02:21 PM

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?

Useless 2006-08-31 02:38 PM

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:



to:



Change any other occurence of 105% to 100%

Don't tell anyone that I helped. ;)

cockhungryhoes 2006-08-31 02:43 PM

Thanks man. I been working my ass off on this and that was bugging the hell out of me.

cockhungryhoes 2006-08-31 08:38 PM

I am still having that problem with the tables. I am not sure why? No more side bar and all other pages. Anyone see anything wrong? I been working on it all day.

Greenguy 2006-09-01 08:20 AM

Look at Useless being all helpful & nice :D

Have you two added each other to your ICQ lists yet? |couch|


All times are GMT -4. The time now is 09:34 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc