iphone - 我的页脚不会在 Iphone 或 Ipad 上水平填充页面

标签 iphone css ipad footer

我尝试了很多东西,但直到现在,什么也没有发生。我的页脚不会填满页面(水平),而是卡在页面中间的某个地方。 (仅限 Ipad 和 Iphone。) 元标记不起作用,而不是 min-width:100%, min-width:1024px;两者都不适合我。

固定位置的页脚不是选项...(编辑更多文本时页脚必须与内容一起流动。)

这是我的页脚 CSS 代码:

#footer_content{
        min-height:200px;
        min-width:1024px;
        float:left;
        background-color:#29809E;
        bottom:0;
    }

最佳答案

为表格 View 和主视图设置相同的背景颜色

关于iphone - 我的页脚不会在 Iphone 或 Ipad 上水平填充页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10228076/

相关文章:

ios - 无法识别的选择器发送到自定义对象上的实例

iphone - sql语句对象C中的转义引号

ios - 沿 MKPolyLineView 的渐变(MKPolylineRenderer)

iphone - 位置管理器 :didEnterRegion: only getting called when moving from certain locations

html - 仅当在线 url 时,背景图像不适用于 "img"文件夹中的图片

php - 如何使用带有base_url的css中的@import规则导入css文件

css - 仅更改链接的 h1 悬停颜色

iphone - UIImageViews 触摸时执行操作

ios - 在 UITableViewController 上使用 UIViewController 类

iphone - 使用 Nib 的带有 TableView 的 UITabBar