Results 1 to 8 of 8

Thread: Missing top/bottom borders within fly out menu

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

    Default Missing top/bottom borders within fly out menu

    The page in question can be seen here.
    http://www.theremotedoctor.co.uk/index.html
    Select Keys & Remotes then Honda.
    The fly out menu is now shown.
    The border above the first entry & border below last entry is missing.
    Applying this code make no reals difference other than just making the original border thinker.
    Code:
    	border-style:solid;
    	border-top:3px solid black;
    Thanks
    Last edited by theremotedr; 02-18-2016 at 04:51 PM.

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

    Default

    Quote Originally Posted by theremotedr View Post
    .
    .
    The border above the first entry & border below last entry is missing.
    .
    .
    No, it's not missing is simply almost transparent.

    You have been coming to this forum for long enough now to start using the debugging facilities that your browser offers. Go to 'Inspect element -> Computed Styles' and you'll see that the computed style for the top border colour is:

    Code:
    rgba(255, 255, 255, 0.2);
    So it has an opacity of 20%. You just need to find where that is being set in your CSS.

  3. #3
    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,

    try this snippet...

    Code:
    
    .sub-menu {
        top:-2px!important;
        border-top:2px solid #000;
        border-bottom:2px solid #000;
     }
    ...and no scrumpy!!!

    coothead
    ~ the original bald headed old fart ~

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

    theremotedr (02-18-2016)

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

    Default

    Ha Ha
    I will check it out once home.
    Still struggling with ul list text.

    FYI I live 1 Mike from Thatchers Cider.

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

    Default

    Quote Originally Posted by styxlawyer View Post
    No, it's not missing is simply almost transparent.

    You have been coming to this forum for long enough now to start using the debugging facilities that your browser offers. Go to 'Inspect element -> Computed Styles' and you'll see that the computed style for the top border colour is:

    Code:
    rgba(255, 255, 255, 0.2);
    So it has an opacity of 20%. You just need to find where that is being set in your CSS.
    Thanks for the reply but would rather you didn't keep telling me how long I've been coming here etc.
    As being a person with learning difficulties it's not that easy so I am trying before asking here.

  7. #6
    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,

    FYI I live 1 Mike from Thatchers Cider.
    I am guessing that you mean 1 mile.

    With the wind in the right direction,
    you don't even need a glass.

    You must make allowances for our
    friend styxlawyer's tetchiness.

    He is marooned on a Scottish island.

    coothead
    Last edited by coothead; 02-18-2016 at 12:28 PM. Reason: added a plea for tolerance
    ~ the original bald headed old fart ~

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

    theremotedr (02-18-2016)

  9. #7
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Quote Originally Posted by theremotedr View Post
    Thanks for the reply but would rather you didn't keep telling me how long I've been coming here etc.
    As being a person with learning difficulties it's not that easy so I am trying before asking here.
    It's frustrating for us too because we would rather not keep repeating ourselves when we give you advice. And you're doing a great job of running a car key business and making your own website that it's easy for others to overlook any learning difficulties you might have.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  10. The Following User Says Thank You to Beverleyh For This Useful Post:

    theremotedr (02-18-2016)

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

    Default

    Quote Originally Posted by Beverleyh View Post
    It's frustrating for us too because we would rather not keep repeating ourselves when we give you advice. And you're doing a great job of running a car key business and making your own website that it's easy for others to overlook any learning difficulties you might have.
    Its fair to say that your statement is correct.
    When i have looked into trying to fix it i see that it would be a hard uphill battle of which i would not be confident in trying to sort until i have fixed the more easier tasks in which i feel ok.
    Other members have helped to get me to where i am today with this site & i also make some notes.
    I have never mentioned my learning difficulties on this site as i dont need to but now i have & hope you understand that hearing certain things just makes me move the one step back again.

    Having said that one more job to do then i will start to look at the issues.

Similar Threads

  1. Some CSS missing in dropdown menu
    By capeinfo in forum CSS
    Replies: 16
    Last Post: 01-27-2011, 07:24 PM
  2. arrow gif missing from menu
    By novice1 in forum CSS
    Replies: 0
    Last Post: 08-20-2009, 05:27 PM
  3. DD Drop Menu missing in PHP
    By designastronaut in forum PHP
    Replies: 1
    Last Post: 07-19-2009, 10:48 PM
  4. Chrome CSS DD Menu missing down arrows
    By bpj111 in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 05-01-2009, 03:07 PM
  5. HV Menu Mouse Out and Borders
    By falcin in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 03-27-2006, 09:35 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
  •