removal of border color for image links

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

  1. #1

    Default Re: removal of border color for image links

    "thysta11" [email]webforumsuser@macromedia.com[/email] wrote:
    > I am an EXTREMELY new user and am having a problem trying to figure out how to get rid of the color border that surrounds my menu buttons after they are clicked.
    >
    > I have put a "no color" "no border" everyplace that asks for one. I tried to create a CCS for no borders for links, and that doesn't seem to work either.
    >
    > Does anyone have a "simple method" to do this.
    >
    > Thanks
    >
    >

    Try the "IE Link Scrubber" extension available the DW Exchange (the MM
    site).

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  2. Similar Questions and Discussions

    1. positioning and border color of divs in IE5.x
      Hello, again thanks again to those helping me / that have helped me already. here finally the address of my first home page:...
    2. Border image color
      How can you control the color of the border around image? I either get Blue or Purple. Sometimes in program it is blue but ion browser shows purple....
    3. Newbie - on projector's border color
      Hi, How do I make the borders of my projector black or transparent? Right now they are the same color as the stage... Any help given is well...
    4. stage border removal
      A simple question, I'm sure. I want the remove the black border from around the stage area when I define the background colour as white and the...
    5. Text Without extra Color on Border
      Do you have any OS level anti-aliasing turned on? If not, could you post the PNG file somewhere? Cheers, Sam "Dave" <kurrykid@yahoo.com>...
  3. #2

    Default Re: removal of border color for image links

    Select your image, in the properties inspector make sure the field for
    "border" has a "zero" in it. That should take the link border away.

    --
    Regards,

    Kim
    "thysta11" <webforumsuser@macromedia.com> wrote in message
    news:bg0vcb$b21$1@forums.macromedia.com...
    > I am an EXTREMELY new user and am having a problem trying to figure out
    how to get rid of the color border that surrounds my menu buttons after they
    are clicked.
    >
    > I have put a "no color" "no border" everyplace that asks for one. I tried
    to create a CCS for no borders for links, and that doesn't seem to work
    either.
    >
    > Does anyone have a "simple method" to do this.
    >
    > Thanks
    >
    >

    KimMazz Guest

  4. #3

    Default Re: removal of border color for image links

    Now I am only getting a border on "mouse down". I did put my border color to '0' and I downloaded the extension for scrubbing the border...so at least that's gone. It's this darn quick flash of blue border color on the "mouse click/down" that has me stumped.

    Any suggestions for that?


    thysta11 webforumsuser@macromedia.com Guest

  5. #4

    Default Re: removal of border color for image links

    "thysta11" [email]webforumsuser@macromedia.com[/email] wrote:
    > Now I am only getting a border on "mouse down". I did put my border color to '0' and I downloaded the extension for scrubbing the border...so at least that's gone. It's this darn quick flash of blue border color on the "mouse click/down" that has me stumped.
    >
    > Any suggestions for that?
    >
    >

    Do you have any style for "active" ?
    Can you show a URL to the page, or the code and the style sheet?

    --
    Dan Vendel - *GOF*
    [url]http://www.vendel.info[/url]
    Contact me directly by clicking here:
    [url]http://contact.vendel.info[/url]
    Formmail tutorial:
    [url]http://www.vendel.info/tut/formmail.html[/url]
    Nested table demonstration:
    [url]http://www.vendel.info/tabletut/[/url]

    Dan Vendel *GOF* Guest

  6. #5

    Thumbs up Removal of border color for image links

    <head>Just use this in every page before "</head>

    <style type="text/css">a img {border: none;}</style>
    Unregistered Guest

  7. #6

    Default Re: removal of border color for image links

    I'm having the same problem. In my case, I've created hotspots in Fireworks and pasted into an image in dreamweaver. When I click down, an ugly blue border appears and doesn't even precisely align to the hotspot "area." I can't think of where one might find any behaviors or styles for such an action????
    Jasten McGowan is offline Junior Member
    Join Date
    Nov 2011
    Posts
    1

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