| sitelink1 | |
|---|---|
| sitelink2 | |
| sitelink3 | http://1 |
| sitelink4 | http://ko |
| extra_vars5 | http://www.w3schools.com/jsref/prop_style_csstext.asp |
| extra_vars6 | sitelink1 |
Definition and Usage
The cssText property sets or returns the contents of a style declaration as a string.
Syntax
Set the cssText property:
Object.style.cssText="string"
Return the cssText property:
Object.style.cssText
| Value | Description |
|---|---|
| string | Specifies the content of a style declaration |
Browser Support
![]()
The cssText property is supported in all major browsers.
Example
Example
Get the style declaration as a string:
<html>
<head>
<script>
function displayResult()
{
alert(document.getElementById("p1").style.cssText);
}
</script>
</head>
<body>
<p id="p1" style="border:2px dashed green;color:red;">This is a paragraph.</p>
<br />
<button type="button" onclick="displayResult()">Get style declaration</button>
</body>
</html>
<head>
<script>
function displayResult()
{
alert(document.getElementById("p1").style.cssText);
}
</script>
</head>
<body>
<p id="p1" style="border:2px dashed green;color:red;">This is a paragraph.</p>
<br />
<button type="button" onclick="displayResult()">Get style declaration</button>
</body>
</html>
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 48 | 스타일-보더 테스트 관련 레퍼런스 | 황제낙엽 | 2013.01.04 | 494 |
| 47 | Vector Markup Language | 황제낙엽 | 2012.12.20 | 234 |
| 46 | ScrollBar의 출력형태 | 황제낙엽 | 2012.09.14 | 261 |
| » | Style cssText Property | 황제낙엽 | 2012.09.13 | 433 |
| 44 | Javascript 로 Flash Object 생성시 유의 사항 | 황제낙엽 | 2012.08.28 | 375 |
| 43 | 브라우저별 border 설정에 따른 디자인 테스트 고려사항 | 황제낙엽 | 2012.08.28 | 203 |
| 42 | CSS 문법 분석 | 황제낙엽 | 2012.08.28 | 231 |
| 41 |
CSS3 Gradient Utility
| 황제낙엽 | 2012.07.09 | 201 |
| 40 | Element 의 투명도 | 황제낙엽 | 2012.05.25 | 361 |
| 39 | 모바일 브라우저에서 iframe 의 스크롤 문제 | 황제낙엽 | 2012.01.12 | 1939 |
| 38 |
Agent Information
| 황제낙엽 | 2011.10.20 | 206 |
| 37 | DOCTYPE선언과 Quirks모드 | 황제낙엽 | 2011.10.05 | 352 |
| 36 | IE Conditional Comments 필터링 | 황제낙엽 | 2011.10.05 | 241 |
| 35 | How To Create an IE-Only Stylesheet | 황제낙엽 | 2011.10.05 | 235 |
| 34 |
Document documentMode Property
| 황제낙엽 | 2011.10.04 | 1098 |
| 33 |
(CSS2) RGBA값 사용해보기 및 IE 패치 방법
| 황제낙엽 | 2011.10.04 | 302 |
| 32 |
ASCII Table and Description
| 황제낙엽 | 2011.08.10 | 998 |
| 31 | Style overflow Property | 황제낙엽 | 2011.06.27 | 309 |
| 30 |
pt, px, em, % 비교표
| 황제낙엽 | 2011.05.24 | 900 |
| 29 | Activating ActiveX Controls | 황제낙엽 | 2011.05.23 | 218 |
