Results 1 to 4 of 4

Thread: problem with links

  1. #1
    Join Date
    May 2009
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Unhappy problem with links

    Help!!

    I have created a page that has some links that are on java mouse over. They have ugly boxes around them. Is there some why to remove them. I tried a few options today, some worked, but seem to slow the download of the pages. The web page is:
    http://www.abbeywood-antiques.co.uk/index.html
    If you link into anyother page you will not see the problem as i have changed it, but now these pages are loading really slowly.
    I used this command
    <STYLE>
    <!--
    A{text-decoration:none}
    -->
    </STYLE>
    but it does not work
    Can something be done in the actual link
    <A HREF="wellness.html"><IMG SRC="wellness.gif" style="filter:alpha(opacity=60);-moz-opacity:0.6" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" WIDTH="74" HEIGHT="25" ALT=""></A>

    Many thanks for your time

    Martin

  2. #2
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    To get rid of borders around images that are links use:

    Code:
    a img{
    border:none;
    }

  3. #3
    Join Date
    May 2009
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi, many thanks for that. It nearly works. It does remove the outline around the links, but now there is a very small grey line at the botton in between
    each link. Any clues how to get rid of this. Many thanks, Martin

  4. #4
    Join Date
    May 2009
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    <A HREF="active.html"><IMG SRC="active.gif" style="filter:alpha(opacity=60);-moz-opacity:0.6" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)" WIDTH="50" HEIGHT="25" border="none"></A>


    This is how I have used the command

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
  •