not sure what your question is… to me it looks like the two are fairly similar… you’ll need to edit the css file in either your theme folder of your site folder to match up with the other…
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
you don’t have the classes associated with the menu…
you need to go into your style sheet from your main site and copy the parts which relate to the way the menu works and then add those into your blog stylesheet and then make sure you’re refernecing the correct styles in regards to your blogs menu…
i know that doesn’t sound very clear, but in my head it makes sense…