|
#1
|
|||
|
|||
|
Show pictures on several pages
I would like to present pictures on three three different pages like the image_template, where pictures of specific categories can be seen.
E.g.:
I know that new pages are static and I can't use template tags there. But is there a way to realize that? (I'm also aware of the fact that pixelpost wasn't created for such purposes like this gallery for an artist, but I'm still hoping ...) And I wonder why a:active is not working. Code:
#navigation {
padding-top:10px;
padding-bottom:10px;
height:10px;
width:900px;
border-top:20px solid #fff;
}
.menu {
float: left;
clear: left;
text-align:left;
font-size:14px;
font-weight:bold;
}
.menu a {
padding-left:5px;
padding-right:20px;
text-decoration:none;
color:#000;
}
.menu a:hover {
color:#ccc;
}
.menu a:active {
color:#ccc;
}
|
|
#2
|
|||
|
|||
|
I found another solution.
|
| Post Reply |
| Thread Tools | |
|
|