karenserjy1 wrote:
Thank you once again.
Do you mind me asking you one more question - Can I put a bit of colour in my nav bar where it is
all white.
Add the below to your stylesheet before the #companyLogo css selector:
#header { overflow: hidden; }
Change #topnav to: (alter background-color to suit)
#topnav { background-color:#CCC; margin-top: 25px; }