Re: [css-d] My slider doesn't play well with my drop down menu

2015-04-15 Thread Jennifer Nickerson
This may help: try setting the z-index for the menu at a number higher than
that of the slider. That's worked for me a couple of times

On Wed, Apr 15, 2015 at 9:59 AM, Philip Taylor p.tay...@rhul.ac.uk wrote:

 Does not happen for me in Seamonkey 2.17.1, but there is a horrible
 instability as the mouse is moved vertically between +1 866 210-9248 and
 Connectivity. The text in your slider (if by that you mean the set of
 images that scroll horizontally automatically) overflows its container
 vertically and some is therefore lost/invisible.

 Philip Taylor
 
 D'Arcy J.M. Cain wrote:
  A quick check of the archives and Google didn't shed any light on this
  problem.  See http://www.vybenetworks.com/new/index.html for my WIP.
  If you go to any of the sub pages (note, not all are written yet) the
  menus work just fine.  However, on the home page the slider interferes
  with them.  As soon as the cursor enter the slider DIV the menu goes
  away.  So, for example, I can't click on Connectivity unless I first
  move away from the home page.
 
  This is on Firefox 37.0.1 on Ubuntu.  It also happens on Chrome I am
  told.
 
  Cheers.
 
 __
 css-discuss [css-d@lists.css-discuss.org]
 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/




-- 
Jenn Mears Web Design, LLC.
48 Stony Brook Road
Marblehead, MA 01945

617-816-1209
http://jennmearswebdesign.com
On Facebook
https://www.facebook.com/pages/Jenn-Mears-Web-Design-LLC/114634725283130
__
css-discuss [css-d@lists.css-discuss.org]
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] IE6 dropdown menu positioning

2010-06-30 Thread Jennifer Nickerson
Hi All,

Helping a friend out with developing a dropdown menu for a client.  The
dropdown menu is positioned correctly in FF, Safari, IE8  7 with the help
of some relative and absolute positioning along with giving #nav ul li a a
negative left margin (so it would sit underneath the correct top menu item).

However, in IE6, the dropdown menu is a) positioned too far right so it
appears under the NEXT menu item and b) the first few letters of the link
are cut off.

Since it works in most browsers, is there a conditional hack I could put in
the css file?

Here's the page in question
http://www.legendinc.com/Pages/LegendAdvertising/LGNDPages/CourierStuff/DBK/DennisKBurke/public_html/index.html

Here's the css file for the nav
http://www.legendinc.com/Pages/LegendAdvertising/LGNDPages/CourierStuff/DBK/DennisKBurke/public_html/testnav.css

Thank you,
Jenn
__
css-discuss [cs...@lists.css-discuss.org]
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] Problem with dropdown shifting right in IE6

2010-06-29 Thread Jennifer Nickerson
  Hi All,

I am helping out a friend with his site and we're almost there.  The only
issue the client is having is that in IE6, the dropdown menu is pushed too
far over to the right by about 50 px or so and the first 30 px of the list
item are cut off.  You can see one of the pages here:

http://www.legendinc.com/Pages/LegendAdvertising/LGNDPages/CourierStuff/DBK/DennisKBurke/public_html/Pages/AboutUs.html

The client also sent a screenshot and it shows the list shifted too far over
to the right so that the dropdown list is under the wrong link (for example
the Fuel and Gasoline dropdown is positioned under Lubricants and the first
5 characters are cut off)

The nav is wrapped in an outer div which is relatively positioned and the
div containing the navigation is absolutely positioned.  Here's the css for
the nav: (the css is in a file called testnav.css).  When I first developed
the menu, the dropdowns were positioning too far to the right, so that's why
there is a negative margin on the #nav ul li a declaration.  It looks fine
in FF and Safari, so if there's an IE6 hack out there, that would be a big
help.

#homenav {
position:relative;
top:0px;
width:980px;
margin:0px auto;
margin-top:-25px;
margin-bottom:15px;
}

#innernav {
position:relative;
top:0px;
width:980px;
margin:0px auto;
margin-top:-25px;
margin-bottom:25px;
}

#navigation{
position:absolute;
top:0px;
left:45px;
margin:0px;
width:980px;
font: 12px Arial, Helvetica, sans-serif;
padding-top:15px;
padding-bottom:15px;
}



#navigation li a{
background-color: rgb(51,71,122);
padding-left:5px;
padding-right:7px;
color:#FFF;
font-size:12px;
}

#navigation li a.innerStyle:hover{
background-color: rgb(211,17,67);
color:#FFF;

}



/*subnav styling*/



*+ html #nav ul {
margin: 25px 0 0 -122px;} /* ie 7 hack */

#nav li {
list-style:none;
display:block;
float:left;
}
#nav a {
display:block;
float:left;
padding: 7px 10px 8px 10px;
background-color:#fff;
margin: 0 0 0 0px;
text-decoration:none;
}

/* hide the sub nav */

#nav ul {
display:none;
position:absolute;
margin: 30px 0 0 2px;
z-index:999;
}

#nav li ul {
width:160px;
background-color:#FFF;

}

#nav ul li a {
margin:0px 0px 0px -40px;
width:190px;
border:1px solid #000;
float:left;

}
#nav ul li a.innerStyle:hover {
background-color: rgb(211,17,67);
color:#FFF;
}


I'd like to use this recipe to create dropdown nav on other sites, so any
help with IE's little positioning issue would be greatly appreciated.

Thanks!

Jenn Mears-Nickerson

Jenn Mears Web Design LLC http://jennmearswebdesign.com/
__
css-discuss [cs...@lists.css-discuss.org]
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/