Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Issue with the drop down menu….

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33790

    The drop down menu used for “the italian job” and “cojo fest” was perfectly aligned until I added JavaScript, the information has now shifted to the left. Does anyone know of a more substantial piece of JavaScript code or an amendment that can be made to my existing code?

    http://www.corriandjoel.co.uk/ourvilla.html

    #84525
    Ampitere
    Participant

    Like Paulie said, it’s lined up with the left side of the menu button. All you need to do is change the width to reflect the width of the menu category above the submenu.

    #84548

    Sorry to be such a web novice but how should I code this?

    #84551

    so…

    #m1 {
    width: 50%;
    }

    ?

    How do I centre the links?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.