Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css background truble

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27197

    i made a web site … everything in good…
    but my contener div has no background color….
    when i take height:auto; than my background color will not be display….

    and in the contener div when i put another div and another div has display:inline ; property than it problem is created………….

    for example :-
    in css style sheet

    .contener{
    widht:800px;
    height:auto;
    background-color:green;
    }

    .other{
    widht:500px;
    height100px;
    display:inline;
    }

    in html page

    <div class="contener">
    <div class="other">
    <div><!–otherdiv close–>

    <div>><!–contener close–>

    if i remove display inline property in other div than we can see backround color of contener and if i dont remove display inline property than background color dont show

    #68591
    TheN00b
    Participant

    Hi Santosh

    I’m not really sure what you mean ! Do you have this up somewhere so that we can check !

    Also do you have a mockup of the finished thing ?

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.