On 2013-07-18, at 7:59 PM, Micky Hulse wrote:

> Ahh, now that's interesting. I think I see what you're doing there
> with the 100% width on the image. That's a good tactic!

I'm not sure what's going wrong with my test url... the server isn't sending 
out what is ACTUALLY on the server currently... there seems to be some sort of 
cache issue.  Anyhow, here's where I am leaving it.  You'll notice that the src 
has size attributes.  They are over-ridden by the CSS, it appears.  I didn't 
know that would happen ;)


<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">

<style type="text/css"> 

figure img {
        width:80%;
        }
 
 figcaption {
         text-align: left;
         width:80%;
         }
 
</style>

</head>

<body>

        <figure> 
        <img src="hulse.png" alt="hulse" width="650" height="250">
        <figcaption>Praesent rhoncus libero nec enim feugiat ultrices. 
Phasellus ante orci, tristique dapibus scelerisque sed, viverra sed nisl. 
Integer tempor metus ac tortor pretium fermentum.</figcaption>
        </figure>

</body>

</html>


--
John Snippe
Myeloma: http://www.snippe.ca
Scribblings: http://blog.snippe.ca






______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to