[css-d] IE Issue Causing me problems

2007-10-22 Thread Alan Chandler
I run a members only forum and I have created an online chat based on the Ajax Chat code provided by blueimp.net. This is mostly javascript writing into some empty containers on a web page. It is all working perfectly in firefox, but in internet explorer v6 I am having problems. In essence,

Re: [css-d] IE Issue Causing me problems

2007-10-22 Thread Ingo Chao
Alan Chandler wrote: ... In firefox I can make this overall area position itself under the header and fill the rest of the browser window with the following css #loginContent { position:absolute; top:140px; left:0px; bottom:0px; width:100%;

Re: [css-d] IE Issue Causing me problems

2007-10-22 Thread Alan Chandler
On Monday 22 Oct 2007, Ingo Chao wrote: Alan Chandler wrote: ... In firefox I can make this overall area position itself under the header and fill the rest of the browser window with the following css #loginContent { position:absolute; top:140px; left:0px;