Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-23 Thread dave typo
I can't seem to figure out how to adopt your (Oliver's) example into my needs, even after looking at how the css is setup I tried to do it in your method, but in Internet Explorer the list of links (the top tab items) ended up cascading like the example below with all the dropdowns hovering in one

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-22 Thread Oliver Rowlands
Hi Dave, I've implemented pure CSS drop-down menus in Typo3 using the 'conditional comments' technique in order to bypass IE's ':hover' limitations. Have a look at the primary navigation (#primaryNavigation) on the following site: http://www.spannerworks.com The advantage of this technique is

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-22 Thread Bernd Wilke
On Fri, 20 Apr 2007 16:04:52 +0200, dave typo wrote with subject "Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?": > the dropdown menus work on an html page in firefox without javascript, > and do not work on a ty

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread dave typo
> that might just lead to trouble once within typo3. > > so, off subject a little there, but how do i check for javascript errors? > > thanks, > > -dave > > On 4/20/07, Bernd Wilke <[EMAIL PROTECTED]> wrote: > > On Fri, 20 Apr 2007 14:26:40 +0200, dave typo wrote

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread dave typo
TYPO3] LONG: help ! how to get css drop down menus working > in typo3 on firefox and internet explorer?": > > > Hello all, I have struggled with drop down menus in typo3. So thank > > you all in advance for your input and experience. > > > > How can i get a

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread Bernd Wilke
On Fri, 20 Apr 2007 14:26:40 +0200, dave typo wrote with subject "[TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?": > Hello all, I have struggled with drop down menus in typo3. So thank > you all in advance for your inpu

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread Tyler Kraft
Thats right, all you need to do is put out the same content as matches your static version, and then it should all work with your css. If the html IS the SAME then perhaps there is a css clash - turn off all the stylesheets except yours. dave typo wrote: > so then you're saying there shouldnt

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread dave typo
so then you're saying there shouldnt be any additional code to add within typoscript to get it to work? that this is a problem with my structure of how it is working? (it works fine in opera when powered by typo3) On 4/20/07, Tyler Kraft <[EMAIL PROTECTED]> wrote: > Typo3 only puts out content so

Re: [TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread Tyler Kraft
Typo3 only puts out content so if you've constructed your menu correctly then it will work. First check that the html is exactly the same as your static version, then check to make sure that the related css and javascript files are being included (actually included and that the path is right)

[TYPO3] LONG: help ! how to get css drop down menus working in typo3 on firefox and internet explorer?

2007-04-20 Thread dave typo
Hello all, I have struggled with drop down menus in typo3. So thank you all in advance for your input and experience. How can i get a css based drop down menu to work in typo3? It works completely fine on a regular html page, but once the page is within a typo3 site the dropdown menu no longer wor