Follow Me:
Showing posts with label Html and Html5. Show all posts
Showing posts with label Html and Html5. Show all posts

Friday, 30 May 2014

How to blink text in html for various browsers The blink() method is not standard, and may not work as expected in all browsers. The blink() method is used to display a blinking string. This method returns the string embedded in the <blink> tag, like this: <blink>string</blink> Note:  The blink() method only works in Opera. It is not supported in Internet Explorer, Firefox, Chrome, or Safari. So alternatively...

Wednesday, 21 November 2012

How do you disable "Save as" function on images?     I want to the disable the save option in image and also disable copy the image  script will be given below:    <style>thumbnail.large,thumbnail.large .box-crop,thumbnail.large .box-contests,thumbnail.large .details,thumbnail.large .details .relative {width:100%;height:100%;}thumbnail .details,thumbnail .details .relative {width:100%;height:100%;box-shadow:0;}thumbnail .details .top .content {min-height:30px;}thumbnail .details .top {display:block;font-size:16px;line-height:28px;text-align:center;}thumbnail...

Wednesday, 7 November 2012

How to disable "Save as" in an Adobe PDF document Embeddable Google Document Viewer Google Docs offers an undocumented feature that lets you embed PDF files and PowerPoint presentations in a web page. The files don't have to be uploaded to Google Docs, but they need to be available online. <iframe src="http://docs.google.com/gview?url=onlinebetaversion.com/icdipl/images/RINA_Certificate.pdf&embedded=true" style="width:620px;height:800px;border:none;"  frameborder="0"></iframe>  but you should replace the bold...