Forums

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

Home Forums CSS Breadcrumb background problems

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34831
    tobeeornot
    Member

    Hi

    I am wanting to set a bar that extends across the page as a background for the breadcrumb I have set but it appears there is a problem . The bar is positioned absolutely against the header but for some reason the bar appears to the top right rather than to the top-left where the header is positioned as relative. Not sure why this is the case.

    Also wondering if I am doing the right thing using a bar as the background or if I should be using the breadcrumb css settings to create it?

    fiddle:
    http://jsfiddle.net/tobeeornot/7Uhz9/

    fullscreen:
    http://jsfiddle.net/tobeeornot/7Uhz9/embedded/result/

    Many thanks in advance.

    #89307
    TheDoc
    Member

    It’s because you haven’t actually positioned it yet. You need to add:

    top: 0;
    left: 0;

    #89308
    tobeeornot
    Member

    I feel like a fool. Thanks Doc.

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