Problem with DIV box overlapping post content
-
I’ve got an DIV box functioning as a right sidebar in my wordpress theme, and although it looks fine when viewed in a full-size browser, if any windows are minimized it overlaps the main post content. Can any of you help me with this problem? Here is the code I currently have in my stylesheet:
#right {
position: absolute;
top: 255px;
right: 0px; /* Opera5.02 will show a space
at right when there is no scroll bar */
margin: 70px;
padding: 10px;
border: 1px solid #000;
background: #fff;
width: 120px; /* ie5win fudge begins */
voice-family: ""}"";
voice-family:inherit;
width: 120px;
}I tried changing the position to “relative”, but that totally messed it up. I’d really appreciate any help I can get with this! Thanks!
You can see what I mean at https://onthebaseline.com
- The topic ‘Problem with DIV box overlapping post content’ is closed to new replies.