Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [xHTML] automatyczna szerokość diva.
DonJeday
post
Post #1





Grupa: Zarejestrowani
Postów: 113
Pomógł: 0
Dołączył: 24.10.2008
Skąd: Częstochowa

Ostrzeżenie: (0%)
-----


Witam. Mam problem ze zrobieniem, żeby div poszerzał się tak ile szerokości potrzebuje tekst w nim. Kombinuję z width: auto; ale nic nie daje bo zawsze mam 100% a ja chce żeby jego szerokość była dopasowana do długości tekstu.


Bar_a2 to ten co ma się rozciągać
Kody divów:
Kod
<div id="bar">
    <div id="bar_a1"></div>
    <div id="bar_a3"></div>
    <div id="bar_a2">
        <ul class="profile_bar_ul">
            <li><a href="Profil">jfj</a></li>
        </ul>
    </div>
</div>


CSS:
Kod
div#bar {
margin: auto;
width: 400px;
}

div#bar_a1 {
background: url(profilebar_a1.jpg) repeat-y;
width: 10px;
float: left;
height: 34px;
}

div#bar_a2 {
background: url(profilebar_a2.jpg);
height: 34px;
text-align: center;
font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
}

div#bar_a3 {
background: url(profilebar_a3.jpg) repeat-y;
width: 11px;
height: 34px;
float: right;
}

ul.profile_bar_ul {
    display: block;
    list-style: none;
}

ul.profile_bar_ul li {
    margin-top: 11px;
    padding: 0px 0px 0px 15px;
    float: left;
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    text-align:center;
}

ul.profile_bar_ul li  a:link, ul.profile_bar_ul li a:visited, ul.profile_bar_ul li a:hover, ul.profile_bar_ul li a:active {
    display: block;
    font-family: verdana;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}



Z góry dzięki (IMG:http://forum.php.pl/style_emoticons/default/smile.gif)

Ten post edytował DonJeday 9.11.2008, 22:43:22
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 24.08.2025 - 01:28