):|
|
Source code |
1 |
textvalign="bottom" textbottom="10" |
|
|
Source code |
1 |
textvalign="bottom" texttop="-10" |
This post has been edited 1 times, last edit by "harlekin8" (Sep 22nd 2011, 3:27pm)
Quoted
Wie groß soll denn das Logo sein ? ... da müßten u.U. Anpassungen gemacht werden.
|
|
Source code |
1 |
<div id="meinlogo"></div> |
|
|
Source code |
1 2 3 4 5 6 |
<ul> <cc:if cond="&page.ishome"><cc:if cond="&site.plaintextfile"><li><a href="<cc:print value="&site.plaintextfile">"><cc:print value="&site.ressource.plaintext"></a></li></cc:if></cc:if> <cc:loop type="commonpages" obj="mycommon"> <li><a href="<cc:print value="&mycommon.url">"><cc:print value="&mycommon.caption"></a></li> </cc:loop> </ul> |
|
|
Source code |
1 2 3 4 5 |
#meinlogo{
background: url(../images/<cc:print value="&meinlogo.filename">) no-repeat left;
height: 72px;
margin-left: 2px;
}
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
#topcontainer {
width: 910px;
height: 88px;
background: url(../images/<cc:print value="&pic.background.top.filename">) repeat-y;
border-bottom: 2px solid #ffffff;
padding: 20px;
margin: 0;
text-align: right;
position: relative;
}
|
|
|
Source code |
1 |
<cc:picture obj="meinlogo" dst="meinlogo.gif" src="meinlogo.gif"> |
This post has been edited 1 times, last edit by "rodo-computer" (Dec 5th 2011, 1:57pm)
|
|
Source code |
1 |
<cc:picture obj="meinlogo" dst="meinlogo.gif" src="meinlogo.gif"> |
|
|
Source code |
1 2 3 4 5 |
#meinlogo {
margin-left: 2px;
display: block;
text-align: left;
}
|
|
|
Source code |
1 2 3 |
<div id="meinlogo"> <a href="<cc:print value="&home.url">"</a><cc:printpicture obj="meinlogo" alt="Abbildung Logo"> </div> |
This post has been edited 2 times, last edit by "harlekin8" (Dec 12th 2011, 1:45am)
