Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Transparent Flash drop-down menu & HTML in Firefox 2.0.0.3

Reply
Thread Tools

Transparent Flash drop-down menu & HTML in Firefox 2.0.0.3

 
 
sinrise@gmail.com
Guest
Posts: n/a
 
      04-06-2007
I have a Flash drop-down menu that is 800x200 pixels. It has a
transparent background and drops down over the rest of my page, which
is all html. In Firefox, everything under that 200px flash swf cannot
be clicked on, including my form elements. This is not the case in
IE6. Everything under the transparent area works fine.

http://www.hydramediagroup.net/lucastemp/events.html

I've scoured the web and google groups and found a few topics
regarding this problem but no answers as of yet. Please someone help!

 
Reply With Quote
 
 
 
 
Adrienne Boswell
Guest
Posts: n/a
 
      04-06-2007
Gazing into my crystal ball I observed writing in
news: ups.com:

> I have a Flash drop-down menu that is 800x200 pixels. It has a
> transparent background and drops down over the rest of my page, which
> is all html. In Firefox, everything under that 200px flash swf cannot
> be clicked on, including my form elements. This is not the case in
> IE6. Everything under the transparent area works fine.
>
> http://www.hydramediagroup.net/lucastemp/events.html
>
> I've scoured the web and google groups and found a few topics
> regarding this problem but no answers as of yet. Please someone help!
>
>


You know, I have come to really hate flash menus. What's wrong with a
regular menu? A lot of the time, I have flash turned off, simply because
a lot of moving things are annoying and distracting. Then I come to some
site that looks interesting and I can't navigate because of a flash menu.

I don't know what kind of program you used to generate this, but I would
throw it in the trash. Abuse of tables and abuse of form elements.
Don't nest tables, and don't use textarea just because it scrolls.
Tables are for tabular data, not for positioning elements. Forms are
used to let a user interact with the application, not for presentation.

You have 3 markup errors, one of which is so bad that I cannot validate
your CSS. Interestingly enough, when I view the page without CSS, I can
get to the "form" without any problem.

Please consider is the fact that Join the Wine Club is not visible with
images disabled. Don't you want visually disabled people to join the
club, or people who may have disabled images because they are on a slow
connection?

Additionally, is the textarea background supposed to be pale blue? I
have my background set to that color, and if the author did not specify a
background color, my pale blue will show. You might also want to think
about contrasting colors, the contrast may not be large enough for
visitors with low vision problems.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

 
Reply With Quote
 
 
 
 
Bergamot
Guest
Posts: n/a
 
      04-06-2007
Adrienne Boswell wrote:
> Gazing into my crystal ball I observed writing in
> news: ups.com:
>
>> http://www.hydramediagroup.net/lucastemp/events.html

>
> I don't know what kind of program you used to generate this,


Dreamweaver. You can tell by the comments. ".dwt" is a dead give away.

> Abuse of tables and abuse of form elements.


Looks like a good example of what *not* to do.

I hope the client isn't paying for that mess.

--
Berg
 
Reply With Quote
 
Chaddy2222
Guest
Posts: n/a
 
      04-06-2007
On Apr 7, 12:35 am, Bergamot <berga...@visi.com> wrote:
> Adrienne Boswell wrote:
> > Gazing into my crystal ball I observed sinr...@gmail.com writing in
> >news: oups.com:

>
> >>http://www.hydramediagroup.net/lucastemp/events.html

>
> > I don't know what kind of program you used to generate this,

>
> Dreamweaver. You can tell by the comments. ".dwt" is a dead give away.
>
> > Abuse of tables and abuse of form elements.

>
> Looks like a good example of what *not* to do.
>
> I hope the client isn't paying for that mess.
>

Yeah, the point about the client is an interesting one. Although it's
probably one of those "great I now have a copy of DW so I can make a
website" type jobs. DW can be good, but like any WYSIWYG web tool,
placed in the wrong hands it can make some dam horible websites. I'm
only parcially sited and could make better looking sites then that.
What's with makeing the main content scroll in such an odd way anyway?
I don't see the point really.
--
Regards Chad. http://freewebdesign.cjb.cc


 
Reply With Quote
 
Bergamot
Guest
Posts: n/a
 
      04-06-2007
Chaddy2222 wrote:
> On Apr 7, 12:35 am, Bergamot <berga...@visi.com> wrote:
>> > Gazing into my crystal ball I observed sinr...@gmail.com writing in
>> >news: oups.com:

>>
>> >>http://www.hydramediagroup.net/lucastemp/events.html

>>
>> I hope the client isn't paying for that mess.
>>

> probably one of those "great I now have a copy of DW so I can make a
> website" type jobs.


You are right - having DW doesn't make you a web designer - but it looks
more like this is a marketing/graphic design business trying to be a
1-stop shop by offering web design, too. Unfortunately it also looks
like they don't have any competent web people to go with that service.

--
Berg
 
Reply With Quote
 
J.O. Aho
Guest
Posts: n/a
 
      04-06-2007
wrote:
> I have a Flash drop-down menu that is 800x200 pixels. It has a
> transparent background and drops down over the rest of my page, which
> is all html. In Firefox, everything under that 200px flash swf cannot
> be clicked on, including my form elements. This is not the case in
> IE6. Everything under the transparent area works fine.


Try another version of the flashplugin, it may or may not work. As flash isn't
supported well in all operating systems and even official plugins from
adobe/macromedia, the transparency do not work.


> I've scoured the web and google groups and found a few topics
> regarding this problem but no answers as of yet. Please someone help!


I would suggest you use one of the many CSS based menus, those works a lot
better in most browsers and less depending on operating system as FF/SeaMonkey
are portable.

--

//Aho
 
Reply With Quote
 
Travis Newbury
Guest
Posts: n/a
 
      04-09-2007
On Apr 6, 12:41 am, sinr...@gmail.com wrote:
> I have a Flash drop-down menu that is 800x200 pixels...

<snip...>

Throw away that stupid Javascript detection BS because it doesn't
work. Then read this:

http://alistapart.com/articles/flashsatay.

Also no one guarantees support for the transparent attribute except
IE.




 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      04-09-2007
Travis Newbury wrote:
> On Apr 6, 12:41 am, sinr...@gmail.com wrote:
>> I have a Flash drop-down menu that is 800x200 pixels...

> <snip...>
>
> Throw away that stupid Javascript detection BS because it doesn't
> work. Then read this:
>
> http://alistapart.com/articles/flashsatay.
>
> Also no one guarantees support for the transparent attribute except
> IE.


Do you mean the flash's transparency Works in all my non-IE browsers!
OP's problem is that the flash is an OBJECT whose dims include the the
drop-downs whether they are displayed or not and since the overlay the
scrollbar you cannot grab it. IE is the only browser that it works
because of a well published bug where IE's form elements will not obey
z-order stacking...

Travis's tip is a good one. Using a CSS menu in your page will solve
this problem because while the menu is not in an active state, the
submenu list is physically no longer overlaying the scrollbar!

BTW, total inappropriate use of a textbox, your can style a DIV to do
what you desire.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transparent Menu =?Utf-8?B?Sm9l?= ASP .Net 1 03-22-2007 07:24 PM
CSS - Transparent Hover for Horizontal Menu Items? david.hunter@gmail.com HTML 0 11-08-2006 08:00 PM
transparent menu - how David Graham HTML 4 02-12-2006 09:31 PM
Setting transparent background for DynamicMenuStyle Menu rh ASP .Net 0 01-05-2006 08:52 PM
Semi-transparent Dropdown DHTML Menu Maflu HTML 4 12-27-2003 07:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57