Re: [css-d] Horizontal drop-down menu placement

2010-11-12 Thread David Laakso
On 11/11/10 9:41 PM, Steve Caramia wrote: I built this nav system with the help of an article from the good peeps at A List Apart (no javascript!). Since the whole thing is CSS-driven, is there a way to make the submenus flush right to the nav bar instead of flush left?

[css-d] Horizontal drop-down menu placement: FIXED!

2010-11-12 Thread Steve Caramia
As I went to bed the solution came to me. CSS: #nav li.off ul#port, #nav li.on ul#port { position: absolute; left: -60px; height: 30px; } #nav li.off ul#about, #nav li.on ul#about { position: absolute; left: 70px; height: 30px; } xhtml:

Re: [css-d] Horizontal drop-down menu placement: FIXED!

2010-11-12 Thread Beth Lee
Hi Steve, http://www.caramiadesign.com/md/ The page looks good on a wide screen, but, as David mentioned, your .container div (the one containing the nav) is pushing the page width out to the right -- by about 380+px past your design, hence the horizontal scroll bar. When I look at it in a

Re: [css-d] Horizontal drop-down menu placement

2010-11-12 Thread Steve Caramia
Where did you get that picture of the cochlea? Don't know. Got it from the client. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/

Re: [css-d] Horizontal drop-down menu placement

2010-11-12 Thread HallMarc Websites
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Steve Caramia Sent: Friday, November 12, 2010 1:52 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] Horizontal drop-down menu placement Where did you get

Re: [css-d] Horizontal drop-down menu placement: FIXED!

2010-11-12 Thread Steve Caramia
Thanks for pointing this out. I deleted the container class around the navigation. And David, I don't want to move it to the left. Trying to keep to my client's design. (same with the font) http://www.caramiadesign.com/md/

Re: [css-d] Horizontal drop-down menu placement: FIXED!

2010-11-12 Thread David Laakso
On 11/12/10 2:09 PM, Steve Caramia wrote: Thanks for pointing this out. I deleted the container class around the navigation. And David, I don't want to move it to the left. Trying to keep to my client's design. (same with the font) Cross your fingers and hope that none of client's users

[css-d] Horizontal drop-down menu placement

2010-11-11 Thread Steve Caramia
For once, NOT about IE: I built this nav system with the help of an article from the good peeps at A List Apart (no javascript!). Since the whole thing is CSS- driven, is there a way to make the submenus flush right to the nav bar instead of flush left? http://www.caramiadesign.com/md/

Re: [css-d] Horizontal drop-down menu placement

2010-11-11 Thread David McGlone
On Thursday, November 11, 2010 09:41:52 pm Steve Caramia wrote: For once, NOT about IE: I built this nav system with the help of an article from the good peeps at A List Apart (no javascript!). Since the whole thing is CSS- driven, is there a way to make the submenus flush right to the nav