Re: [css-d] Drop down menus...

2009-10-07 Thread Michael Beaudoin
On Oct 7, 2009, at 1:48 PM, Val Dobson wrote: > Have you looked at www.cssplay.co.uk/menus ? He has a wide range of > menus on there. > > Val > > 2009/10/7 Michael Beaudoin : >> I've looked at the Suckerfish menus, plus a few more, but none of >> them >> explain how to use drop down menus with

Re: [css-d] Drop down menus...

2009-10-07 Thread Val Dobson
Have you looked at www.cssplay.co.uk/menus ? He has a wide range of menus on there. Val 2009/10/7 Michael Beaudoin : > I've looked at the Suckerfish menus, plus a few more, but none of them > explain how to use drop down menus with a graphic as the main menu. > > If anyone has any additional pla

[css-d] Drop down menus...

2009-10-07 Thread Michael Beaudoin
I've looked at the Suckerfish menus, plus a few more, but none of them explain how to use drop down menus with a graphic as the main menu. If anyone has any additional places I can go look, I'd appreciate it. Thanks, Michael __

Re: [css-d] Drop Down Menus

2009-06-04 Thread Gunlaug Sørtun
Asha Nair wrote: > www.faithlandchurch.org.au Add... #menu {clear: left;} ...to make IE8 render as intended. regards Georg -- http://www.gunlaug.no __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.o

Re: [css-d] Drop Down Menus

2009-06-04 Thread David Laakso
Asha Nair wrote: > Hi everyone! > > This is my first post and I'm still trying to figure things out. So > apologise if I make a mistake! > > I've made a site with dropdown menus and it has worked fine on IE up until > IE8 has come out. The dropdown menus, instead of coming out horizontally > across

[css-d] Drop Down Menus

2009-06-04 Thread Asha Nair
Hi everyone! This is my first post and I'm still trying to figure things out. So apologise if I make a mistake! I've made a site with dropdown menus and it has worked fine on IE up until IE8 has come out. The dropdown menus, instead of coming out horizontally across, come vertically down on the s

Re: [css-d] Drop Down Menus Behind Content

2008-12-23 Thread Joseph Sims
> > How do I get the menus to show up over the content? Any help would be > appreciated. Thanks in advance. > I did find this in your external sheet: #menucp { z-index=10; instead of: z-index:10; __ css-discuss

[css-d] Drop Down Menus Behind Content

2008-12-23 Thread robmercer
Merry Christmas to all. This is a great group with many smart, helpful people. I am retooling an old site. The site was done many years ago and is full of table callouts and dated HTML coding. The site uses drop down menus triggered by an image map. The pages of the site are all left justif

Re: [css-d] drop down menus/flash

2008-10-16 Thread Gunlaug Sørtun
Ed Pybus wrote: > ... could some check if the menus are coming down in front of the > flash player on other operating systems? > > http://www.slrecords.net/test_videos.php Seems to be working as intended in all browsers on windows 2000/XP/Vista and on Mac OSX - dropdown gets in front of flash.

Re: [css-d] drop down menus/flash

2008-10-16 Thread jono
> http://www.slrecords.net/test_videos.php > > Or do I just have to accept that at the moment you can't get drop down > menus to drop in front of a flash player?? No, the scriupt is the culprit. Even Dreamweaver gets this wrong out of the box. Use [1]swfObject, as follows: Include swfobject in

Re: [css-d] drop down menus/flash

2008-10-16 Thread Ed Pybus
Thanks for the advice - unfortunately none of it has worked for me! I've give the elements of the dropdown menus higher z-index numbers than the flash player and tried the wmode param on the flash player and neither seem to work (at least on FF3 on ubuntu). I know there seems to be some FF/Flas

Re: [css-d] drop down menus/flash

2008-10-14 Thread Al Sparber
http://www.projectseven.com/support/answers.asp?id=127 -- Al Sparber - PVII http://www.projectseven.com Fully Automated Menu Systems | Galleries | Widgets http://www.projectseven.com/go/Elevators __ css-discuss [EMAIL PROTECTED

Re: [css-d] drop down menus/flash

