Floating inner div in parent
Please, fill the form to confirm your identity:
...What I get: alt text http://uppix.net/5/1/6/342256fb5ed24938b5d8bed634772.jpg
How ca开发者_StackOverflow中文版n I make inner(red) div floating top?
first, make sure you reset all element's margins (using a reset css for example), if it stills doesn't work you can try margin-top: -X
Do you mean the 'please, fill the form to confirm your identity' text?
If so, by the looks of the code you have supplied it may by a margin issue from one of the elements within the modalBox. ensure the 'please, ...' div has a margin-top:0;
that may fix it.
精彩评论