Skip to content

Instantly share code, notes, and snippets.

@alexmuller
Created October 16, 2010 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmuller/629656 to your computer and use it in GitHub Desktop.
Save alexmuller/629656 to your computer and use it in GitHub Desktop.
Experimenting with the HTML (and CSS) for some kind of float-y help for OCO
<div class="help" style="border-top-left-radius: 6px 6px; border-top-right-radius: 6px 6px; border-bottom-right-radius: 6px 6px; border-bottom-left-radius: 6px 6px; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(246, 246, 246)), to(rgb(225, 226, 238))); background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; float: right; font-size: 12px; padding-top: 4px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; margin-top: -55px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-left-color: rgb(0, 0, 0); width: 130px; margin-right: 328px; text-shadow: rgb(153, 153, 153) 0px 0px 5px; background-position: initial initial; background-repeat: initial initial; ">Type in your organisation name and tap the enter key to save</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment