|
#311
|
|||
|
|||
|
#313
|
|||
|
|||
|
#314
|
|||
|
|||
|
Is it possible to show a thumbnails bar from current category under image when you browse (instead to show all thumbnails)?? please can someone help me?
PLEASE CAN SOMEONE HELP ME?! THANKS! |
|
#315
|
|||
|
|||
|
Problem with thumbnails in firefox
Salūt,
this regards delicious_1_1, where I ran into a problem with the thumbnails not displaying correctly in firefox on my site (www.kaukomieli.de): ![]() The template is unchanged from the version I downloaded with the exception of including the reflect-tag. Removing it does not change the behaviour. Can someone please point me to a solution for this? The thumbnail-section in my image_template.html is Code:
<div id="thumbnails" style="left:<IMAGE_WIDTH>px;"> <IMAGE_THUMBNAIL_ROW_REV> </div> <!-- thumbnails --> Code:
#thumbnails{
text-align: center;
margin:6px 0px 10px 4px;
width:56px;
float:left;
position:absolute;
top:53px;
margin-left:-17px;
}
.thumbnails {
border:1px solid black;
margin:0 1px 2px 1px;
filter:alpha(opacity=25);
-moz-opacity:.25;
opacity:.25;
}
.current-thumbnail{
border:1px solid black;
margin:0 1px 2px 1px;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.thumbnails:hover {
border:1px solid black;
margin:0 1px 2px 1px;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
|
|
#316
|
|||
|
|||
|
Installation Guide
I was lookin for an installation guide and couldn't find one... simple putting the delicious-folder into the templates folder of the pixelpost installation doesn't seem to be enough...
Thanks for your help. I am a beginner! |
|
#317
|
|||
|
|||
|
Great Template, thx for author.
Can anyone help, how to make a dark theme - default theme and remove choise icon in right conner? Thx. |
|
#318
|
|||
|
|||
|
Quote:
Code:
<!-- CSS --> <link rel="stylesheet" type="text/css" href="templates/delicious_v1_1/styles/dark.css" title="dark" /> <link rel="stylesheet" type="text/css" href="templates/delicious_v1_1/styles/light.css" title="light" /> Code:
<!-- SCRIPTS --> <script type="text/javascript" src="templates/delicious_v1_1/scripts/styleswitcher.js"></script> Code:
<div id="styleswitcher">
<a href="#" onclick="setActiveStyleSheet('dark'); return false;" title="Black Theme"><img id="style_dark" src="templates/delicious_v1_1/images/style_dark.gif" name="style_dark" border="0" alt="" /></a><a href="#" onclick="setActiveStyleSheet('light'); return false;" title="White Theme"><img id="style_light" src="templates/delicious_v1_1/images/style_light.gif" name="style_light" border="0" alt="" /></a><a href="#" rel="alternate" type="application/rss+xml"><img src="templates/delicious_v1_1/images/rss.gif" alt="" border="0" /></a>
</div> <!-- styleswitcher -->
Code:
<div id="styleswitcher"> </a><a href="#" rel="alternate" type="application/rss+xml"><img src="templates/delicious_v1_1/images/rss.gif" alt="" border="0" /></a> </div> <!-- styleswitcher --> |
| Post Reply |
| Thread Tools | |
|
|