Hi,
I'm trying for a more then week to get my site behave correctly without success.
2 problems :
1. my shadow-background does not extend to the bottom of the page.
2. when I resize the browser to a small size , the right column jumps back to the bottom.
Use IE6 and 1024x768 resolution to see the bugs.
URL : http://users.pandora.be/sith/test/test.htm
CSS : http://users.pandora.be/sith/test/layout.css
Thanks in advance,
Jeroen
columns give me problems
Instead of having a "leftfill" and "rightfill" div, I would make the background a 1px high image that stretches slightly wider than "centercol". Then you would put the image information in the body tag:
body { background-image: url("yourimage.ext"); background-repeat: repeat-y; background-position: wherever you need; }
Once this is done, simply line up the background-image and centercol till you have a perfect match. This will solve both problems, and will trim down some of the page loading time.
still no luck
Hi,
I tried your advice and there is still one problem left. The site looks good in IE6, but in Mozilla or Opera my white column does not stretch to the bottom of the screen when I resize my browser to a small size.
I've put my new version on-line (check previous message for the urls)
Greetings,
Jeroen
columns give me problems
Are you sure of this? I just checked and everything looks ok
columns give me problems
Hi,
make the browser very small and browse to the bottom of the page.
This is what I get in Mozilla :
http://users.pandora.be/sith/test/scr.jpg
Greetz,
Jeroen
columns give me problems
I Tried it in IE 6.0, Firebird 0.7, Mozilla 1.5, Netscape 7.1, Opera 7.23 and I have not discovered the problem.