Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
html右浮动在新行中设置跨距_Html_Css - Fatal编程技术网

html右浮动在新行中设置跨距

html右浮动在新行中设置跨距,html,css,Html,Css,如何在opera中设置两个跨距内联,其中html: <section id="board-sub-header"> <span> <span class="left">Text</span> </span> <span style="float:right"> <a href="#"

如何在opera中设置两个跨距内联,其中html:

<section id="board-sub-header">
            <span>
                <span class="left">Text</span>
            </span>
            <span style="float:right"> 
                <a href="#" class="image-link application-icon popup-link">
                    Applications
                </a>
            </span>
        </section>

正文
CSS:

#board-sub-header span { float: left; width: 50%; display: block; }