Re: [css-d] Dynamic menu challenge

2007-09-21 Thread grovesdavid
tedd Wrote:

Instead of buying a Mac, try joining one of the BrowserCam groups -- 

Hello,

That must be good, when I googled every group I found was full So it 
must really work well.

Kind Regards

GM) 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Dynamic menu challenge

2007-09-19 Thread grovesdavid
tedd wrote:

 Your js-less code has some minor issues with Safari and FF for the  Mac

Hello,

I don't actually have a mac, I'm about to acquire one for testing purposes. 
How serious are the problems? As said I can't check this.

did you write it?

In a word NO. The original can be found here:

http://www.grc.com/menu2/invitro.htm

Had to do some minor alterations to, get it to work for me. In fact I may 
have created some errors with my alterations.

Kind Regards

DG)

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Dynamic menu challenge

2007-09-19 Thread Bernardo Doré
Hi.

I also tested the menu on Opera Mobile 8.65 for the Symbian S60 3rd ed. and
the Opera Mini 4 beta 2 in the same platform and it does not work in either
of them.

It does work in the phone's built in browser made by Nokia (OSS). The device
is a N73.

[]'s

Bernardo

On 9/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:

 tedd wrote:

 Your js-less code has some minor issues with Safari and FF for the  Mac

 Hello,

 I don't actually have a mac, I'm about to acquire one for testing
 purposes.
 How serious are the problems? As said I can't check this.

 did you write it?

 In a word NO. The original can be found here:

 http://www.grc.com/menu2/invitro.htm

 Had to do some minor alterations to, get it to work for me. In fact I may
 have created some errors with my alterations.

 Kind Regards

 DG)

 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Dynamic menu challenge

2007-09-18 Thread grovesdavid
Phil Holt wrote:

a simple dynamic drop down without adding heaps of javascript into

Hello,

Try this no JS at all, and as far, as I know works in all browsers...

http://www.linkhomes2000.co.uk/index.php

Kind Regards

DG)


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Dynamic menu challenge

2007-09-17 Thread Phil Holt
Hi

I've scoured the Web all day looking for various solutions to this problem
but have drawn a complete blank. I've tried to implement suckerfish, son of
suckerfish and more. Is there any quick and easy css code out there to turn
the nav on this page...

http://www.web-foundry.co.uk
 
...into a simple dynamic drop down without adding heaps of javascript into
the head? The 3rd link from the left -
http://www.web-foundry.co.uk/rejive_content_management.aspx - is actually a
child page of the 2nd link (set within the CMS). But for some strange reason
it's displaying alongside and not dropping nicely below.

I've stripped down my css to the bare minimum to try to trouble shoot it.
Any ideas and suggestions really appreciated:

Here it is:

#nav-container {
}

#nav{
padding:0;
margin:0;
position:relative;
width:980px;
}

#nav ul {
list-style:none;
}

#nav ul li a {
float:left;
text-align:center;
color:#777;
font-size:80%;
width: 110px;
padding: 3px 5px 3px 5px;
background-color:#ececec;
border-right: solid 2px white;
}


#nav ul li a:hover {
color:white;
background-color:#777;
}


Thanks
Phil Holt
+44 131 446 0702
e: [EMAIL PROTECTED]


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/