CSS按钮定位

编程入门 行业动态 更新时间:2024-10-09 06:28:47
本文介绍了CSS按钮定位 - 包括小提琴的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有以下小工具,其中包含我正在使用的HTML代码段:

I have the following fiddle which includes a snippet of the HTML I'm working with:

jsfiddle/UQGs6/

基本上这是一个向导屏幕的一部分,我试着以纳入。我使用的步骤向导插件。但我的问题是关于按钮。我想让按钮显示在同一个位置为每个屏幕。我做了fieldset.step的高度= 475px。

Basically this is part of a wizard screen that I'm trying to incorporate. I'm using the stepy wizard plugin. But my question is about the buttons. I would like to have the buttons display in the same location for every screen. I made the height of the fieldset.step = 475px.

我想让我的按钮更接近底部。

I want my buttons to be closer to the bottom. How can I do this?

更新时间:

推荐答案

fiddle: jsfiddle/thomas_peklak/UQGs6/1/

其他css:

fieldset.step {position:relative} #default-buttons-0 {position:absolute;bottom:15px;right:15px}

更多推荐

CSS按钮定位

本文发布于:2023-07-18 08:17:23,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1142762.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:按钮   CSS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!