473,394 Members | 1,765 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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!
http://www.lajzar.co.uk

Jul 20 '05 #1
2 1262
Fabian wrote:
Netscape doesn't appear to suport teh stylesheet clip attribute. Is
there a workaround?
Use valid CSS, IE is b0rken and does not care about that.
#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.


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.infosystems.www.authoring.stylesheets

PointedEars
Jul 20 '05 #2
Thomas 'PointedEars' Lahn wrote:
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!]


To : ww*******@w3.org

In

http://tinyurl.com/32nq6

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

http://tinyurl.com/2l4bm

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

Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John Hunter | last post by:
Does gd lib or gdmodule support clipping? I would like to set a clip rectangle and when I issue drawing commands (like im.polygon) have only the part of the polygon inside the clip rectangle...
1
by: Douglas Alan | last post by:
Is there a way to tell Tkinter that I'd like to allow a window to be resizable, but only down to the point where no widget clipping occurs? I know that to get the effect I want, I can always (1)...
8
by: Jeff Thies | last post by:
I'm having trouble clipping an image. My understanding is that this is all I should need: <img src="test_img.jpg" style="clip: rect(10px 10px 10px 10px)" alt="alt"> Although I've seen this as...
5
by: bulk88 | last post by:
I know Netscape 4 is Ancient and horrible but I need to make my site Netscape 4.8 compatible. But how can I rewrite HTML code/do minor DTHML on my site with Netscape 4/4.8, document.write works,...
14
by: Doug van Vianen | last post by:
Hi, I am trying to show a clipped part of a picture on a webpage and move it on the page and/or change the clipping to a different part of the picture. I show the picture in the body of the...
0
by: phil cunningham | last post by:
Does anyone know of a good library to handle Polygon clipping in C#. This would require clipping of shapes with FLOAT verteces and we need the capability of clipping one Polygon against another...
2
by: Pugi! | last post by:
I am currently experimenting a bit with clipping (with banners). 1. Is it possible to do more then one clipping on a image. For example: image of 400px x 80 px: var TELLER = 0; function...
9
by: Andy Baxter | last post by:
hello, I'm writing a panoramic image viewer in html / javascript. The idea is I have a div with two identical panoramic photographs embedded in it. The clipping on the div is set to make it a...
0
by: dongarbage | last post by:
Hi there, I have a panel that I'm trying to draw lines on based on mouse events. I'm using a Graphics object to do this. However, the region that the graphics object will draw lines in is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.