I need help - Logo by category
Jaizu Offline
Junior Member
**
Posts: 6
Joined: Jul 2013
Post: #6
RE: I need help - Logo by category
Sama me has decepcionado, es forum no GLOBAL x'DD
Obviamente es broma, aunque tengo razón.
Así lo hice con un div y dos class(uno fijo y otro según el logo)

Code:
<div class="cabezal<if $forum['fid'] then> bg{$forum['fid']}</if>">


Y el CSS

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.cabezal {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 980px;
	height: 199px;
	background: url(http://i.minus.com/ibhb97uFhyLHTT.jpg) -300px -620px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}

.bg2 {
background: url(http://i.minus.com/iFnB0jlITHfUM.png) !important;
}



Staff, can close.
Sorry for the spanish suport and thanks Sama for your help~

08-22-2013 01:06 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
I need help - Logo by category - Jaizu - 07-09-2013, 07:21 PM
RE: I need help - Logo by category - Jaizu - 07-09-2013, 08:17 PM
RE: I need help - Logo by category - Jaizu - 07-20-2013, 09:02 AM
RE: I need help - Logo by category - Jaizu - 08-22-2013 01:06 AM

 Standard Tools
Forum Jump: