Graphic design 101

From TempusServa wiki
Revision as of 20:00, 10 April 2016 by old>Admin (Created page with " THIS PAGE IS UNDER DEVELOPMENT === Tricks of the trade === Badly positioned elements can be easily fixed inserting af small JQuery script in the page $( "#QuickSearchIn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

THIS PAGE IS UNDER DEVELOPMENT

Tricks of the trade

Badly positioned elements can be easily fixed inserting af small JQuery script in the page

  $( "#QuickSearchInput" ).insertBefore( "#TempusServaPage" );