• Hi,

    I am trying to add a menu into a wordpress blog to make it fit in with the rest of the site i am making. the trouble is, I can’t get the same CSS to work for the blog.

    http://www.academicexplorers.org (and /blog – NB: the blog link on the main site is set to blog1.php, not the blog)

    can anyone help me with this?

    thanks very much for your time,

    Oli

    * just realised there is a different support section for CSS. Apologies.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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…

    Thread Starter aerialco

    (@aerialco)

    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…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS Pro needed’ is closed to new replies.