2008-10-14 Thread Luis Speciale
Ed Pybus a écrit : http://www.communitymx.com/content/article.cfm?cid=E5141 Hope it helps Luis > Hi, > > Can anyone help me get my dropdown menus coming down in front of a flash > player rather than behind it? > > http://www.slrecords.net/test_videos.php > > CSS here > > http://www.slrecords.n

Re: [css-d] drop down menus/flash

2008-10-14 Thread Rachel Mawhood
You've got z-index: 999; on your nav a . Isn't that causing the drop down menu when active to be in front of everything else? Doesn't it need to be something like z-index: 2, and the video and the title above it being z-index: 3 ? Hope this helps. Rachel At 13:01 14/10/2008, Ed Pybus wrot

[css-d] drop down menus/flash

2008-10-14 Thread Ed Pybus
Hi, Can anyone help me get my dropdown menus coming down in front of a flash player rather than behind it? http://www.slrecords.net/test_videos.php CSS here http://www.slrecords.net/css/master2.css This is my first website so and other comments/improvements/criticisms welcome. Thanks, Ed

[css-d] Drop-down menus, suckerfish and IE7.js

2008-10-06 Thread Tim Dawson
I've recently stumbled upon Dean Edwards's IE7.js script for correcting non-compliance in IE6 and earlier. It seems a great step forward, to get away from ad hoc hacks. But I've instantly hit a problem with my drop-down menus. I know there's a problem with IE6 restricting hover effects to hyperl

Re: [css-d] :: drop down menus ::

2008-04-17 Thread Highpowered
Amrinder wrote: > Hi > > I am stuck with dropdown menus. They are working fine in IE-7, and firefox > and the evil IE6 doesn't render it. > Should I use javascript or CSS for this. > > Here is my code: > > ** XHTML code ** > > > Home >About Us >Retail Products >

[css-d] Drop Down Menus Again

2008-04-08 Thread Jon
Hello, I'm looking for a horizontal, three level, css menu (ideally) that I can use images and have curved translucent backgrounds for the drop down links. I've had a browse of dynamic drive but wondered if anyone could suggest a nice drop down that works in ie6+ and firefox. regards Jon ___

Re: [css-d] :: drop down menus ::

2008-03-27 Thread David Hucklesby
On Thu, 27 Mar 2008 18:15:26 +0530, Amrinder wrote: > Hi > > I am stuck with dropdown menus. They are working fine in IE-7, and firefox > and the evil > IE6 doesn't render it. > Should I use javascript or CSS for this. > > Here is my code: > [code snipped] If this is not working in IE 5 or 6, it

[css-d] :: drop down menus ::

2008-03-27 Thread Amrinder
Hi I am stuck with dropdown menus. They are working fine in IE-7, and firefox and the evil IE6 doesn't render it. Should I use javascript or CSS for this. Here is my code: ** XHTML code ** Home About Us Retail Products Milk Powders

Re: [css-d] Drop down menus bunching

2007-10-16 Thread Waz & Elle Meredith
> A site I've designed (daily.swarthmore.edu) uses drop-down menus as its > primary means for navigation, since it has an enormous number of > categories (I'm up to 57 now) which aren't really set for display in any > other format. > In Safari and newer versions of IE, the site displays properly a

[css-d] Drop down menus bunching

2007-10-16 Thread Miles Skorpen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A site I've designed (daily.swarthmore.edu) uses drop-down menus as its primary means for navigation, since it has an enormous number of categories (I'm up to 57 now) which aren't really set for display in any other format. In Safari and newer version

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-06 Thread Tim Dawson
On 05/02/2007 22:54, Ingo Chao wrote: > Tim Dawson wrote: >> I'm using the Suckerfish drop-down menu method >> (http://alistapart.com/articles/dropdowns) which uses a JS file to >> create the pseudo hover classes instead of the csshover.htc behavior >> call. >> >> My problem seems to be the obverse

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Tim Dawson
On 05/02/2007 20:54, francky wrote: > Tim Dawson wrote: >> Pam, >> >> I understand your restriction. I'll have to keep working on it and >> watching this space. >> >> Tim >> >> On 05/02/2007 15:27, Pamela Corey wrote: >> >>> Unfortunately I'm not allowed to install IE7 here at work so I can't

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Ingo Chao
Tim Dawson wrote: > I'm using the Suckerfish drop-down menu method > (http://alistapart.com/articles/dropdowns) which uses a JS file to > create the pseudo hover classes instead of the csshover.htc behavior > call. > > My problem seems to be the obverse of recent posts where drop-downs > didn't ap

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread francky
Tim Dawson wrote: > Pam, > > I understand your restriction. I'll have to keep working on it and watching > this space. > > Tim > > On 05/02/2007 15:27, Pamela Corey wrote: > >> Unfortunately I'm not allowed to install IE7 here at work so I can't >> test it for you. >> >> Hope you figure it ou

