Click to See Complete Forum and Search --> : Deformed website
sadek
11-29-2005, 05:22 AM
Hi,
I have website, made with image ready with postproduction in dreamweaver. Problem is that when its loading its completely messed. I wish it would be loading from top to bottom. For now it looks like transformer :-) Example here (http://patrz.pl). Thanks in advance for help.And please dont be scared by not valid code :-)
Kevey
11-29-2005, 05:36 AM
For anyone else going to look at this site at work or around your kids, there is some mildly explicit material on the opening page.
The site loaded fine for me. Not sure exactly what you see wrong with it.
sadek
11-29-2005, 08:11 AM
Well in Firefox it is messed up while being loaded.
PS: sorry about content.
ray326
11-29-2005, 08:36 PM
It loaded ok for me in Fx but I noticed it was in quirks modes and
Error: unterminated string literal
Source Code:
return overlib('<b>www.ram.patrz.pl<br />
Well in Firefox it is messed up while being loaded.
PS: sorry about content.
am i on the wrong page? I see no xxx content what so ever?
about the loading, when your site is loading elements take longer to load on intial loading this may screw up sites look but once its finished loading it should be fine. in order to fix this make everything externally imported, such as your style sheet break up your style sheet into as many sections as appropriate and link them directly on your site <so not using @import >
you could fix all these problems if you used webstandards but you said not to concentrate on that. but here is the deal
use divs to hold your content instead of tables, the divs backround images and use divs as spacers there for once a layout style sheet is loaded all the divs are the right size and your site will look good as it loads, then have another style sheet which contains images and load images from top to bottom and there you have it.
sadek
11-30-2005, 08:28 AM
Well, there was no xxx content, but some photos contained almost naked girls so i guys that was all about it. Thanks for help, i ll definitelly try to fix problem.