[css-d] Disappearing/Invisible Text

2006-02-14 Thread Stacie Dembeck
I have had this issue with two sites. Once can be found at: http://www.photography.staciedembeck.com/index.htm The text on the index page seems to only appear when a mouse is rolled over it. Shows up fine? Click on a link, then go back to home. Any suggestions why? I think that a fix is

Re: [css-d] Disappearing/Invisible Text

2006-02-14 Thread Brian Funk
Quoting Stacie Dembeck [EMAIL PROTECTED]: The text on the index page seems to only appear when a mouse is rolled over itbut why is this happening? It's the IE Peekaboo bug. [1] Try adding: #content {width: 100%} You may have to remove the paragraph that's containing the floated image

Re: [css-d] Disappearing/Invisible Text

2006-02-14 Thread Brian Funk
Quoting Stacie Dembeck [EMAIL PROTECTED]: If I make width 100%, it's not fluid with the rest of the site. http://www.photography.staciedembeck.com/index.htm I don't see a declared width on your div#content which should mean it defaults to 100% anyway. (I think) Have you tried giving the p

Re: [css-d] Disappearing/Invisible Text

2006-02-14 Thread Brian Funk
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