Hey, I do a bit of HTML and CSS but I worked out everything I know myself. Because of this the methods I’ve used to do a few things may be ‘wrong’.
Anyway, I’m doing a website design that requires three divs to be all the same height so that three white divider lines show all the way down the page.
here’s the file:
http://b3mus3d.dreamhosters.com/index3.htm
The problem is that if you scroll down (if you can’t see a scrollbar at your resolution, try making the browser window not so wide) the divider lines do not show any futher than the first screen.
I’ve tried putting everything in one container div, thinking that if one of the columns were to push the size of the container div bigger then the other two would move to that size as well, but it didn’t work.
Also, rolling over DIVs in IE doesn’t work.
Can anyone help please?
Also, again, I realise that the way I do a lot of things probably isn’t the way it should be done. I’d appreciate any pointers you can give.