Search
Translate / Traduci
Support Gioorgi Editorial Board
Tag Archives: magic
How to display an animation during page loading
Old web site requires sometimes to show a big “Loading…” gif in the front of the page. It is not trivial to do it, especially if you have already plenty of jQuery forms developed, with complex form submission, and half … Continue reading
Posted in English Content, IT Featured, Knowledgebase, Software
Tagged javascript, jquery, magic, web
1 Comment
Changing orientation via a stylesheet
This magic CSS code is able to change the orientation of the printed page: @page port {size: portrait;} @page land {size: landscape;} .portrait {page: port;} .landscape {page: land;} For more information, take a look to the CSS Print Profile specification … Continue reading
Posted in English Content, Knowledgebase
Tagged css, html, magic, printing, web
Comments Off on Changing orientation via a stylesheet