View Full Version : Sub menu opening right but left is required
theremotedr
12-15-2015, 07:19 PM
Here is the page in question.
http://www.theremotedoctor.co.uk/video_accord.html?scrollto=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%;">
styxlawyer
12-15-2015, 08:33 PM
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.
<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>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.