What Is Lorem Ipsum Dolor Sit Amet?

“Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat… Continue reading What Is Lorem Ipsum Dolor Sit Amet?

Published
Categorized as HTML, Web

Making Transparent Iframe

To make an iframe transparent (background of the iframe page is visible through the data from the other page), you just need to use 2 additonal code snippets. 1) In the iframe code add ALLOWTRANSPARENCY=TRUE 2) In the content page (the page seen through the iframe), add <style type=”text/css”> body { background-color: transparent } </style>… Continue reading Making Transparent Iframe

Published
Categorized as HTML