Does anybody know a open source/free, 32x32 or bigger, complete set of "office" icons for integration in a Rich Text editor - i.e. buttons like
In our html we have:
<div id="error2"></div>
#error2 { background:url(../images/cross.png) left center no-repeat; color: #ff2217; font-size:16px; ...
Where have a i gone wrong here
ul.bullet { list-style-image:url('../images/bullet-blue-icon.png');vertical-align:middle;line-height:16px; } ul.bullet li { line-height:16px;font-size:14px;}
So I have an icon which could be 32px or 48px and next to the icon some text, somewhat of 14px to 18px font-size. Here is a fiddle: http://jsfiddle.net/nwHjB/ What is ...
I'm trying to do this: into html so when I type some text the line gets longer or shorter. On the end of each line there is a ...