Netscape 7 and clipping

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fabian

    Netscape 7 and clipping

    Netscape doesn't appear to suport teh stylesheet clip attribute. Is
    there a workaround?

    #f_cw1 { position: absolute; top: 40px; left: -280px; z-index: 14; clip:
    rect (0 auto auto 280); }

    The above is a typical line from the stylesheet in question.


    --
    --
    Fabian
    Visit my website often and for long periods!


  • Thomas 'PointedEars' Lahn

    #2
    Re: Netscape 7 and clipping

    Fabian wrote:[color=blue]
    > Netscape doesn't appear to suport teh stylesheet clip attribute. Is
    > there a workaround?[/color]

    Use valid CSS, IE is b0rken and does not care about that.
    [color=blue]
    > #f_cw1 { position: absolute; top: 40px; left: -280px; z-index: 14; clip:
    > rect (0 auto auto 280); }
    >
    > The above is a typical line from the stylesheet in question.[/color]

    It needs to be `clip:rect(0 auto auto 280px)' (without whitespace after
    the `rect' and with a unit for non-zero lengths) and this is completely
    off-topic here!


    X-Post & F'up2 comp.infosystem s.www.authoring.stylesheets

    PointedEars

    Comment

    • Chaa006

      #3
      Re: Netscape 7 and clipping

      Thomas 'PointedEars' Lahn wrote:[color=blue]
      > It needs to be `clip:rect(0 auto auto 280px)' (without whitespac
      > after
      > the `rect' and with a unit for non-zero lengths) and this i
      > completely
      > off-topic here!][/color]

      To : www-style@w3.org

      In



      the text

      "In CSS2, the only valid <shape> value is: rect (<top> <right
      <bottom> <left>)"

      appears. This clearly indicates that white space is permitted (an
      perhaps required)
      between "rect" and the open parenthesis "(". However, Netscape 7.
      does not permit
      white space here, and a note at



      from Thomas 'PointedEars' Lahn

      "It needs to be `clip:rect(0 auto auto 280px)' (without whitespac
      after
      the `rect' ... "

      also indicates that white space is not permitted. Could the W3C pleas
      rule on
      this and indicate whether white space between "rect" and the ope
      parenthesis
      is (a) required, (b) optional, or (c) disallowed. If (c), could
      please ask
      that a future revision change this to (b) [optional]

      Philip Taylor
      Webmaster, Royal Holloway, University of Londo
      -
      Chaa00
      -----------------------------------------------------------------------
      posted via www.WebFrustration.com

      Comment

      Working...