Re: Resize table problem in Firefox for Web App
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: Resize table problem in Firefox for Web App

From: Thomas 'PointedEars' Lahn <PointedEars@web.de>
Date: Sat Apr 29 2006 - 23:19:37 CEST

Giggle Girl wrote:

Please provide attribution of quoted material.
vvvvvvvvvvvvvv
>> You could try better with entirely valid markup code to begin with. Your
>> top frameset has 2 nested framesets...
>
> I am not sure what you mean by this? You mean you are not supposed to
> use "nested framesets"? Why not?

There is no good reason why not. Don't believe everything you read blindly.
 
>> framespacing=0 is also invalid and unneeded if you're using border="0".
>
> That is good to know too, thanks.

This is _bad_ advice. border=0 certainly does _not_ replace framespacing=0,
and the former is not Valid for the `frameset' or `frame' element, too.
framespacing=0 indeed is not Valid as attribute of the `frameset' or
`frame' element.

However, the sad truth is that not all browsers (particularly not IE) follow
the standard here. Therefore, if borderless framed display is required, I
consider it acceptable not to write fully Valid markup _here_. Those not
recognized attributes do not hurt anyone.

F'up2 ciwah

PointedEars

-- 
Bill Gates isn't the devil -- Satan made sure hell
_worked_ before he opened it to the damned ...
Received on Mon May 1 05:27:15 2006