Webmaster wrote:
The content in the centre column (i.e. the main content) of my site template
disappears on page load. It reappears as soon as you rollover any link, or
drag over the body text itself.
http://d81314.i50.quadrahosting.com.au/layout_test.htm
Add, at the very bottom of your stylesheet:
@media screen {
* html #middle {
height: 0;
}
}
...to stabilize it.
More info on <http://www.satzansatz.de/cssd/onhavinglayout.html>
Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************