Thickbox problem ...

braumab
avatar
rank Enthusiast

Enthusiast


Posts: 52
Joined: 2007-03-27

Hey guys,

I'm having a problem ... http://www.exclusivelybimmmers.com

Click on the "contact us" link ...

#1, the flash is show over the thickbox in IE
#2, the z-index is thrown off when clicking the link
#3, the link won't match the others
#4, z-index is thrown off in Firefox
#5, Firefox is now aligned left.

... I'm stumped, can anyone help?

Thanks,
Adam

eh.....?

braumab
braumab's picture
rank Enthusiast

Enthusiast


Posts: 52
Joined: 2007-03-27

here's the correct link.

http://www.exclusivelybimmers.com

eh.....?

Hugo
Hugo's picture
rank Moderator

Moderator


Posts: 12578
Joined: 2004-06-06
Location: London

51 posts to your name, so

51 posts to your name, so one supposes some familiarity with the forum?

You have a table based layout!

You have used many deprecated tags and attributes.

You have general ill-formed markup with incorrectly nested tags.

You have mixed html schemas with XHTML attributes, this suggests a lack of understanding of (X)HTML.

I haven't time to look further at the moment partly due to being halted at the sight of the above, I strongly suggest that you fix up the errors quickly and repost, then some kind soul Smiling will hopefully overlook the use of tables for layout and address the problems you are having; but be warned you might have to expect more grief for the use of tables for layout.

Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

braumab
braumab's picture
rank Enthusiast

Enthusiast


Posts: 52
Joined: 2007-03-27

yeahhhhhhhhhhhhhhhh I didn't

yeahhhhhhhhhhhhhhhh I didn't make the site. I don't know that i'd make a table based layout. But you're right. this'll be fun...

eh.....?

sid3335
sid3335's picture
rank newbie

newbie


Posts: 1
Joined: 2008-07-24

you need to set your wmode

you need to set your wmode to opaque (or transparent i forget which) in you flash.

so:

1. Add the following parameter to the OBJECT tag:
<param name="wmode" value="opaque">

2. Add the following parameter to the EMBED tag:
wmode="opaque"

just to reiterate it could also be "transparent"