Adding Border to Spry Navigation

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Adding Border to Spry Navigation

    Used Spry to create a Vertical Menu widget. Been following the Spry Framework
    help pages and can adjust background color, font and other existing elements,
    but I'm not getting very far trying to add a border around the menu item. I
    would like the same border around al items, much the way the default background
    color is the same.
    Tried adding 2 properties to ul.MenuBarVertical a: Border color and border
    width. do I need more or am I placing these in the wrong place?

    Thx,



    waterstc@pitt.edu Guest

  2. Similar Questions and Discussions

    1. Spry Navigation Bars - Make them look GOOD
      Have Dreamweaver CS4 PC Using the plain gray spry navigation bars...im somewhat new... Question: Is there any company that sells or Free to...
    2. spry navigation, how to insert it?
      i am testing the spry stuff in cs3 and if i create a div container for the navigation the spry feature automatically inserts 4 "tabs" item 1, item...
    3. DW9 quits when adding Spry Menu elements
      Using version 9.0 build 3481 on a Mac G5 tower (2@ 2GHz). I inserted a Spry Menu Bar (vertical). Adding the first few items went smoothly, but now...
    4. Adding Navigation to the Details Page
      Hi, Could someone help, i am wanting to add navigation to my details page to prevent the user from having to move backwards and forwards between...
    5. Adding border
      What's the easiest way to add about a 1/4" border to a picture?
  3. #2

    Default Re: Adding Border to Spry Navigation

    [email]waterstc@pitt.edu[/email] wrote:
    > Used Spry to create a Vertical Menu widget. Been following the Spry Framework
    > help pages and can adjust background color, font and other existing elements,
    > but I'm not getting very far trying to add a border around the menu item. I
    > would like the same border around al items, much the way the default background
    > color is the same.
    > Tried adding 2 properties to ul.MenuBarVertical a: Border color and border
    > width. do I need more or am I placing these in the wrong place?

    I added a border to "ul.MenuBarVertical a" with the following:
    border: solid 1px #036;

    And in Firefox 3 and IE7 I had borders around all of the menu items. If that isn't working for you, then it may be that the CSS has some other overriding style, or perhaps the CSS was applied incorrectly. You'll need to post a link to your page to be sure, and you should post in the Spry forums as there are more Spry knowledgeable folks there:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602[/url]



    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139