Thickbox problem ...
Posted: Mon, 2008-06-23 04:11
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.....?


Enthusiast
Posts: 52
Joined: 2007-03-27
here's the correct link.
Posted: Mon, 2008-06-23 04:13
http://www.exclusivelybimmers.com
eh.....?
Moderator
Posts: 12578
Joined: 2004-06-06
Location: London
51 posts to your name, so
Posted: Mon, 2008-06-23 06:21
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
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
Enthusiast
Posts: 52
Joined: 2007-03-27
yeahhhhhhhhhhhhhhhh I didn't
Posted: Mon, 2008-06-23 06:26
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.....?
newbie
Posts: 1
Joined: 2008-07-24
you need to set your wmode
Posted: Thu, 2008-07-24 16:34
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"