I modified the alternate css file attached to the root site /ist/. Below are the modifications: Thanks to this web article.
Continue reading about Fixing Background Color for Sharepoint List Dataview
I found that $(‘img[src="/images/folder.gif"]‘) works fine in Firefox, but not work in IE. And the workaround is to use this $(‘img[src*="folder.gif"]‘), which will work both in FF and IE.
Continue reading about jQuery Selector with Attribute Filtering Does not Work in IE
IE 7 does not honor the clear:both sytle rule. So the container div’s height does not include the entire height of some divs that are floated left or right inside it. As this seems to be a big common problems, there are too many people offer solutions, which I find are too complicated and somehow [...]
I have recently encountered this situation where some Chinese text is shown on screen apparently with mixed fonts, and yet I know the text has styles applied to them consistently – at least they are expected to look the same across characters. What I found was there was no specific Chinese font included in the [...]
Continue reading about Chinese Text Displays With Mixed Fonts
I have seen articles on how to achieve adding link icons based on the file type of the linked web resource. Two methods exist for the purpose: one through the use of pure CSS, another through the use of both CSS and jQuery. Which is better? Initially I thought if I could achieve the purpose [...]
Continue reading about adding link icon based on file type: pure css or css+jQuery
I found out the hard way that when you use divs to lay out part of a page instead of tables, if there is no width and height attributes in the IMG tag, in IE 7, the right most div that contains an IMG tag will wrap around to the next row. The same page [...]
Continue reading about Image Tag and a Layout Problem in IE7
