---------- Original Message ----------------------------------
From: Kevin Evans <[EMAIL PROTECTED]>

>Hello,
>
>I am working on a suckerfish type menu at http:// 
>robotics.pmhclients.com/index.php
>
>But I am having some problems with the dropdown appearing to the  
>right of the button, such as Robotics button on top left. Does anyone  
>know how to fix that?

Hi Kevin

In the following selector, try changing the margin-left property value to 
something like -40px and see if that works as you desire.

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover 
ul {
margin-left: -40px;
other: styles }

I hope that helps,

~holly 
 
                   
______________________________________________________________________
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/

Reply via email to