Previous Message
Next Message

RE: [css-d] Fluid 3-column layout - works in NN4

Sent by Saila, Craig on 6 January 2003 15:03


Timothy Lynn wrote:
> Thus spaketh [EMAIL-REMOVED] on Saturday, January
> 04, 2003 7:04 PM: 
> 
>> A fluid 3-column layout that also  works (after a fashion) in
>> NN4. The position of the columns beneath the top bar is fluid too.
>> 
>> 2. Any flaws that anyone can see? Or improvements?
> 
> Strange one on NS Communicator 4.8/WindowsXP. On the initial
> page load, the layout works (save the grey background color

This is the known NN 4.x resize issue -- that browser chokes on CSS when
its resized. A little JavaScript will fix that. 

Cribbed from Dreamweaver:
function reloadPage(init) {  //Reloads the window if Netscape 4.x
resized
  if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight;
onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH)
location.reload();
}
reloadPage(true);

BTW, Alex, great layout - works fine for me in NN4, Mozilla 1.3a, IE
5.5, and Opera 7b2. 

Is this going to be a permanent URL? If so, I'll add it to my list of
Netscape 4.x friendly layouts:
<http://www.saila.com/usage/layouts/nn4-layouts.shtml>

-- 
Cheers,

Craig Saila
------------------------------------------
[EMAIL-REMOVED] : http://www.saila.com/
------------------------------------------
Previous Message
Next Message

Possibly related: