Forums

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

Home Forums CSS Expandable content box

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #22536
    med
    Member

    Hi,

    I’m having a problem with my main body content area. Each of the 4 sides has an image applied to it as a background i.e. gives it the dropshadow look.

    All of the images are displaying fine apart from the bottom one; see here: Fixed (See below)

    The bottom image doesn’t show and so doesn’t form a full content box. I was wondering if anybody could help me out.

    This is what it should look like: Fixed (see below)

    Thanks.

    Here’s the particular bit off css code for that bottom image:

    Code:
    #right p.rightBottom{
    display:block;
    background:url(images/right_bottom2.gif) 0 0 no-repeat;
    width:978px;
    height:20px;
    float:left;
    }

    p.s.: Cool forum design

    #46803
    Mavericks
    Participant
    "med" wrote:
    Hi,

    I’m having a problem with my main body content area. Each of the 4 sides has an image applied to it as a background i.e. gives it the dropshadow look.

    All of the images are displaying fine apart from the bottom one; see here: http://tinyurl.com/5knr9c

    The bottom image doesn’t show and so doesn’t form a full content box. I was wondering if anybody could help me out.

    This is what it should look like: http://tinyurl.com/5rnhyn

    Thanks.

    Here’s the particular bit off css code for that bottom image:

    Code:
    #right p.rightBottom{
    display:block;
    background:url(images/right_bottom2.gif) 0 0 no-repeat;
    width:978px;
    height:20px;
    float:left;
    }

    p.s.: Cool forum design

    Try adding

    Code:

    just above your current html code

    Code:

    That should do it.

    #46805
    Chris Coyier
    Keymaster

    Yep I think Brad is right! Searching the markup for "rightBottom" doesn’t find anything.

    #46818
    med
    Member

    Thanks for your help, totally missed that! :mrgreen:

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