HighDots Forums  

Frameset border property

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Frameset border property in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steel
 
Posts: n/a

Default Frameset border property - 10-27-2004 , 05:48 AM






hi at all,
can I include into a css file some frame and frameset propertyes like
border=0?
How?
thank in advance
Steel



Reply With Quote
  #2  
Old   
Steve Pugh
 
Posts: n/a

Default Re: Frameset border property - 10-27-2004 , 05:52 AM






On Wed, 27 Oct 2004 09:48:58 GMT, Steel <NOSPAM (AT) hotmail (DOT) com> wrote:

Quote:
can I include into a css file some frame and frameset propertyes like
border=0?
How?
You can try:
frame {border: none;}
same as for any other element, and link to the stylesheet from the
frameset document itself.

But I don't think browsers support that. So, no you can't.

Now do yourself a favour and stop using frames.

Steve





Reply With Quote
  #3  
Old   
Steel
 
Posts: n/a

Default Re: Frameset border property - 10-27-2004 , 06:00 AM



NOT work
Steel

"Steve Pugh" <steve (AT) pugh (DOT) net> ha scritto nel messaggio
newspsgiwcyws06el5p (AT) staff6 (DOT) ..
Quote:
On Wed, 27 Oct 2004 09:48:58 GMT, Steel <NOSPAM (AT) hotmail (DOT) com> wrote:

can I include into a css file some frame and frameset propertyes like
border=0?
How?

You can try:
frame {border: none;}
same as for any other element, and link to the stylesheet from the
frameset document itself.

But I don't think browsers support that. So, no you can't.

Now do yourself a favour and stop using frames.

Steve






Reply With Quote
  #4  
Old   
Steve Pugh
 
Posts: n/a

Default Re: Frameset border property - 10-27-2004 , 06:40 AM



On Wed, 27 Oct 2004 10:00:15 GMT, Steel <NOSPAM (AT) hotmail (DOT) com> wrote:
Quote:
"Steve Pugh" <steve (AT) pugh (DOT) net> ha scritto nel messaggio
newspsgiwcyws06el5p (AT) staff6 (DOT) ..
On Wed, 27 Oct 2004 09:48:58 GMT, Steel <NOSPAM (AT) hotmail (DOT) com> wrote:

can I include into a css file some frame and frameset propertyes like
border=0?
How?

You can try:
frame {border: none;}
same as for any other element, and link to the stylesheet from the
frameset document itself.

But I don't think browsers support that. So, no you can't.

Top posting fixed. Please don't do it again.

Quote:
NOT work
YES. I know it doesn't. That's why I said:

Quote:
But I don't think browsers support that. So, no you can't.
So that leavs you with three options:

1. Frames with visible borders.
2. Invalid HTML to remove the borders.
3. Stop using frames.

Option 3 is strongly recommended.

Steve


Reply With Quote
  #5  
Old   
Steel
 
Posts: n/a

Default Re: Frameset border property - 10-27-2004 , 09:20 AM




"Steve Pugh" <steve (AT) pugh (DOT) net>
wrote
Quote:
1. Frames with visible borders.
2. Invalid HTML to remove the borders.
3. Stop using frames.

Option 3 is strongly recommended.

Steve
Can I color the border line with the some color of my background?

Steel




Reply With Quote
  #6  
Old   
Steve Pugh
 
Posts: n/a

Default Re: Frameset border property - 10-27-2004 , 09:38 AM



On Wed, 27 Oct 2004 13:20:58 GMT, Steel <NOSPAM (AT) hotmail (DOT) com> wrote:
Quote:
"Steve Pugh" <steve (AT) pugh (DOT) net
wrote

1. Frames with visible borders.
2. Invalid HTML to remove the borders.
3. Stop using frames.

Option 3 is strongly recommended.

Can I color the border line with the some color of my background?
Okay, amend option 2:
2. Invalid HTML to remove or colour the borders.

The invalid bordercolor attribute will do this in IE and some versions of
Netscape (but not in Opera - don't know about Mozilla, Safari, etc.)

<frameset border="4" bordercolor="#FF0000"> will give a red border to all
the frames within this frameset.

Option 3 is still highly preferable to anything else.

Steve



Reply With Quote
  #7  
Old   
Pierre Goiffon
 
Posts: n/a

Default Re: Frameset border property - 10-28-2004 , 05:11 AM



"Steel" <NOSPAM (AT) hotmail (DOT) com> a écrit dans le message de
news:eaKfd.3314$Es2.73286 (AT) twister2 (DOT) libero.it
Quote:
can I include into a css file some frame and frameset propertyes like
border=0?
What about framborder in the frame tag ?
http://www.w3.org/TR/html401/present...ef-frameborder



Reply With Quote
  #8  
Old   
Johannes Koch
 
Posts: n/a

Default Re: Frameset border property - 10-28-2004 , 05:24 AM



Pierre Goiffon wrote:
Quote:
"Steel" <NOSPAM (AT) hotmail (DOT) com> a écrit dans le message de
news:eaKfd.3314$Es2.73286 (AT) twister2 (DOT) libero.it

can I include into a css file some frame and frameset propertyes like
border=0?


What about framborder in the frame tag ?
http://www.w3.org/TR/html401/present...ef-frameborder
Setting the frame element's frameborder attribute to 0 removes the 3D
border, but not the gap between the frames.
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)


Reply With Quote
  #9  
Old   
Pierre Goiffon
 
Posts: n/a

Default Re: Frameset border property - 10-29-2004 , 08:42 AM



"Johannes Koch" <koch (AT) w3development (DOT) de> a écrit dans le message de
news:2ubss6F2a0enlU1 (AT) uni-berlin (DOT) de
Quote:
What about framborder in the frame tag ?
http://www.w3.org/TR/html401/present...ef-frameborder

Setting the frame element's frameborder attribute to 0 removes the 3D
border, but not the gap between the frames.
Oh right, sorry



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.