Forums

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

Home Forums CSS CSS Help

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #43678
    Modok
    Participant

    Hey my site is at:
    http://www.rmhcghg.org
    I’m trying to add a content box in my header above my “Our Impact” tab. How would I create that?

    #129819
    rightok32
    Member

    Since it’s fixed width, you might get away with an absolutely positioned div.

    You could make it float: right and change the right-margin accordingly…?

    #129848
    Paulie_D
    Member

    Dude…what the heck is this?

    Blockquote madness…to position a ‘Donate’ button?

    #129853
    CrocoDillon
    Participant
    #129888
    Modok
    Participant

    I’m trying to add a donation button but I can’t save it to every page, and I want it above my “Our Impact” tab

    #125661
    daffy58
    Participant

    As I can see your header **.sf_region3** has background image with height, the easiest way is to set the .sf_region3 to** relative position**.
    Then move

    that includes your Donate button to inside the div.sf_region3. Set
    to absolute position and set value for right/bottom.
    {position:absolute;bottom:0;right:150px}

    You can try positioning it where you want.

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