I have a css form in the way of label:
Now I need to include a box of options. so I did
GRUPO
OPT1
OPT2
This makes sense to me. Group all those options in a div. No it looks good on explorer but not on firefox.
Well it actually looks ok on firefox except that for what comes next moves UP. I DONT GET IT. Look how the command bar hovers up in firefox but stays where is supposed to in explorer
look at the attachment , explorer on left
Any ideas
Attachment | Size |
---|---|
problem.jpg | 65.38 KB |
Contain your floats.
Contain your floats. Try adding overflow:hidden;
to something.
That did not worked
Thank for the help. But it did not worked. I started thinking that what was moving was the command_bar so I put a display:block on it. And that seems to work. I still dont understand floats. IE did what I think is the right thing.
What confuses me the most with this whole css thing is that objects loose there bounderies, like in this case. With tables the bounderies where always easy to understand.
yacahuma wrote:... IE did
... IE did what I think is the right thing. ...

... What confuses me the most with this whole css thing is that objects loose there bounderies, like in this case. With tables the bounderies where always easy to understand.
