<br />태더툴즈(http://www.tattertools.com) 사용자입니다.
http://nahonja.net/skin_test/index.php 의 스킨을 표준에 맞게 수정하고 있는데,
이곳의 category 펼침메뉴를 어떻게 수정해야 할지 몰라 질문 올립니다.
다른 부분은 전부 수정했는데, 이건 도저히 모르겠습니다.
category의 HTML/CSS는 다음과 같습니다.
<div id="category" pos="222">
[div category blah blah blah...]
</div>
#category
{
position:absolute;
left:expression((document.body.clientWidth-this.style.width)/2-this.getAttribute("pos"));
}
<br />
DOM 펼침메뉴 생성
-
- 해커
- Posts: 724
- Joined: 2005 01 31 22:33 55
- Location: 대한민국
- Contact:
비표준 확장입니다.
Code: Select all
left:expression((document.body.clientWidth-this.style.width)/2-this.getAttribute("pos"));
Expression does not work except in IE. It is a non-standard extension.
익스전용이며 표준이 아닌 확장이랍니다.
자바스크립트를 통해 처리하셔야 될 것 같습니다.
Who is online
Users browsing this forum: No registered users and 1 guest