1

I sized my tinyMCE boxes by using the cols and rows attributes of the textarea tag. There's a problem, though - they look how they should in FF 4 and they look very small in IE 8 - does anyone have a clue as to why this would happen?

linus72982
  • 1,418
  • 2
  • 16
  • 31
  • I haven't adjusted the CSS contained in the advanced theme at all - that's the theme I'm using. I've checked and I don't see where I've overridden any CSS in the theme either. – linus72982 May 02 '11 at 04:11
  • How about on the ` – mu is too short May 02 '11 at 04:20
  • I've checked my reset CSS and nothing in it that would affect the size. I didn't do anything to the original tinyMCE package other than alter some buttons - that shouldn't have anything to do with the sizing. – linus72982 May 02 '11 at 04:24

1 Answers1

1

I fixed the issue by removing the sizing based on cols and rows in favor of width and height in CSS. I guess I never realized textareas could be sized that way, I'm not sure why I thought that. Thanks for all the help.

linus72982
  • 1,418
  • 2
  • 16
  • 31