[css-d] Large Clipping Path & SVG tag ?

2015-06-27 Thread Crest Christopher
I need a little help debugging this markup, why is the clipping path so large ? And I wasn't aware there is a SVG tag ? xlink:href="http://www.thecreativesheep.ca/wdp/wip/patha.svg"; x="0" y="0" width="500" height="500"/> stroke-miterlimit="10" width="500" height="500"/> width="400" height="

Re: [css-d] Putting an image before list item text

2015-06-27 Thread Tom Livingston
One other thing. If you know WHICH element will have that text, consistently, you could use: Element:nth-of-type On Friday, June 26, 2015, Angela French wrote: > I'm trying to put a recycle bin icon before the text "Recycle Bin" on a > SharePoint menu list item. Is there a way to conditional

Re: [css-d] Putting an image before list item text

2015-06-27 Thread MiB
jun 27 2015 00:54 Angela French : > I'm trying to put a recycle bin icon before the text "Recycle Bin" on a > SharePoint menu list item. Is there a way to conditionally put the icon > when the list item text is "Recycle Bin”? Sounds like a server side problem to me.