CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Site News & Announcements (https://www.cfd-online.com/Forums/site-news-announcements/)
-   -   Feed Aggregations - What do you think? (https://www.cfd-online.com/Forums/site-news-announcements/97559-feed-aggregations-what-do-you-think.html)

wyldckat March 16, 2012 18:19

Hi Peter,

I've done some testing, at least in Firefox 10 and for a 650px width as reference, there are two widths that should be 5px less:
Code:

div.news_title
{
width: 645px;
}

div.news_date
{
width: 550px;
}

I haven't checked this on other browsers.

Best regards,
Bruno

pete March 16, 2012 18:34

The problem is that you get some white-space that you do not need in Firefox 10, right? That is actually intentional. On older browsers and browsers in linux the fonts used tend to take a bit more space and then you need that space, even a bit more. The text will be a bit outside the width anyway. There is a nice site to look at browser compatibility here: http://browsershots.org/, but looking at it is not fun.

wyldckat March 16, 2012 20:11

Web Browsers, Java and Dynamic-Link Libraries... 3 of the most annoying software hells I know of :rolleyes:

I know it would be a serious pain, but a few well placed if-then-else version markers should help fix this CSS hell ;)


All times are GMT -4. The time now is 16:50.