Does anyone know whether it is possible with CSS to create a border onmouseover/hover inside the image?
I have a design I need to implement that has some images with a 2px border inside the image on mouse over, the images are uploaded by the client and the client will not be able to create the 2px border herself.
 
I was thinking something like the following
 
#apartment-image div a:hover  {
   display: block;
   border: 2px solid red;
   width: 109px;
   height: 82px;
   position: relative;
   z-index: 99;
  }
 
But that doesn't work, I was hoping it would create a 2px border overlay on the image. Thanks in advance.
 

Kind regards,
Taco Fleur


Pacific Fox™ — web strategists
free call 1800 032 982 or mobile 0421 851 786 — fax 07 3414 6464, international +61 7 3325 5103
www.pacificfox.com.au an industry leader with commercial experience since 1994 …

our services:

  • online, print, marketing & information technology

  • website, branding, logo, business cards, letterheads

  • accept online credit card payments www.commerceengine.com.au

  • domain registrations, .com for as low as fifteen dollars a year, .com.au for fifty dollars two years!

 

******************************************************
The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to