Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   My page is acting up, any idea why? (http://www.greenguysboard.com/board/showthread.php?t=51714)

Romie 2009-03-01 12:35 PM

My page is acting up, any idea why?
 
Please check out www.free-asian-videos.com I noticed lately that the lay out of the page sometimes is all off, thumbs end up being all the way on the bottom etc... but when I navigate off the page, and then come back to is using back button it shows normal, it was fine before, and I don't change anything on it except link trade links on the left, and I changed a banner on the bottom, but as I said sometimes it shows fine, sometimes it doesn't. This was using IE last I checked with FF it was completely messed up.

Beaver Bob 2009-03-01 03:57 PM

In FF it looks fine, in IE all the content on the right side of the screen is shifted down below all the content on the left side.

Tableless CSS designs often have this problem in IE and its usually due to a few of the positioning attributes. Fun stuff!

start by validating your html and css
http://jigsaw.w3.org/css-validator/v...ning=1&lang=en
http://validator.w3.org/check?uri=ht...Inline&group=0

Cleo 2009-03-01 04:19 PM

Looks fine in Safari.

I see tables in the source...

Romie 2009-03-02 01:53 PM

Quote:

Originally Posted by Beaver Bob (Post 442852)
In FF it looks fine, in IE all the content on the right side of the screen is shifted down below all the content on the left side.

Tableless CSS designs often have this problem in IE and its usually due to a few of the positioning attributes. Fun stuff!

start by validating your html and css
http://jigsaw.w3.org/css-validator/v...ning=1&lang=en
http://validator.w3.org/check?uri=ht...Inline&group=0

Used the first one, and it gave me a corrected code, so I swapped it out, it is aline fine, but it's missing some graphics, check the page out, this drives me nuts, since I don't know the first thing about CSS, I paid to have it done... :(

Beaver Bob 2009-03-02 02:37 PM

Cleo is right there are tables, but it looks like those are only for displaying the thumbnails. I still think it has to do with the way the css and divs were done for the site structure. That shit is such a headache trying to make it work in every single browser.

The site looks great in firefox.

I hate IE, I was having this issue with getting flash videos to play last week and it would keep giving me errors, but only in IE.

dunc 2009-03-02 05:34 PM

Is this a fixed width site - if so then give your wrapper a width (which will also pull things together)
Code:

.wrapper {
margin : 0px auto;
width: 991px; /* used because that is the width of your background image */
}

Apart from that - what else is wrong?

Romie 2009-03-04 08:46 PM

well since I used the code validator, and replaced the css code with what it gave me the lay out is correct, but there are missing graphics, if you look at the thumbs, thery should be in a box, thing on top, in which is the text, like todays asian galleries, then green background and then thing on the bottom, and now only the bottom part shows, since I swapped the CSS, and I can't get any reply from the person who did the code for me, once again, I know absolutely nothing about CSS.

Btw.. this is the original code, where the graphics works but the lay out is messed up.
http://www.free-asian-videos.com/yaescss1.css


All times are GMT -4. The time now is 01:53 PM.

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