473,394 Members | 1,679 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.

The cursor anf the angles of cells

Hi at all
the last year I looked this CSS :
cursor: hand;
-moz-border-radius-topleft:18%; -moz-border-radius-topright:18%;
-moz-border-radius-bottomleft:18%;
-moz-border-radius-bottomright:18%;

Cursor work well with MSIE but not with Netscape
Moz border work with Netscape but not with MSIE

The W3.org css validator make a full error into all cases?
Why?
How is it possible to display correclty
a cursor as hand and the angles with moz border?
Regards
Steel
Jul 21 '05 #1
6 2598
On Fri, 26 Nov 2004 16:26:39 GMT, Steel <NO****@hotmail.com> wrote:
Hi at all
the last year I looked this CSS :
cursor: hand;
-moz-border-radius-topleft:18%; -moz-border-radius-topright:18%;
-moz-border-radius-bottomleft:18%;
-moz-border-radius-bottomright:18%;

Cursor work well with MSIE but not with Netscape
Moz border work with Netscape but not with MSIE
That's because cursor: hand; doesn't really exist
[http://www.w3.org/TR/CSS21/ui.html#propdef-cursor] and because
-moz-whatever doesn't really exist
[http://www.w3.org/TR/CSS21/propidx.html].
The W3.org css validator make a full error into all cases?
Why?
How is it possible to display correclty
a cursor as hand and the angles with moz border?


Refer to the first link for valid values for cursor. Mozilla proprietory
CSS is not replaceable with valid CSS, however see the Custom Corners
articles at [http://www.alistapart.com]. They're at
[http://www.alistapart.com/articles/customcorners/] and
[http://www.alistapart.com/articles/customcorners2/].

Jul 21 '05 #2
Steel wrote:
Hi at all
the last year I looked this CSS :
cursor: hand;
-moz-border-radius-topleft:18%; -moz-border-radius-topright:18%;
-moz-border-radius-bottomleft:18%;
-moz-border-radius-bottomright:18%;

Cursor work well with MSIE but not with Netscape
Moz border work with Netscape but not with MSIE

The W3.org css validator make a full error into all cases?
Why?
How is it possible to display correclty
a cursor as hand and the angles with moz border?
Regards
Steel


cursor:hand; is IE proprietory.
cursor:pointer; is W3C compliant.
Use both to support IE and W3C compliant browsers (i.e. Gecko based).

border-radius is CSS3 which is only in Draft and Mozilla has offered
-moz-border-radius as experimental in preparation for Recommendation
status, at which time Mozilla will change to using border-radius (or
whatever the Recommendation says). Current IE does not support CSS3 and
never will.

--
Gus
Jul 21 '05 #3
Steel wrote:
<snip>
How is it possible to display correclty
a cursor as hand and the angles with moz border?


Take a look at these:

http://www10.brinkster.com/doctorunc...S/Cursors.html
http://www.asrvision.com/web-design-...ial-cursor.htm
Jul 21 '05 #4
Gus Richter wrote:
cursor:hand; is IE proprietory.
cursor:pointer; is W3C compliant.
Use both to support IE and W3C compliant browsers (i.e. Gecko based).


IE supports the standard property value (except for obsolete versions with
security problems that should worry users far more then the way the cursor
looks)

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 21 '05 #5
*Gus Richter* <gu********@netscape.net>:

Current IE does not support CSS3 and never will.


Actually IE*6 supports some properties that (later?) made it into a W3C
draft for a CSS3 module, i.e. Text <http://www.w3.org/TR/css3-text/>.
AFAIK some Asian web-designers are in fact using these today.

--
"If you never fall, you dance in constant fear of falling."
Suzanne Farrell
Jul 21 '05 #6
Christoph Paeper wrote:
*Gus Richter* <gu********@netscape.net>:

Current IE does not support CSS3 and never will.

Actually IE 6 supports some properties that (later?) made it into a W3C
draft for a CSS3 module, i.e. Text <http://www.w3.org/TR/css3-text/>.
AFAIK some Asian web-designers are in fact using these today.


This may very well be the case. No disputing that MS came up with some
things first (some good and some bad). In fact regarding the "hand" I
believe that MS introduced it first, but W3C (of which MS is a member)
introduced it as "pointer".

The point I was bringing forth was that since there will be no further
improvements to todays IE (as opposed to Longhorn's IE or whatever it
will be called), there will be no support for border-radius or any item
which is not presently supported.

--
Gus
Jul 21 '05 #7

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

Similar topics

2
by: Csaba2000 | last post by:
The following code has me so confused, I don't even know the right questions to ask. Opera 7.01 and IE 5.5 both exhibit behaviours I don't understand while NN 6.1 seems to ignore me altogether. ...
9
by: Gary Holt | last post by:
We have a problem demonstrated by the following HTML document. To see the problem type HV in the first field then use the mouse cursor to click into the Staff code input box. You will find that...
16
by: Niels Jensen | last post by:
I have been developing a little project which draw's a hexgrid on a panel within a form similar to this - it:s used as a client from a e-mail based strategy game: ____ ____ / \...
1
by: Stephen Takacs | last post by:
I've been reading lots of rounded corners table tutorials lately, because I'm a Perl guru, not an HTML guru. :-) So far all of the examples I've seen have edges with narrow angles, which fit...
1
by: jobs | last post by:
I'm trying to understand this and don't get it... I found some code that looks like it's going to work if I can make sense of how to position the div. The code displays a div with some data...
0
by: renusingh20 | last post by:
hi.. i am making a window application..with C#.NET..and i hv a prob in my module...while working on a DataGrid.. actually. i hv a grid ..in which 1st col. shows serial no..and so the no of...
2
by: Jerry Manner | last post by:
HI I am looking for the right css to create a rectangle with round angles. In that rectangle will be different text on my webpage. So the width can be different for eacht label. How should my...
2
by: Dom | last post by:
I need to change the cursor when the mouse is hovering over certain cells in a DataViewGrid, as a visual aid for the user. But the cursor is not something found in the Cursors Class. I have a...
3
by: afrogazer | last post by:
I am creating a wind rose using a polar bar plot bu the points do not seem to align to the correct angles. Here is the sample code I am using. I can't seem to see anything in the API on how to set...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.