CSS question

Out of context: Reply #7

  • Started
  • Last post
  • 8 Responses
  • amullins0

    you could add a class to each of the links like so:
    <style>
    a.force_crop { display: block; width: 200px; height: 120px; overflow: hidden; }
    </style>
    <a href='http://www.lifterbaron.com/files/gimgs/33_lifterbaronno15elogo.jpg' title='' class='thickbox force_crop' rel='gallery-plants'>
    <img src='http://www.lifterbaron.com/files/gimgs/th-33_lifterbaronno15elogo.jpg' alt='' height='120' />
    </a>

    • of course, you'd change the img src to the same as the link hrefamullins

View thread