| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Held Together!
|
Expand form to enclose floated items
Hello people. I have a form which has basic styling with css. It is jquerified to slide in out and out when clicked. In IE when the form slides open one of the input boxes 'pops out' of the top of the form. Markup: HTML Code:
CSS: HTML Code:
For an example please see MEI - Mathematics in Education and Industry. Does anyone have any idea how I can stop this happening? |
|
|
|
|
|
#2 (permalink) |
|
Semantics, yay.
Join Date: Nov 2005
Location: Beverly, Massachusetts
Posts: 1,534
|
Well, you're using a "clear fix" that isn't supported by IE (The last bit of the CSS, above). See if setting overflow:auto; on the form#onlineresources is enough: Code:
|
|
![]() |
|