From: "Jed Arnold" <[EMAIL PROTECTED]>

>The images are squashed, 

>The site can be viewed here,
>http://the1912gallery.ehc.edu/music/newsite/textlinktest.html. 

You have told the images to be 50px high. And that's what they are. 

.joverbox .preview
{
        border-color: #000;
        width: 300px;
        height: 50px;
}

Assuming your images will all be the same height when you upload the 
site-specific ones, change the height value and you should solve the squishy 
problem.

~holly

ps - one brief note - 

br .clear {
clear:both;
}

will select any element with the class of "clear" inside a < br > element. Are 
you sure you're going to have any of those?

Perhaps you meant -

br.clear {
clear:both;
}

without the space between br and .clear ? 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to