Re: [css-d] CSS drop-down menu issues

2014-08-17 Thread Karl DeSaulniers
Hi John, Try replacing these declarations. I "think" this is what your wanting. /* new header nav */ #main_nav{ /* border:1px solid red; */ /* border:1px solid rgb(255,255,255); */ /* float:left; */ /* width:100%; */ } #main_nav ul{ list-style-type:non

Re: [css-d] CSS drop-down menu issues

2014-08-17 Thread John
> Compare your page in FF, Chrome, and Opera. First place to start is to > validate the markup. You’re right..thank you..I need to get into the habit of doing that as with using Firebug to help find issues.. I keep thinking of validating as what you do when you’re done yet “getting done” involv

Re: [css-d] CSS drop-down menu issues

2014-08-17 Thread David Laakso
On Sat, Aug 16, 2014 at 8:11 PM, John wrote: > At this link, > http://www.coffeeonmars.com/screenshots/menu-prob/product.php I am having > issues with the header nav in that I feel I’ve done a lot of kludges to get > it to behave correctly and not explode the page.. > > ...such as giving a white

[css-d] CSS drop-down menu issues

2014-08-16 Thread John
At this link, http://www.coffeeonmars.com/screenshots/menu-prob/product.php I am having issues with the header nav in that I feel I’ve done a lot of kludges to get it to behave correctly and not explode the page.. ...such as giving a white 1px border to the nav (else everything below it disappe