1) Set Opera in User mode with images and no CSS.
2) Load http://users.rcn.com/neal413/brassattack/index.html
3) Note the rendered height and width of the photograph.
4) Switch to CSS version, The CSS applied to the picture is
#bandpic {
float: left;
padding: 1em 2em;
}
which AFAIK should not affect rendered size, but only position on page and
space around the image.
5) Note the picture is the same width as previously rendered, but
significantly shorter, like we're all troglodytes or something.
Any explanation? Is it something I've done, or a strange bug I never saw
coming?
2) Load http://users.rcn.com/neal413/brassattack/index.html
3) Note the rendered height and width of the photograph.
4) Switch to CSS version, The CSS applied to the picture is
#bandpic {
float: left;
padding: 1em 2em;
}
which AFAIK should not affect rendered size, but only position on page and
space around the image.
5) Note the picture is the same width as previously rendered, but
significantly shorter, like we're all troglodytes or something.
Any explanation? Is it something I've done, or a strange bug I never saw
coming?
Comment