Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Defining frames in CSS

Status
Not open for further replies.

anulaibar

Programmer
Mar 1, 2003
17
0
0
SE
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
 
ummm I dont recall ever seeing this, if this is possible which I dont think it is then I would like to see how it works! [Hammer]
Nike Failed Slogans -- &quot;Just Don't Do It!&quot;
 
You're probably right. I've asked around in other forums, and it seems CSS doesn't have a frame attribute.

Thanx anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top