John, I found the css entries for left... when I change the numbers... f5 there does not seem to be any noticable change. I tried the same page with another machine using IE7 and I find the same results however Firefox works fine I do not know what -999em means but when I put in 100em for example I dont notice any difference. #nav li ul { /* second-level lists */
position : absolute;
left: -999em;
background-color:#326ee9;
margin:-1.9em 0 0 14em;
border:1px solid #333;
}
#nav li ul ul { /* third-and-above-level lists */
left: -999em;
background-color:#d8edfb;
border:1px solid #333;
} Let me know if you need the entire css I am going to try the same css insert on a non modified dnn-blue template and see what happens Chris |