the code below is to create a slanted Preview like the image below.
<div
style="position: absolute; top: 75px; left: -225px; width: 600px; height: 28px; margin: 0px; padding: 10px; font-size: 24px; text-align: center; color: rgb(255, 255, 255); font-family: "trebuchet ms",verdana,arial,sans-serif; transform: rotate(-45deg); transform-origin: 50% 0px 0px; border: 1px solid transparent; z-index: 1200; background-color: rgb(0, 0, 0);" >
Preview
</div>
Done!!
Subscribe to:
Post Comments (Atom)
Popular Posts
- How to handle multilingual error messages for jQuery validation plugins
- How to use jQuery validation plugin in JSF
- How to switch EJB client to local or remote interface without changing code
- How to display dynamic PDF document with <p:media /> component
- Getting started with Oracle SQL developer Data modeler
- Hacking the JBoss JNDI Datasource configuration
- java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE from [Module "deployment.ROOT.war:main" from Service Module Loader]
- How to load file(s) in the same directory
- How to increase console line number in Eclipse
- How to verify jQuery in Richfaces 4 is working
No comments:
Post a Comment