Results 1 to 4 of 4

Thread: Border on web page but unable to locate in css

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

    Default Border on web page but unable to locate in css

    Hi,
    Please use this page as a guide http://www.theremotedoctor.co.uk/index.html
    Please scroll over & then down Accessories.
    You will see a faint outer border.
    I am trying to remove this faint border but cant seem to locate it.

    Please advise.

    Click image for larger version. 

Name:	1419.jpg 
Views:	158 
Size:	20.3 KB 
ID:	5885
    Last edited by theremotedr; 04-11-2016 at 02:52 PM.

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

    Default

    That's a drop-shadow. Go down to the last entry in the list and you'll see it is underneath as well as at the right-hand side. You'll have to search through your multiple external CSS files.

  3. The Following User Says Thank You to styxlawyer For This Useful Post:

    theremotedr (04-11-2016)

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

    Default

    Having checked my multiple css files i have now found that the 2 codes below were the issue.

    Code:
    border: 1px solid;
    	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
        box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);

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

    Default

    Well done.

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

    theremotedr (04-11-2016)

Similar Threads

  1. Resolved Unable to locate image path.
    By theremotedr in forum HTML
    Replies: 2
    Last Post: 03-16-2016, 05:03 PM
  2. Resolved Unable to locate image code
    By theremotedr in forum CSS
    Replies: 2
    Last Post: 03-17-2015, 10:15 AM
  3. Resolved Confused - unable to locate button positioning in javascript
    By Mark Ellis in forum JavaScript
    Replies: 1
    Last Post: 10-15-2013, 04:08 PM
  4. Unable to locate area to attach stylesheet.
    By the_file in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 08-09-2009, 03:57 AM
  5. locate image on page
    By questions in forum CSS
    Replies: 5
    Last Post: 08-09-2008, 04:28 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
  •