On first rendering http://www.beautyofbedford.com/beauty_gift_vouchers.htm
the two body images do not observe their height attributes in the markup
under IE6 (vertical image stretching) yet subsequent iterations
intermittently display images to size.

Running IE6 under Win2K Pro. FF and other contemporary Gecko browsers appear
to be fine.

Image markup (using paragraphs since I require an encapsulated element to
incorporate lower image title):

<p class="subimgl"><img ... alt="" width="385" height="137" /><br />Salon
...</p>

I naturally looked for overriding CSS styles but could find none:

(full CSS at http://www.beautyofbedford.com/css/bob.css)

#block .subimgl, #block .subimgr {
        background: transparent;
        color: #8C4646;
        float: right;
        margin: 2.3em 0 .4em 15px;
        font-size: .8em;
        line-height: normal;
}

#block .subimgl {
        float: left;
        margin: .4em 15px .4em 0;
}

#block .subimgl img, #block .subimgr img {
        margin: 0 0 .5em 0;
        height: 1%;
}

#block .subimgl img, #block .subimgr img {
        background: #FFF;
        padding: 3px;
        border: #CCC 1px solid;
}

I'm obviously missing something but after a long day and 2 hours have become
myopic. List help is gratefully appreciated.

Thanks in advance,

Mike

Mike Pepper
Accessible Web Developer (but confused and tired)
www.seowebsitepromotion.com

GAWDS Admin
[EMAIL PROTECTED]
www.gawds.org


******************************************************
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