Fixing flash objects covering div layers

July 8, 2008

Filed under: Web Dev — naldope @ 10:42 pm

Since I was working on a site recently where a flash movie overlapped my div submenus, I googled and discovered the following extra parameters to add to the <object> and <embed> tags.

Adding the following syntax to your html code should fix the issue nicely.

Within the <object> open/close tags, enter the following extra parameter:
<param name="wmode" value="transparent">

Also, modify the embed tag to include an extra attribute.
<embed wmode="transparent" ... >

Hope that helps someone else out there in need.

Thomas Cartoonified

Filed under: Artwork — naldope @ 8:35 am

Its been awhile since I published anything in my blog. I thought I would start up again by adding some recent work.

A few days ago, one of my friends wanted me to try and convert a real photo into a cartoon version. Below is my pencil sketch version scanned in.

Thomas Cartoon

Update: First vector rendering below

  Newer Posts

What I Do

Website Creation

The graphic design and implementation of websites using XHTML, CSS, and other web technologies

Application Development

Static websites become web applications, once more functionality is added allowing users to perform various tasks

Print & Graphics

Custom graphics and print collateral can be created to match your company's branding or marketing strategy

Search Engine Optimization (SEO)

To improve a website's search rankings on various search providers, SEO techniques involve a sites' coding and structure

Content Management Systems

These custom or pre-built web applications allow owners/authors of a site to add and edit their own website content

PSD to XHTML Implementation

Transforming the graphic layout of a graphic artist to a actual working prototype of a website.
To Top

Powered by WordPress