일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 블로그 조회수
- 블루수국그림
- 소득세
- flash
- oralce
- CSS
- 갑근세
- Vista
- IIS
- .NET
- 블로그 방문자 늘리기
- 즐겨찾기 추가
- HTML
- Jrun
- Eclipse
- MSSQL
- 에덴미술
- Administrator
- Adobe pdf reader
- PHP
- Jexcel
- samba
- MySQL
- JSP
- CVS
- JavaScript
- 국민연금
- 블로그 수익화
- 인테리어그림
- 블로그 조회수 늘리기
- Today
- Total
목록Web publishing/웹 표준 (24)
I LOVE EJ
Firefox에서 부가기능 관리자를 들어갑니다. 도구> 부가기능 관리자 저는 이미 설치되어 있으므로 안되있으신 분은 Html Validator을 설치하시기 바랍니다. 도구의 Html 검증기 선택사항을 클릭하시면 FF > 보기 > 도구모음 > 부가기능모음 을 클릭해주면 드디어 나온다는 사실 [출처] firefox에서 html validator 설치하고 확인하기|작성자 희짱
크롬, 사파리 테이블 col width %값 인식 bug- position:absolute 오류http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 0" cellpadding="0" cellspacing="0" summary="col width test" class="tb_01">콜 width % 오류 테스트width:35%" />width:25%" />width:5%" />35%th>th>25%th>th>x%th>th>5%checkertd>td>checkertd>td>checkertd>checker/td> IE 6.0 IE 8위에 보다시피 파폭,IE에서는 문제 없이 보이지만, 크롬과 사파리에서는 %로 테이블 col width 값을 준 경우에 간격이 ..
http://yjw1250.blog.me/140138734872 http://webstoryboy.tistory.com/175
이번에 이야기 하고자 하는 IE6 버그 중 하나인 select 박스 위에 레이어를 올렸을 때 나타나는 현상에 대해 알아보겠습니다. 화면상 예를 보면 IE6 일 경우 IE7 일 경우 소스를 보면 다음과 같습니다. explorer 6 explorer 7 IE6에서 select박스가 레이어 위로 나왔을경우 수정을 하기 위해 소스를 고치겠습니다. html수정 수정전 수정후 IE6에서 select박스가 레이어 위로 나왔을경우 IE6에서 select박스가 레이어 위로 나왔을경우
보통 이미지에 img {display:block;} img {vertical-align:top;} 을 줘서 해결하지만 li{vertical-align:top; font-size:0; line-height:0;} 을 써줘야 할때도 있다
이미지넣어서 사용시 margin:0; padding:0; 주었는데도 IE7에서만 늘어나 보일때 line-height 를 이미지 높이와 같게 주면 해결이 된다 IE8 IE7 원본소스 CSS .study_data li{position:relative;margin:0;padding:0;} 수정CSS .study_data li{position:relative;margin:0;padding:0 ;height:29px;}
표준이 잘된 사이트 ( 제니하이스 - 코딩가이드 ) http://www.jennyhouse.info/new/design/ ie6.0 버그 더블마진 플로트(float) 버그 display:inline; 를 넣어주면 됨! 민경환 korearice@163.com
테스트 결과 파이어폭스 3.5까지 모두 지원이 되었습니다. @-moz-document url-prefix() { div#header h1 {font: 1.2em bold arial;} } Three-column layout with header Rubovia Middle Earth Far, Far Away Adding a Header Step 3 - style and center the heading element. We set a width for the h1 element in the header so we can apply auto margins on each side to center it. We also use the text-align property to center the type with..