Please visit our sponsors !
CSS Classification Properties
The Classification properties allow you to control how to display an element, set where an image will appear in another
element, position an element relative to its normal position, position an element
using an absolute value, and how to control the visibility of an element.
Examples
How to display an element?
This example demonstrates how to display an element.
Float
This example demonstrates how to set where an image will appear in another element.
Position:relative
This example demonstrates how to position an element relative to its normal position.
Position:absolute
This example demonstrates how to position an element using an absolute value.
How to make an element invisible
This example demonstrates how to make an element invisible. Do you want the element to show or not?
Change the cursor
This example demonstrates how to change the cursor.
Classification Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard
Property |
Description |
Values |
NN |
IE |
W3C |
clear |
Sets the sides of an element where other floating elements
are not allowed |
left
right
both
none |
4.0 |
4.0 |
CSS1 |
cursor |
Specifies the type of cursor to be displayed |
url
auto
crosshair
default
pointer
move
e-resize
ne-resize
nw-resize
n-resize
se-resize
sw-resize
s-resize
w-resize
text
wait
help
|
6.0 |
4.0 |
CSS2 |
display |
Sets how/if an element is displayed |
none
inline
block
list-item
run-in
compact
marker
table
inline-table
table-row-group
table-header-group
table-footer-group
table-row
table-column-group
table-column
table-cell
table-caption |
4.0 |
4.0 |
CSS1 |
float |
Sets where an image or a text will appear in another
element |
left
right
none |
4.0 |
4.0 |
CSS1 |
position |
Places an element in a static, relative, absolute or fixed
position |
static
relative
absolute
fixed |
4.0 |
4.0 |
CSS2 |
visibility |
Sets if an element should be visible or invisible |
visible
hidden
collapse |
6.0 |
4.0 |
CSS2 |
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|