Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Drop down issue-CSS ??

    Hello,

    I know this has to be easy but I can't figure it out, hoping someone can tell me quick what to do.

    This page http://ie-proofs.com/domo-online.com...llon-p-14.html
    **

    Hover over the dropdown--you will notice there is a border on the left and right but not the bottom. Because there is not one on the bottom (i think) there is a tiny space on the right hand side where the border skips a part...I'm ok with adding a border to the bottom to fix it but nothing I do in the stylesheet will add the border to the bottom, I've tried everything

    any ideas? I have used f12 but it wont' help since it is a dropdown

    thanks

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Drop down issue-CSS ??

    Sorry, I'm not seeing a dropdown on that page ???

  3. #3
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Drop down issue-CSS ??

    when you put your mouse over the main links? For example -Evinrude

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Drop down issue-CSS ??

    If you mean in the header links, I'm seeing a border on the bottom in IE8, FF12 and Chrome.

  5. #5
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Drop down issue-CSS ??

    yes, thank you.

    Do you notice the tiny gap in the border on the right hand side of the dropdown--where each link is. I'm thinking I need to figure out how to put a border in between each drop down link

  6. #6
    Join Date
    Feb 2008
    Location
    Amersham, Buckinghamshire, United Kingdom
    Posts
    141
    Plugin Contributions
    1

    Default Re: Drop down issue-CSS ??

    Quote Originally Posted by timhersh View Post
    yes, thank you.

    Do you notice the tiny gap in the border on the right hand side of the dropdown--where each link is. I'm thinking I need to figure out how to put a border in between each drop down link
    Your problem is too many borders - not adding another :)
    In the css there is this:
    Code:
    div#dropMenu li{
    border:1px solid #FFE303;
    position:relative;
    border-bottom:1px solid #FFE303;
    border-top:1px solid #FFE303;
    list-style:none;
    border-right::1px solid #FFE303;
    margin:0;
    float:left;
    line-height:1em;
    width:14.08%}
    Delete the two lines in red - actually only the 1st one affects things because of the typo in the second one
    Regards
    David

  7. #7
    Join Date
    Aug 2008
    Posts
    274
    Plugin Contributions
    0

    Default Re: Drop down issue-CSS ??

    bingo..thanks

 

 

Similar Threads

  1. layout changed after installed CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2014, 04:02 PM
  2. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  3. CSS drop down menu display issue - IE7
    By NoHug4u in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Dec 2010, 08:22 PM
  4. Drop Down CSS Menu and hover issue
    By enigma777 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Mar 2010, 03:06 PM
  5. CSS Drop Down Menu IE issue
    By Divalicious Chocolat in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Oct 2008, 05:56 PM

Posting Permissions

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