![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've tried to solve this problem six ways from sunday, but I'm conceding defeat and asking for help at this point. |
#3
| |||
| |||
|
|
On Mon, 10 May 2004, Michael Bernstein wrote: I've tried to solve this problem six ways from sunday, but I'm conceding defeat and asking for help at this point. Validate first. Ask questions afterwards. [snippage] Fiddling with details is futile until the groundwork had been done. Honestly - no matter what the tag-soup slurpers will want you to believe. |
#4
| |||
| |||
|
|
The invalidity was minor, and only put into otherwise valid CSS in order to fix an oddity in IE5's rendering of table text a bit too big. I've removed it now, the HTML and CSS validate, and my Mozilla rendering problem remains. Help, please? |
#5
| |||
| |||
|
|
On 10 May 2004 21:43:48 -0700, Michael Bernstein <webmaven (AT) cox (DOT) net> wrote: The invalidity was minor, and only put into otherwise valid CSS in order to fix an oddity in IE5's rendering of table text a bit too big. I've removed it now, the HTML and CSS validate, and my Mozilla rendering problem remains. Help, please? What's this width hack you're using? |
|
Seems to me this might be a cause of trouble. Try eliminating the hack and see if it solves the issue. |
#6
| |||
| |||
|
|
Hello, I've tried to solve this problem six ways from sunday, but I'm conceding defeat and asking for help at this point. The following site is rendering *very* oddly in Mozilla only. IE seems to lay it out just fine: http://pythonphotos.org The images included in the page which should be floating below the second H2, are instead pushed all the way to the bottom of the page (but just above the footer). Adding an element below the images with 'clear: both' didn't help either. [snip] |
#7
| |||
| |||
|
|
Michael Bernstein wrote: Hello, I've tried to solve this problem six ways from sunday, but I'm conceding defeat and asking for help at this point. The following site is rendering *very* oddly in Mozilla only. IE seems to lay it out just fine: http://pythonphotos.org The images included in the page which should be floating below the second H2, are instead pushed all the way to the bottom of the page (but just above the footer). Adding an element below the images with 'clear: both' didn't help either. [snip] I don't know why, but I think your sidebars on the right are interfering. You float several of them right, and clear them, so I would have thought this should work. But something I don't understand is then intefering with what is on the left. Try a different approach. Put *all* the sidebar on the right into a single container. (Eg. just remove the </div><div> between them). This may cause what is on the left to work. |
|
I notice that your page looks OK in Opera 7.23 as well as IE. That is a bit suspicious. Are you pushing the boundaries a bit? |
#8
| |||
| |||
|
|
Barry Pearson wrote: [snip] Try a different approach. Put *all* the sidebar on the right into a single container. (Eg. just remove the </div><div> between them). This may cause what is on the left to work. Ah-ha! This is progress! I did as you suggested, and the problem went away! I then experimented with putting some of the </div><div> back and came to this conclusion: |
|
This is all *very* confusing though. *why* should the right sidebars interfere with the left floated image in this way? By everything I understand of CSS, that shouldn't happen unless the floated image is 'clear: right', which it isn't. |
|
Before I give up on splitting the sidebar div, could this be a bug in Mozilla? Or *am* i doing something tricky without realizing it? |
#9
| |||
| |||
|
|
Barry Pearson wrote: [snip] I hate to stick my neck out, but this could be a bug in Mozilla that is not in IE & Opera! It is a bug in Mozilla, as L. Raittali has pointed out in the past. Mozilla pushes floats down when it shouldn't. Opera gets it right. IIRC, in tests that I created, IE/Win got it wrong, too. |
#10
| |||
| |||
|
|
Brian wrote: It is a bug in Mozilla, as L. Raittali has pointed out in the past. Mozilla pushes floats down when it shouldn't. Opera gets it right. IIRC, in tests that I created, IE/Win got it wrong, too. Thanks for that. I've been desperately looking without success at the small print. In *this* case, it appears that IE (5 & 6) / Win got it right too. (Sigh! If we can't even rely on IE being the one that is wrong ... !) |
![]() |
| Thread Tools | |
| Display Modes | |
| |