Sponsored Content
Full Discussion: What is?
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl What is? Post 63994 by Gollum on Friday 25th of February 2005 10:45:25 PM
Old 02-25-2005
Quote:
Originally Posted by cbkihong
Quote:
Originally Posted by Gollum
Hyper Text Markup Language.Are you using Netscape or Explorer?
Would you like to know more?
Tell me more, please. Thank you.

I don't use Netscape, neither Explorer. I use Opera, Konqueror and Mozilla.

So, what is DTD?

What is CSS?
Your polite style is very nice. That's all I have to say about it.
you are quite welcome.
Would you ever do use Netscape neither Explorer?
I heard other people use Opera Konqueror and Mozilla too.
Gee. I can ask my botmaster.
I haven't heard of CSS.
 
CSS::DOM::Value(3pm)					User Contributed Perl Documentation				      CSS::DOM::Value(3pm)

NAME
CSS::DOM::Value - CSSValue class for CSS::DOM VERSION
Version 0.14 SYNOPSIS
# ... DESCRIPTION
This module implements objects that represent CSS property values. It implements the DOM CSSValue interface. This class is used only for custom values (neither primitive values nor lists) and the special 'inherit' value. METHODS
Object Methods cssText Returns a string representation of the attribute. Pass an argument to set it. cssValueType Returns one of the constants below. Constructor You probably don't need to call this, but here it is anyway: $val = new CSS::DOM::Value %arguments; The hash-style %arguments are as follows: type "CSS_INHERIT" or "CSS_CUSTOM" css A string of CSS code. This is only used when "TYPE" is "CSS_CUSTOM". owner The style object that owns this value; if this is omitted, then the value is read-only. The value object holds a weak reference to the owner. property The name of the CSS property to which this value belongs. "cssText" uses this to determine how to parse text passed to it. CONSTANTS
The following constants can be imported with "use CSS::DOM::Value ':all'". They represent the type of CSS value. CSS_INHERIT(0) CSS_PRIMITIVE_VALUE(1) CSS_VALUE_LIST(2) CSS_CUSTOM(3) SEE ALSO
CSS::DOM CSS::DOM::Value::Primitive CSS::DOM::Value::List CSS::DOM::Style perl v5.10.1 2010-12-10 CSS::DOM::Value(3pm)
All times are GMT -4. The time now is 06:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy