Re: Float in IE 6



rfox@xxxxxxxx wrote:

By shaving a few pixels off the width of the two right divs, they
popped up into place. (See www4.scoe.net/rfox/seeds2.)

FYI, there is a large amount of horizontal scrolling, even in a
1600x1200 maximized window, but it's just empty space over there on the
right. This is caused by improper use of position:relative on #loginbox,
which offsets is normal position by left:635px, pushing it off screen.
http://brainjar.com/css/positioning/

Also, the left column is longer than it's container and overlaps the
green footer. Zoom text up a little in Firefox and you'll see this, too.

Looks like you've got some extra <br> in there. If that is an attempt to
make the container big enough to fit all the rounded boxes, it isn't
working. Get rid of them and learn the value of the "clear" property.
Apply it to the footer. See also
http://www.quirksmode.org/css/clearing.html

--
Berg
.



Relevant Pages

  • Re: redraw pictureboxes in image????
    ... on the size of the container but I need some help. ... container, but taking an example of a container that is 200 pixels wide, ... Labels can be almost 100 pixels wide ... underneath the icons. ...
    (microsoft.public.vb.general.discussion)
  • Re: redraw pictureboxes in image????
    ... on the size of the container but I need some help. ... its left and the right icon at 3/4 of its left. ... I don't know what sort of sizes you envisage for the container, but taking an example of a container that is 200 pixels wide, you've already said that you want one image to be 40 pixels wide and the other to be about 26 pixels or 28 pixels wide. ... Also, when you look at the maximum size of the Labels, which are of necessity centralised horizontally beneath beneath each image, in order for them to be properly centred and also to not overlap the central point of the "approximately middle" space, the Label beneath the large image cannot be wider than 72 pixels and the Label beneath the small image cannot be wider than 60 pixels, severely restricting their usefulness and further reinforcing the waste of valuable "real estate" at the left and right sides of the container. ...
    (microsoft.public.vb.general.discussion)
  • Re: Keep the ration while resizing a form
    ... Keep enough space for your varying captions, use the default font, keep the ... A container such as a Panel or Form or TabPage should calculate ... > size based on the conatained controls and subcontainers and the desired ... > the size of anything in pixels, because giving the size in pixels isn't a ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: 3 columns: reposition X for center column visible/invisible
    ... exceptions) what tags you use from the point of view of display, ... you're setting the width on everything in pixels, ... It's a bit annoying that you have to work out the width of the container ... Also good luck in fitting in the list markers if you want them. ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: points vs pixels.
    ... in pixels only to then have to have them unlearn it later. ... absolute co-ordinates in the null layout, the origin 0,0 is the upper left ... "When you place an object on the screen, you specify the location of its ... container": This is not a function of the layout but of the container. ...
    (comp.lang.java.help)