I don't think so, but I'm not 100% sure. Gee, I should really get a changelog system.Don Chambers wrote:Regarding the width stuff, did you change anything other than what you specifically mentioned?
This should now have a px width in IE since ie.css now has a #wrapper { width: 950px; } ..? Someone please tell me that the divs included in #wrapper will/do inherit this correctly or I'll have to puke.Don Chambers wrote:In IE, a percentage width still produces the same problem as before, so I am not sure this is really "solved".
Seems like a good idea to check that outDon Chambers wrote:Also, the experimental template I was working on, while very different from BP in certain respects, does NOT have this problem. I guess I need to figure out why. That template does set a % width on a wrapper div, like BP. Setting BODY width in BP instead of #wrapper eliminates this problem, but I still need to figure out why my experimental template can do it on the wrapper, but BP cannot.
Yes, I do. Also, I am aware that 950px is a tad narrow on anything bigger than 1024px, but I don't think we can do much about that. Maybe there's some way to check the browser window width using javascript, but I really think we don't want to do that.Don Chambers wrote:You must be using a screen width of 1024... right? I'm using a 19" LCD with a width of 1280. BIG difference between 950px and 95%.
I experienced that, too. I only couldn't find out what triggers this behaviourDon Chambers wrote:IE actually assigns screen space to the countercode DIV even though the only content of it is a comment - that space disappears if you scroll down to page bottom, then reappears if you scroll up. Another wonderful fluke of IE.
The default value for that is set to falseDon Chambers wrote:Perhaps it would be best to set the default value of that to false, even if you leave the comment. Also, what is the purpose of the elseif?
YL