We are noticing a strange thing with CSS and Presentation Templates. We constructed the HTML pages, and outside of being previewed in Teamsite, they are fine. All of the styles are applied and rendered correctly. But when we try to put together the templates in Teamsite, we notice the CSS styles start to get very weird.
Font sizes are not applied, background images go missing. In our PT we have these two lines of HTML:
<link href="/components/styles/global.css" media="screen,print" rel="stylesheet" type="text/css" />
<link href="/components/styles/nav.css" media="screen, print" rel="stylesheet" type="text/css" />
Using firefox's web developer plugin, I'm able to see that the browser does indeed find the CSSs in question.
We're on a win32, with TS 6.5 sp2. We aren't doing anything fancy in the PTs, just rendering basic HTML.
Its almost like urls are being re-written on the fly and the browser is having trouble fully rendering the styles. in firefox images go missing randomely, with each subsiquent reload of the previewed page, I'll notice images that were missing are now being displayed while others that were displayed are now missing. Very very strange.