Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Ralle Friend
    #116917

    Hi,

    i use the ja_procyon Template (on Joomla 1.0.9 – i dont want update auf 1.0.10) with SMF-Forum 1.1 RC2 and Ostrio Bridge 1.1.5.

    Now i have a big Problem on my Page http://www.wirpre-racing.de.

    I edit the CSS-File from the Template (template_css.css) and the Forum-Theme-CSS(Classic – Style.css) to the correct Colors.

    Now i would like to change the Headfiles of my News. In the Background of the Headfiles i would like to place a Grafic. For this i changed the following Section in the template_css.

    .contentheading, .contentpagetitle {
    color: #d1b27d;
    background: url(../images/666666.gif);
    background-repeat: repeat-x;
    background-position: top left;
    font-weight: bold;
    font-size: 13px;
    }

    But nothing happened – No Grafic will see.
    Ive seen, if i changed something in the Forum-CSS it will be changed on my Pagetemplate too.
    I think this CSS-Files dont work together.

    In the Attachements you will find the two CSS-Files.
    I hope you can help me.

    Best regards

    Ralle


    1. css_files.zip
    Hieu Nguyen Admin
    #209951

    Hi Ralle, have you tried “background-position: bottom left;“? The full code is:

    .contentheading, .contentpagetitle {
    color: #d1b27d;
    background: url(../images/666666.gif) repeat-x bottom left;
    font-weight: bold;
    font-size: 13px;
    }

    I’m not quite sure if it works until I see the image “666666.gif“. I’m afraid that this image has the same color with the background, and so, you can’t see it appear.

    Hope it could help, Ralle!

    Ralle Friend
    #209959

    Hi Nguyen,

    thx for your answer. I put your suggestion in my cssfile but nothing happened.

    Lets have a look in the Download-Area. There you will find the Background i like to use.

    I dont know what i can do to fix this problem. 🙁

    Hieu Nguyen Admin
    #209962

    Hello Ralle,

    Try again with this code. I guess it will work

    .contentheading, .contentpagetitle {
    color: #d1b27d;
    background: url(../images/666666.gif) repeat-x bottom left !important;
    font-weight: bold;
    font-size: 13px;
    }

    Ralle Friend
    #209966

    Hi,

    yeah! Little Things have a big reaction! 😉

    Thank you very much for your help!
    I have another Question, look the Thread “Banner-Rotation” 😉

    Perhaps you can help me too.

    THX!!!!!!

    Best regards

    Ralle

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Ralle 18 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum