Add it to a script editor web part to the page
<style type='text/css'>
.ms-vh-div[DisplayName='ChoiceColumnDisplayName']
{
width:250px;
}
</style&g...
Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts
Friday, August 26, 2016
Tuesday, March 22, 2016
In this below script,Print css in javascript
I got is adding media="print" property to the CSS references.
/* This CSS removes the header, navigation and other action elements from the print preview */
1.
<style>
@media print{
#suiteBar{display:none;}
...
Sunday, December 27, 2015
ul and li
list-style:none
li img {
display: none;
}
li:hover img {
display: inline-block;...