Re: [css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Tim Dawson
Pam, I understand your restriction. I'll have to keep working on it and watching this space. Tim On 05/02/2007 15:27, Pamela Corey wrote: > Unfortunately I'm not allowed to install IE7 here at work so I can't > test it for you. > > Hope you figure it out! > Pam > > At 10:19 AM 2/5/2007, you

[css-d] Drop-down menus remain displayed in IE

2007-02-05 Thread Tim Dawson
I'm using the Suckerfish drop-down menu method (http://alistapart.com/articles/dropdowns) which uses a JS file to create the pseudo hover classes instead of the csshover.htc behavior call. My problem seems to be the obverse of recent posts where drop-downs didn't appear. For me, they sometimes

[css-d] Drop down Menus

2005-11-04 Thread Kevin O'Boyle
I rolled my own CSS drop down menus; I really wanted to steal someone else's work but I couldn't follow the CSS logic of the tutorials I found and none of the freely available CSS drop drop down menus I found did what I wanted; My needs are simple: * I have a Menubar background graphic that spa

Re: [css-d] drop down menus aren't clickable in IE

2005-10-19 Thread Steve Clason
On 10/19/2005 7:59 PM Betsy Garfield wrote: This design isn't perfect but my here's my main problem right now: the drop down menus aren't clickable in IE and the text in the li boxes is getting garbled. test page: http://base.wrjdistrict13.org/index.html css: http://base.wrjdistrict13.org/st

[css-d] drop down menus aren't clickable in IE

2005-10-19 Thread Betsy Garfield
Hi all. Love the list, learning a lot, first time posting. This design isn't perfect but my here's my main problem right now: the drop down menus aren't clickable in IE and the text in the li boxes is getting garbled. I have spent a gazillion hours on this trying different things and have no

Re: [css-d] drop down menus

2005-07-26 Thread Chris Bruce
This is one of the best: http://www.alistapart.com/articles/dropdowns This site seems to be unavailable now. Actually, as with every ALA article, it is a good idea to read the comments, as changes and fixes are announced there. Suckerfish is over two years old and a lot of fixes went into son

Re: [css-d] drop down menus

2005-05-30 Thread David Laakso
On Mon, 30 May 2005 16:30:45 -0400, Virtuallee <[EMAIL PROTECTED]> wrote: Hi Can anyone recommend a good horizontal standards compliant drop down menu? Thanks Lee There were a number of replies Saturday and Sunday to a post titled "Re: [css-d] best CSS drop down menu" that answered the

Re: [css-d] drop down menus

2005-05-30 Thread Christian Heilmann
> This is one of the best: http://www.alistapart.com/articles/dropdowns > Actually, as with every ALA article, it is a good idea to read the comments, as changes and fixes are announced there. Suckerfish is over two years old and a lot of fixes went into son of suckerfish: http://www.htmldog.com

Re: [css-d] drop down menus

2005-05-30 Thread Schalk Neethling
Lee This is one of the best: http://www.alistapart.com/articles/dropdowns Virtuallee wrote: Hi Can anyone recommend a good horizontal standards compliant drop down menu? Thanks Lee -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.De

[css-d] drop down menus

2005-05-30 Thread Virtuallee
Hi Can anyone recommend a good horizontal standards compliant drop down menu? Thanks Lee -- Internal Virus Database is out-of-date. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.15 - Release Date: 22/05/2005 __