On 10/17/06, Bernat Lleonart <[EMAIL PROTECTED]> wrote:
> I know what you mean, but this time I have no choice, I'm working on a
> system that already uses frames, and I can't avoid them. I'm trying to
> validate the code, and <frameset border="0"> is not valid.

If you want to do it in the HTML, you can;the spec just makes you
specify borders on the individual frame elements instead of on the
frameset as a whole (which does give you more control):

<frame frameborder="0" ...>

But you might as well do it just once with CSS instead.

-- 
Mark J. Reed <[EMAIL PROTECTED]>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to