Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

css table text-align not interpreted. Always centered!

  • 2 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: fireduch

more options

Sorry I cut/paste wrong field, observed was text-align.

test this in chrome

caption {

 caption-side: top;
 font-size:16pt; 
 width: auto;
 text-align: left;
 background-color: #DDDDDD; 
 }

along with some table, also background-color is missing.

Sorry I cut/paste wrong field, observed was text-align. test this in chrome caption { caption-side: top; font-size:16pt; width: auto; text-align: left; background-color: #DDDDDD; } along with some table, also background-color is missing.

글쓴이 cor-el 수정일시

선택된 해결법

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

선택된 해결법

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

Thank u, actual version 10.0.1 displays it properly. Reason for different behavior was (i guess) an firefox update running during fault submit. U can close the ticket.