View Full Version : Designing frames using CSS?


anulaibar
03-11-2003, 11:41 AM
Hi!

I want to design my frameset in CSS, so instead of writing

<frameset frameborder=0 border=0 framespacing=0 noresize frame scrolling=no>

I want to write something like

frameset {frameborder: 0; border: 0; ...}

And the same goes for frames. Does anyone know how to do this?

Thanx,
Olle

pb&j
03-11-2003, 01:26 PM
as far as i know, css does not do this.

you may create a frames "appearance" using positioned, scrolling DIV areas, but they will not behave like frames letting you link different pages into them.

anulaibar
03-11-2003, 05:41 PM
thanx....