[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: 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