Unison CCTV Company Corporate Video

Chameleon provides local Birmingham CCTV company with corporate video for website.

Unison CCTV Company

YouTube Video Controls

If you are using YouTube and do not wish to show other videos afterwards then you can use the command to prevent showing suggested videos when the video finishes.

To do this you simply add “?rel=0” at the end of the URL for the YouTube video, example:-

Birmingham SEO Company

Drop Down Menu Drops Behind YouTube video

This is something on our website we have to deal with and to make the drop down menu sit on top of the video you can use the command “?wmode=transparent”.

An example of this would be :-

Birmingham SEO Company

SEO Birmingham

There are many companies in Birmingham offering SEO and Chameleon is one of the leading online marketing specialists in this area.

Chameleon has been delivering results for clients since 2001 and has one of the best customer retentions in the SEO industry.

Chameleon is your SEO Birmingham first choice, to find out more get in touch.

SEO Company Review

Marketing that makes you take notice

The Evian advert Dancing with my baby-me is an advert that will capture your attention for sure. As part of the Evian Live young campaign.

Music: Here comes the Hotstepper – Evian remix by Yuksek
Agency: BETC
Directors: We are From LA
Production team: Iconoclast & Mikros

HTML <iframe> Tag

An iframe is used to embed another document into a website, this can be a youtube vide, 360 virtual tour or even another webpage.

The iframe is used in Internet Explorer, Mozilla, Opera, Chrome and Safari which means it can be used safely on your website.

The use of iframes can be done in many ways and there is no real right or wrong way to do this as the best way depends on the final output required. Also for example if you use WordPress you use plugins to enalbe short codes.

In HTML5 we have new attributes that we can use such as sandbox, seamless and srdoc which we will show you how to use later.

Basic iframe coding:-

<iframe src=”http://www.chameleonwebservices.co.uk”></iframe>

iFrame Attributes

AttributeValueDescription
Alignleft, right, top, middle, bottomNote this is no longer supported in HTML5.
Specifies hoe the alignment of an <iframe> will be plcaed on the page.
frameborder10Note this is not supported in HTML5. This specifies whether or not to display a border around the
<iframe>
heightnumber pixelsSpecifies the physical height of an <iframe>
longdescURLNote this is not supported in HTML5. Specifies that the page contains a long description of the
content of an <iframe>
marginheightpixelsNote this is not supported in HTML5. Specifies the top and bottom margins for the content of an <iframe>
marginwidthnumber pixelsNote this is not supported in HTML5. Specifies the left and right margins to be used around the <iframe>
namenameSpecifies the name of the <iframe>
sandbox“”, allow-forms, allow-same-origin, allow-scripts, allow-top-navigationAllows you to set extra restrictions for the content in the <iframe>
scrollingyes, no, autoNote this is not supported in HTML5. Specifies whether to display scrollbars in an <iframe>
seamlessseamlessSpecifies that the <iframe> should merge in with the containing document. You do this using <iframe seamless>. This is only supported by Chrome and Safari.
srcURLSpecifies the URL of the document to embed in the <iframe>
srcdocHTML_codeSpecifies the HTML content of the page to show in the <iframe>
widthnumber of pixelsSpecifies the width of the <iframe>