html - 无法让这些 div 内联显示

标签 html css

我有一个网站位于 here .

我很难将某些标签显示为内联标签。 HTML 中没有中断,也没有明确的属性。这里缺少一些东西,但我不知道是什么。

基本上,我希望他们像这样设置...

[ Logo 图像][ slider ][ Logo 标题]

我已按百分比更改 slider 大小,并尝试将所有内容包装在一个新的 div 中并添加“内联 block ”属性。

这是我的 HTML...

<div id="top">

    <div id="logo">
            <a href="http://dev.mpirebooking.com"><img id="logoimage" src="images/logo_mpire_management.png" width="80" height="56" alt="logo"></a></div>   <!-- Logo image -->

        <section id="slideshow">    <!-- Slideshow Start -->
        <div class="html_carousel">
            <div id="slider">
                <div class="slide">
                    <img src="images/slideshow/sliderimage1.jpg" width="3000" height="783" alt="2 Chainz"/><!-- Replace these images with your own but make sure they are 3000px wide and 783px high or the same ration -->
                </div><!--/slide-->

                <div class="slide">
                    <img src="images/slideshow/sliderimage2.jpg" width="3000" height="783" alt="French Montana"/><!-- Replace these images with your own but make sure they are 3000px wide and 783px high or the same ration -->
                </div><!--/slide-->

                <div class="slide">
                    <img src="images/slideshow/sliderimage3.jpg" width="3000" height="783" alt="2 Pistols"/><!-- Replace these images with your own but make sure they are 3000px wide and 783px high or the same ration -->
                </div><!--/slide-->

                                <div class="slide">
                <img src="images/slideshow/sliderimage4.jpg" width="3000" height="783" alt="Juicy-J"/><!-- Replace these images with your own but make sure they are 3000px wide and 783px high or the same ration -->
                </div><!--/slide-->

                                <div class="slide">
                <img src="images/slideshow/sliderimage5.jpg" width="3000" height="783" alt="Kendrick Lamar"/><!-- Replace these images with your own but make sure they are 3000px wide and 783px high or the same ration -->
                </div><!--/slide-->

                                <div class="slide">
                <img src="images/slideshow/sliderimage6.jpg" width="3000" height="783" alt="Artist Name"/><!-- Replace these images with your own but make sure they are 3000px wide and 783px high or the same ration -->
                </div><!--/slide-->



            </div><!--/slider-->
          <!--<div class="clearfix"></div>-->
        </div><!--/html_carousel-->
    </section>  <!-- Slideshow End -->

        <div id="logo">
            <a href="http://dev.mpirebooking.com"><h1 id="logotitle">MPIRE Booking</h1></a> <!-- Logo text -->
        </div><!--/logo-->

        <nav>   <!-- Navigation Start -->
            <ul>
                <li><a href="#">Home</a></li>
                <li><a href="#">Services</a></li>
                <li><a href="booking.html">Booking</a></li>
                <li><a href="#footer">Contact</a></li>               
            </ul>      
        </nav>  <!-- Navigation End -->

    </div><!--/top-->

这是我的 CSS...(针对您在上面看到的 div) (点击 here 查看完整样式表)

#top{
    height:20px;
}

#logo {
    margin-top:1%;
    text-decoration:none;
    }

#logo a:hover { color: #8f1929; text-decoration: none; }

#logoimage{
    width:200px;
    height: 141px;
    padding-right:10px;
    float:left;
}

#logotitle{
    margin-top: 50px;
    float:right;
    font-family: Broadway, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:200%;
    text-shadow: 0 1px 1px #FFF;
    text-decoration: none;
}

nav {
    float:right;
    width:100%;
    display:block;
    height:40px;
}

nav ul li{
    display:block;
    width:25%;
    float:left;
    text-align:center;  
}

nav ul li a{
    font-family:Lato, Helvetica, Arial, sans-serif;
    width:90%;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:400;
    line-height:250%;
    display:block;
    color:#FFFFFF;
}

nav ul li a:hover{
    color:#8f1929;
}

nav ul li p{
    font-family:Lato, Helvetica, Arial, sans-serif;
    width:90%;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:400;
    line-height:250%;
    display:block;
    color:#8f1929;
}

.html_carousel {
}
.html_carousel div.slide {
    position: relative;
}   
.html_carousel div.slide img {
    width: 30%;
    height: auto;
    border-radius:15px;
}

.clearfix {
    float: none;
    clear: both;
}

#slideshow{
    width:100%;
    margin-top:0%;
}

.clearfix {
    float: none;
    clear: both;
}

最佳答案

您的代码中有一些奇怪的东西,例如 3000px 等巨大的宽度属性用于幻灯片甚至 14326px (!) 在你的 <div id="slider"> 上没有为 Logo 标题留出空间。请检查所有内容。

还有 float 属性:float:right logotitle 的 div 没有意义。如果它有足够的空间,那么可以使用另一个 float:left因为它是最后一个。

这里有一个使用左浮动元素创建水平内联布局的示例:www.w3schools.com/css/tryit.asp?filename=trycss_float5

关于html - 无法让这些 div 内联显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17916985/

相关文章:

html - 在 HAML 的 Markdown 中转义 HTML

javascript - CSS3 和 JS : Rotation on click per 90° to a full circle?

JQuery CSS/Animate 函数在左侧绝对定位时失败

jquery - (Bootstrap) 修改默认按钮的特性?

javascript - 将空间保持在固定背景上方,您向上滚动

html - 使用显示 : table 在 div 内居中 div

php - 如何显示 DOMElement?

html - Wordpress 页面链接无效

javascript - Bootstrap Selectpicker 不会使用内置函数重置

javascript - 通过 jquery 为 Opera 实现占位符 =""