Quote Originally Posted by colnixon View Post
Hi Jade,

Hope all is well...

I have followed all your instructions and all is good. I have made good progress today fixing up a few other things as well.

I took your advice on the logo and ended up having no side bars on my header. I couldnt find a quick fix for that so just made my logo width 100%, proper amatures solution i know but it will do the job :)

I have 1 last thing wrong with my site. Chances are thaat a lot of other people using the narrow header may have the same problem.

after changing the file stylesheet_header_menu.css switching the 2 instances of 70em to 75em results in the drop down menus spanning over 2 lines instead of 1 in internet explorer 7.

I done a bit of trial and error with the size and i think it was about 73.9 when it starts going wrong. One thing i noticed that may help with a solution i was nudjing it up by increments of 0.1 but could never get the drop down menus to cover the width of the page fully so is it a wrapper / border problem?

I tried changing the width to 100% and that also resulted in drop down menus over 2 lines...

Any Ideas?

Cheers

Colin
You had no sideboxes on your header, because you removed this:
#logoWrapperOuter {
width:75em;
margin:0 auto;
overflow:hidden;
}

from your stylesheet (it was originally 70em, I changed it to 75 for you)

as for the IE menu issue, keep it at 75em, but try decreasing this number in stylesheet_header_menu.css bit by bit till it goes away:
*width:16.649%;