tea.mathoverflow.net - Discussion Feed (rendering problem with moderator list in faq) Sun, 04 Nov 2018 23:19:20 -0800 http://mathoverflow.tqft.net/ Lussumo Vanilla 1.1.9 & Feed Publisher Andrew Stacey comments on "rendering problem with moderator list in faq" (6407) http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6407#Comment_6407 http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6407#Comment_6407 Thu, 24 Jun 2010 14:26:05 -0700 Andrew Stacey I presume that by "don't have to use iframes" you actually mean that you don't have to mess with the iframes, since if you're not actually using them then there's no need for all the palaver, you can just modify the CSS in the usual way (why are you using iframes, by the way?). To avoid holding up the page load, you can delay the javascript execution until after it's loaded (onLoad, I think).

]]>
Anton Geraschenko comments on "rendering problem with moderator list in faq" (6402) http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6402#Comment_6402 http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6402#Comment_6402 Thu, 24 Jun 2010 13:20:24 -0700 Anton Geraschenko For now, I've switched to the javascript version so that I don't have to use iframes and modified the flair width to be 220px instead of 200px. It's pretty lame to have javascript writing stuff in the middle of the page, delaying the loading of the rest of the page, but I guess it's not so bad since it's near the bottom of the FAQ.

]]>
Andrew Stacey comments on "rendering problem with moderator list in faq" (6395) http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6395#Comment_6395 http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6395#Comment_6395 Thu, 24 Jun 2010 11:34:34 -0700 Andrew Stacey What and how much do you have control over? The contents of the iframes (yuk) have their own style sheets which are controlling those boxes. The stylesheet is:

http://mathoverflow.net/content/flair-Default.StackOverflow.css

Since the contents of an iframe is a separate XML document, that CSS file overrides any previous page-specific CSS. To override that one again you have to include more CSS into the contents, can you do that?

I may be wrong on exactly how CSS and iframes interact. As frames aren't valid XHTML, I don't use them so I'm not totally sure. However this question backs me up and also tells you how to do it with javascript if you can't do anything properly.

I used firebug to look at the page in question since firebug tells me what CSS rules are being used to render a particular element and where those rules come from.

]]>
Anton Geraschenko comments on "rendering problem with moderator list in faq" (6380) http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6380#Comment_6380 http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6380#Comment_6380 Thu, 24 Jun 2010 08:11:15 -0700 Anton Geraschenko It's a cruddy solution to get my (too long) name to appear. Since it looks like François's name is also too long sometimes, I'll make both boxes taller. What I'd really like to be able to do is reduce the font size of "a.user-link", but I can't seem to get css changes to look inside of the iframes. Does anybody know how to do that?

]]>
Scott Morrison comments on "rendering problem with moderator list in faq" (6377) http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6377#Comment_6377 http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6377#Comment_6377 Thu, 24 Jun 2010 08:02:04 -0700 Scott Morrison I see the same problem on the latest Chrome on OS X. Only Anton has access to the FAQ sources.

]]>
Carl Mummert comments on "rendering problem with moderator list in faq" (6375) http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6375#Comment_6375 http://mathoverflow.tqft.net/discussion/469/rendering-problem-with-moderator-list-in-faq/?Focus=6375#Comment_6375 Thu, 24 Jun 2010 07:53:54 -0700 Carl Mummert
This is on the most recent version of Ubuntu Linux (10.04) using what I believe are the current versions of the browsers. ]]>