1 tgodfrey Oct 25, 2011 05:39
3 tgodfrey Oct 25, 2011 09:02
Alas, I get a white background. And the #wrap div still drops down.
4 sam2kb Oct 25, 2011 20:26
replace this
.skin_wrapper_loggedin,
.skin_wrapper_anonymous {
background: #3B4853 url(images/tech_bg_1.png) repeat-x;
}
with this
#skin_wrapper {
background: #3B4853 url(images/tech_bg_1.png) repeat-x;
}
You may need to fix errors related to mismatched <div> tags
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.thegreatennui.com%2Findex.php
5 tgodfrey Oct 26, 2011 00:06
Sam,
#skin_wrapper code inserted with no effect. I take your point about the order of <div> tags but fail to undertstand how to alter it. I have this at the top:
<div align="center">
<div id="widewrap">
<div id="wrap">
and this at the bottom:
</div><!-- end of wrap -->
</div><!-- end of widewrap -->
</div><!-- end of center -->
But highlighting in Notepad ++ or whatever picks up the wrong order! This I don't understand!
6 sam2kb Oct 26, 2011 00:33
It's because you have extra open or closed <div> in either one of your posts or on the sidebar
7 winston Oct 28, 2011 08:54
When I saved a new layout the layout toolbar buttons were changed.
The new layout altered the order of the layout list in the Window menu and changing that order affected what layout the toolbar buttons correspond to.
8 tgodfrey May 16, 2012 06:58
Has anyone solved this problem? I cannot solve it by addressing any of the above issues.
9 tilqicom May 16, 2012 20:21
tgodfrey wrote:
Has anyone solved this problem? I cannot solve it by addressing any of the above issues.
i guess you have solved your problem ? cause i dont see anything wrong on your site
10 tgodfrey May 17, 2012 00:14
The problem illustrated only occurs when I log in. It's still there.
Try this. Istead of applying background image to "body" move it to ".skin_wrapper_loggedin" and ".skin_wrapper_anonymous" classes