Results 1 to 6 of 6

Thread: Flicker on drop down list

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

    Default Flicker on drop down list

    Not sure if this is the correct place to put this.

    A reply was made by jscheuer1 but unable to find the original post.

    Take a look at this page please,
    http://www.theremotedoctor.co.uk

    Please select CONTACT ME then Form Request.
    Please select the drop down arrow in Part Number & try and scroll through the list.
    Two issues here,
    1,Flickers.
    2,No other options after Fiat002 can be reached.

    Something to look at.

    Please go here,
    http://www.theremotedoctor.co.uk/kar...llto=selection

    Choose an item from the Item Selection list on the right.
    Image of that item is now shown.
    Now select on Click to order button.
    The Same form is now shown but the Part Number field is completed for you.
    If you click the drop down arrow you can scroll correctly without any problems.

    Please advise.
    Thanks.
    Last edited by theremotedr; 05-24-2015 at 06:02 PM.

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

    Default

    Just an update.
    iPhone & iPad are working as they should be.
    Issue just when using PC.

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

    Default

    Read through many of my posts today but unable to find the one in question.
    I will await jscheuer1 to dead this.

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

    Default

    Any advice for this flicker issue please.

  5. #5
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there theremotedr,

    do you have access to the HTML here....


    If so, then try changing this...
    Code:
    
    <label class="form-label form-label-top form-label-auto" id="label_9" for="input_9">
    Part Number
    <span class="form-required">
                *
    </span>
    </label>
    <div id="cid_9" class="form-input-wide jf-required">
    <select class="form-dropdown validate[required]" style="width:150px" id="input_9" name="q9_partNumber">
    ...to this...
    Code:
    
    <label class="form-label form-label-top form-label-auto" id="label_9">
    Part Number
    <span class="form-required">
                *
    </span>
    </label>
    <div id="cid_9" class="form-input-wide jf-required">
    <select class="form-dropdown validate[required]" style="width:150px" name="q9_partNumber">
    p.s.

    I have a screen resolution of 1366x768 and have noticed that the menu drop-downs for
    "Accessories" and "Keys & Remotes" extend below the visible window.

    This means that the keyboard "Down Arrow" must to be used to view the hidden items.

    Any users that are unaware of this option may be missing out on vehicles after "Porche"
    and "Smart Car" respectively.

    coothead
    Last edited by coothead; 05-24-2015 at 10:58 AM. Reason: added a postscript
    ~ the original bald headed old fart ~

  6. The Following User Says Thank You to coothead For This Useful Post:

    theremotedr (05-24-2015)

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

    Default

    Fixed.
    In my form i am supplied with 2 links.
    The form was trying to put the url in the same place as where it was collected from.
    Deleted and now fine.

Similar Threads

  1. Help with dynamic drop down list/php
    By cpageone in forum MySQL and other databases
    Replies: 1
    Last Post: 09-21-2011, 05:57 PM
  2. drop down email list
    By davidjmorin in forum PHP
    Replies: 4
    Last Post: 01-15-2008, 02:25 PM
  3. Refreshing a drop-down list/select list
    By bbrant in forum JavaScript
    Replies: 1
    Last Post: 02-06-2007, 08:13 AM
  4. Drop Down List
    By mahmoud82 in forum JavaScript
    Replies: 2
    Last Post: 12-11-2006, 09:45 AM
  5. Replies: 1
    Last Post: 06-01-2005, 05:49 AM

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
  •