Quoting Stacie Dembeck <[EMAIL PROTECTED]>:

> http://www.photography.staciedembeck.com/index.htm

> The text on the index page seems to only appear when a mouse is
> rolled over it. ...why is this happening?

The Holly Hack fixed it for me: [1]

---------the css that worked for me:

/* Hides from IE5-mac \*/       <-- added this here
* html #content {height: 1%;}   <-- and this
/* End hide from IE5-mac */     <-- and this
#content {
        padding: 15px;
        background-color:#333333;
        color:#FFFFFF;
        border:#666666 thin solid;
}
#pwrap {                          <--wrap the p's
        padding-left: 320px;         in a div
}
#slides {                    <--id'd the img
        float: left;
}

--------------------from the html------
<div id="content">
<h2>Welcome</h2>
                          [give the image dimensions]

<img id="slides" src="images/slides.jpg" alt="slides" width="313"
height="282" />

<div id="pwrap">
        <p>I believe... look pretty.</p>
        <p>In 2005,...both feet.</p>
        <p>I will be posting my camera equipment shortly.</p>
</div>

Brian
[1]<http://www.communitymx.com/content/article.cfm?page=1&cid=C37E0>



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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