Thread: image borders.

Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Location
    Watford, UK
    Posts
    155
    Plugin Contributions
    0

    Default image borders.

    Hi,

    I'd like to know how to put a border round a linked image but not a static one. See here:

    http://www.louisesandberg.com/index....=index&cPath=2

    I don't want a border round the 'coming soon' but in the product info page I do want one round the image. It seems I can't have one without the other. Do I need to create a new style for the coming soon image?

    Richard

  2. #2
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    663
    Plugin Contributions
    0

    Default Re: image borders.

    you would go by putting a bit css in....

    Code:
    img a:link, a:active, a:visited {
    border: 1px solid #000000;
    }
    img a:hover {
    border: 1px solid #ffffff;
    }
    You could ofcourse extend to only make a border in certain wrapper (by class or id) that has a linked image...

 

 

Similar Threads

  1. Image Borders
    By phpmike in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Jul 2007, 04:06 AM
  2. Category Image Borders
    By heavenlylingerie in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Jan 2007, 06:03 AM

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