| View previous topic :: View next topic |
| Author |
Message |
red5dawg
Joined: 04 Dec 2008 Posts: 16
|
Posted: Tue Apr 06, 2010 5:55 pm Post subject: Is it possible to create a corner ribbon or banner with SG ? |
|
|
| Thanks |
|
| Back to top |
|
 |
tsummerall Site Admin
Joined: 29 Sep 2005 Posts: 1714
|
Posted: Wed Apr 07, 2010 12:26 pm Post subject: |
|
|
| It's not a feature right now. You could add one using javascript and a -literal or -xmedia layer if you have the code for it. |
|
| Back to top |
|
 |
Chris Perkins Site Admin
Joined: 29 Sep 2005 Posts: 5665
|
Posted: Fri Apr 09, 2010 4:39 am Post subject: |
|
|
Actually, it's easier. Just make your little corner ribbon as a single layer, positioned in the top left corner of your doc. Put the -nomerge hint on it. You might want to use PNG-24 as the Compression type.
Then in the HTML, find the div for that layer. | Code: | | <div id="cornerpiecenomerge"></div> |
Move that div to just before the body close:
| Code: |
<div id="cornerpiecenomerge"></div>
</body> |
That should do her. Of course, this is untested, so if it doesn't work then my apologies for getting your hopes up and wasting your time. But I think it will work. |
|
| Back to top |
|
 |
|