Help - Search - Members - Calendar
Full Version: stylesheet bug
Movable Type Community Forum > Additional Resources > Tips and Tricks
pezdaddy
Hi everyone, I am new to Movable Type, but not new to stylesheets.  On my site, I have the date for each entry in a box with a background color and border around it.  For the most recent entry each day, the date never has the background color or the border, until I scroll the page.  Then, it will appear correctly.  But, If I scroll the page up and down, I can make the background and borders go away again.  I have looked at this on four computers, and it does it on every one.  I can't figure out what I am doing wrong, so if anybody can help me figure it out, I would really appreciate it!  

My site is www.pezdaddy.com

Thank you!
pezdaddy
I have figured out that Netscape displays it correctly, but Internet Explorer is having the problem.
pezdaddy
Fixed it!  This was my content code from the style sheet,

CODE
#content {    float:left;
                         position:relative;
                         width:70%;
                         background:#FFFFFF;
                         border-right:1px solid #000000;
                         border-left:1px solid #000000;
                         border-top:1px solid  #000000;  
                         border-bottom:1px solid #000000;
                         }


and by removing the position:relative; command, it's fixed the problem!  Not sure why though, but all is well.
zimmer
Interesting, I had the same problem with a 'proto type' blog that I was working on.  I would never have figured that one out.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.