![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
can I include into a css file some frame and frameset propertyes like border=0? How? |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
"Steve Pugh" <steve (AT) pugh (DOT) net> ha scritto nel messaggio news psgiwcyws06el5p (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. |
|
NOT work |
|
But I don't think browsers support that. So, no you can't. |
#5
| |||
| |||
|
|
1. Frames with visible borders. 2. Invalid HTML to remove the borders. 3. Stop using frames. Option 3 is strongly recommended. Steve |
#6
| |||
| |||
|
|
"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? |
#7
| |||
| |||
|
|
can I include into a css file some frame and frameset propertyes like border=0? |
#8
| |||
| |||
|
|
"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 |
#9
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |