-
AuthorPosts
-
July 24, 2006 at 9:04 am #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
Hieu Nguyen AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
July 28, 2006 at 2:18 am #209951Hi 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!
July 28, 2006 at 3:47 pm #209959Hi 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 AdminHieu Nguyen
- Join date:
- November 2005
- Posts:
- 678
- Downloads:
- 36
- Uploads:
- 0
- Thanks:
- 69
- Thanked:
- 61 times in 1 posts
July 29, 2006 at 2:12 am #209962Hello 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;
}July 29, 2006 at 8:18 pm #209966Hi,
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
-
AuthorPosts
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