Results 1 to 2 of 2

Thread: Sub menu opening right but left is required

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default Sub menu opening right but left is required

    Here is the page in question.
    http://www.theremotedoctor.co.uk/vid...llto=selection

    Select Programming then Videos.
    Currently the sub menu flies out to the right,showing Accord,Civic etc etc

    I would like the sub menu to fly out left.

    I have tried the below code but did not work
    <li style="left: -100%;">

  2. #2
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    First you need to sort out lines 140 - 148 in that page as they all start and end with identical <li> tags. You should have <li> at the start of the line and </li> at the end. There may be others that I haven't found.

    Code:
         <li><a href="facfiat.html?scrollto=selection">Fiat</a><li>
         <li><a href="facford.html?scrollto=selection">Ford</a><li>
         <li><a href="facgoldwing.html?scrollto=selection">Gold Wing</a><li>  
         <li><a href="fachonda.html?scrollto=selection">Honda</a><li>
         <li><a href="facjaguar.html?scrollto=selection">Jaguar</a><li>
         <li><a href="faclandrover.html?scrollto=selection">Land Rover</a><li>
         <li><a href="facporsche.html?scrollto=selection">Porsche</a><li>
         <li><a href="facsmartcar.html?scrollto=selection">Smart Car</a><li>
     <li><a href="facsparkrite.html?scrollto=selection">Sparkrite</a><li>

Similar Threads

  1. Opening new widow with HV Menu 5.5
    By jakoso in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 11-12-2008, 03:53 AM
  2. Menu help required
    By voddie in forum JavaScript
    Replies: 2
    Last Post: 09-17-2008, 11:26 AM
  3. Replies: 4
    Last Post: 07-14-2008, 08:34 AM
  4. file menu opening
    By SteeleR in forum JavaScript
    Replies: 3
    Last Post: 12-27-2007, 03:15 AM
  5. Php Menu - Help Required
    By cymru78 in forum PHP
    Replies: 3
    Last Post: 04-29-2007, 10:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •