oops – I see now that you are correct, I was not clear in what I said above.
The problem is getting the :hover menu to display on the blog page as it does on the main site. the CSS as far as I could tell was exactly the same….
the CSS to get it to display on the main site is this:
#avmenu li ol {
position: absolute;
left: 149px;
top: 0;
display: none;
}
(plus some fixes needed for IE, but not bothered about that – if I can get it to work in Firefox I can fix it for IE!)
but that doesn’t seem to work in the blog (which has id=nav)
– although funnily if changed to relative, then it appears where expected…
again, any help would be appreciated.
thanks for your time,
oli