Archive for CSS
CSS SharepointPublished April 17, 2009 at 8:15 am No Comments
To organize a list view, grouping is an important feature. However, a list view can only be organized by grouping two levels deep via browser. If you want to group items using more than two levels, you need to open the list in SharePoint Designer. A good walk-through can be found at: http://techtrainingnotes.blogspot.com/2008/11/sharepoint-group-by-on-more-than-2.html In case
read more..
CSS Web DesignPublished February 3, 2009 at 11:15 am No Comments
I just noticed an article in Digital Web Magazine by Rachel Andrews over at SitePoint, who has written extensively about pros and cons of css vs. table layouts. In this article, she demonstrates how to use css tables using the css display property, which will be supported by Internet Explorer 8, “the last major browser
read more..
CSSPublished December 5, 2008 at 11:18 am No Comments
Recently, I got the following requirements: A data table contains one cell with a possibly long description. We want the height of that description to be no bigger than 80 pixels. This means, the cell needs to have a scrollbar. I did not want to simply set the height of the div to 80px with
read more..