Ali Nouman
Ali Nouman

Reputation: 3412

Position relative and Position fixed behind

I have an iframe which is showing google map following css is applied on it

position: relative;
top: 48px;
left: -233px;

but when i scroll down it just comes above the bar which is showing khaleej time and social links I try many techniques but no use to make this iframe behind that social link bar . Live site

Upvotes: 0

Views: 241

Answers (1)

Tracker1
Tracker1

Reputation: 19344

This issue is Scribble Maps is using the flash plugin and not setting the wmode to opaque. Without this, Flash renders on-top of everything else. I would suggest contacting them and having them change their embed code slightly.

Forcing the z-index on the iframe, and the bottom bar won't correct this.

Upvotes: 1

Related Questions